Skip to content
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

Fix the failure of Issue256Test. #1046

Merged
merged 1 commit into from Jul 28, 2020
Merged

Conversation

dota17
Copy link
Contributor

@dota17 dota17 commented Jul 13, 2020

Fix the failure of issue256Test.

Why issue256Test would always fail when we run the first test?
It is because we got the incompletes current thread in the method ThreadCheck.before(), when it went too fast so that the server's workers were not all started.
After the first test, we could got the completes current thread in the next tests because at the time the server was ready and all its workers were started. Thus, the next tests would success.

@marci4 marci4 added the Test label Jul 22, 2020
@marci4 marci4 added this to the Release 1.5.2 milestone Jul 22, 2020
@dota17
Copy link
Contributor Author

dota17 commented Jul 28, 2020

New Version.

The issue347Test in #347, which is written by @oakkitten, has the same problem.
I push a new PR #1051 for adding and fixing the failure of issue347Test.

@dota17 dota17 requested a review from marci4 July 28, 2020 08:33
@marci4
Copy link
Collaborator

marci4 commented Jul 28, 2020

@dota17 thx a lot

@marci4 marci4 merged commit b7e2c94 into TooTallNate:master Jul 28, 2020
@dota17 dota17 deleted the FixedFailureTest branch July 29, 2020 00:59
@marci4 marci4 linked an issue Aug 15, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unit test failing with "Found x zombie thread(s)" on macOS on master
2 participants