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

Scala XML 2.0.1 #2093

Merged
merged 2 commits into from
Jan 16, 2022
Merged

Conversation

cheeseng
Copy link
Contributor

Updated to scala-xml 2.0.1 for those that's possible.

@bvenners
Copy link
Contributor

@cheeseng I'm consistently getting this test failure with this PR:

[info] WaitersSpec:
[info] A Waiter 
[info] - should pass through even exceptions that would not normally cause a test to fail *** FAILED *** (71 milliseconds)
[info]   java.lang.NullPointerException:
[info]   at org.scalatest.concurrent.WaitersSpec.$anonfun$new$16(WaitersSpec.scala:130)
[info]   at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
[info]   at org.scalatest.concurrent.Conductors$Conductor.$anonfun$threadNamed$1(Conductors.scala:545)
[info]   at org.scalatest.concurrent.Conductors$Conductor$TestThread.run(Conductors.scala:577)
[info]   ...

Can you see if you can reproduce that using current 3.2.x-new? Thanks.

@cheeseng
Copy link
Contributor Author

@bvenners I can't reproduce the problem, it is one of the common flickers as far as I can tell, may be you can try to exit sbt and try sbt testQuiick?

@bvenners bvenners merged commit 3b462c2 into scalatest:3.2.x-new Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants