|
The test org.mongodb.scala.gridfs.GridFSObservableSpec.The_Scala_driver_should_cleanup_when_unsubscribing fails sporadically, e.g., here and here, for changes that could not possibly cause this problem with the following exception:
FAILURE: org.scalatest.exceptions.TestFailedException: 5 did not equal 0 (org.scalatest.exceptions.TestFailedException)
|
org.scalatest.exceptions.TestFailedException: 5 did not equal 0
|
at org.scalatest.MatchersHelper$.indicateFailure(MatchersHelper.scala:343)
|
at org.scalatest.Matchers$ShouldMethodHelper$.shouldMatcher(Matchers.scala:6723)
|
at org.scalatest.Matchers$AnyShouldWrapper.should(Matchers.scala:6771)
|
at org.mongodb.scala.gridfs.GridFSObservableSpec.$anonfun$new$29(GridFSObservableSpec.scala:358)
|
at org.mongodb.scala.gridfs.GridFSObservableSpec.retry(GridFSObservableSpec.scala:366)
|
at org.mongodb.scala.gridfs.GridFSObservableSpec.$anonfun$new$26(GridFSObservableSpec.scala:358)
|
...
|
The complete log is attached as log.txt
|