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

XMLDocumentTest.parsesInMultipleThreads() fails randomly #120

Open
amihaiemil opened this issue Mar 29, 2016 · 2 comments
Open

XMLDocumentTest.parsesInMultipleThreads() fails randomly #120

amihaiemil opened this issue Mar 29, 2016 · 2 comments

Comments

@amihaiemil
Copy link
Member

The test fails because the final assertion is that all the started threads should end before timeout, which is 10 seconds.

Possible solutions:

  1. increase the time out (other tests in the same class and in XSLDocumentTest have the timeout 30 seconds).

  2. remove the assertion since it's not so relevant to the test anyway (to ensure the test won't fail at random again)

@dmarkov
Copy link

dmarkov commented Apr 4, 2016

@yegor256 dispatch this issue please, see par.21

@yegor256 yegor256 added the bug label Apr 4, 2016
@dmarkov
Copy link

dmarkov commented Apr 5, 2016

@amihaiemil thanks for tis bug, I topped your account for 15 mins, transaction AP-6MC66331E4214470F

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

No branches or pull requests

3 participants