Skip to content

Fix intermittent failure in Balking pattern describe in #699 #808

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

Closed
wants to merge 2 commits into from

Conversation

staillebois
Copy link
Contributor

Fix intermittent failure

  • Enable the "wash" test for the Balking pattern

Solves #699

  • The problem here was that sometimes, the ExecutorService execute the second instruction instead of the first one.
    We can see it in the log file : https://api.travis-ci.org/v3/job/329176022/log.txt
    (the pool-1-thread-2 was launch before).
    So the machineStateGlobal variable was set to ENABLED.

  • The fix proposed here is to set the machineStateGlobal variable for each execution. It will not depend anymore on the order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant