Skip to content

Fix for TestCatchupOverGossip failed in nightly#926

Merged
tsachiherman merged 1 commit intoalgorand:masterfrom
algonautshant:shant/fixForParallelTestCatchupOverGossip
Mar 23, 2020
Merged

Fix for TestCatchupOverGossip failed in nightly#926
tsachiherman merged 1 commit intoalgorand:masterfrom
algonautshant:shant/fixForParallelTestCatchupOverGossip

Conversation

@algonautshant
Copy link
Copy Markdown
Contributor

@algonautshant algonautshant commented Mar 23, 2020

Summary

t.Parallel is getting called multiple times in the same test. This
bug was introduced when the test was refactored so it can be called
multiple times with different configurations. t.parallel was left in
the body of the test called multiple times. It is a puzzle why it was
passing before, but now it is failing.

t.Parallel is getting called multiple times in the same test.  This
bug was introduced when the test was refactored so it can be called
multiple times with different configurations. t.parallel was left in
the body of the test called multiple times. It is a puzzle why it was
passing before, but now it is failing.
Copy link
Copy Markdown
Contributor

@tsachiherman tsachiherman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, thanks for fixing these.

@tsachiherman tsachiherman merged commit 728c0c0 into algorand:master Mar 23, 2020
@algonautshant algonautshant deleted the shant/fixForParallelTestCatchupOverGossip branch September 29, 2020 17:13
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.

3 participants