-
Notifications
You must be signed in to change notification settings - Fork 5
US1027066: Enabling integration tests in jenkins build #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
<configuration> | ||
<skip>true</skip> | ||
</configuration> | ||
</plugin> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added to stop ShutdownDeveloperTest from running. Since its been renamed ShutdownDeveloperIT its no longer needed.
// Test worker gets killed, the message SHOULD get redelivered, but it is not | ||
// so we will consume and nack the message, forcing a redelivery which | ||
// will be handled as a poison message. | ||
nackMessage(channel); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If test worker gets killed, the message SHOULD get redelivered, but it is not so we will consume and nack the message, forcing a redelivery which will be handled as a poison message.
<shutdown>500</shutdown> | ||
</wait> | ||
</run> | ||
</image> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not relying on killing worker any more so no need for second worker
The Documentation QA site for this branch has been built: |
Closing this, superceded by changes in #225 |
https://internal.almoctane.com/ui/entity-navigation?p=131002/6001&entityType=work_item&id=1027066