Skip to content
This repository was archived by the owner on Feb 24, 2020. It is now read-only.

Conversation

@krnowak
Copy link
Collaborator

@krnowak krnowak commented Nov 27, 2015

The test failed, because it expected ACE validator to print several OK messages in strict order (prestart, main, sidekick and poststop). But main and sidekick run in parallel, so the order of OK messages was sometimes prestart, sidekick, main and poststop.

Fixes #1781.

The "main" and "sidekick" stages of ACE validator run in
parallel. Most of the time the "main" stage is first with printing its
OK message, but sometimes the "sidekick" wins the race. In the latter
case the test failed.

Now the test expects "prestart" to be first, followed up by "main" and
"sidekick" in any order and then "poststop" to be last.
@iaguis
Copy link
Member

iaguis commented Nov 27, 2015

LGTM

iaguis added a commit that referenced this pull request Nov 27, 2015
@iaguis iaguis merged commit 10b244a into rkt:master Nov 27, 2015
@alban alban added this to the v0.12.0 milestone Nov 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants