-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Reactive Streams, Test Coverage
-
None
[2021/01/26 02:03:17.415] com.mongodb.reactivestreams.SessionsTest > shouldPassAllOutcomes[server-support.json: Server supports implicit sessions] FAILED [2021/01/26 02:03:17.415] java.lang.AssertionError: {"insert": "test", "ordered": true, "$db": "session-tests", "lsid": {"id": {"$binary": {"base64": "30+bYp5xRHKeEJlhLM6GzA==", "subType": "04"}}}, "documents": [{"_id": 2}]}, {"find": "test", "filter": {"_id": -1}, "$db": "session-tests", "$clusterTime": {"clusterTime": {"$timestamp": {"t": 1611626597, "i": 8}}, "signature": {"hash": {"$binary": {"base64": "rCY2jhix6gqpEPNrVXHm16N/4oQ=", "subType": "00"}}, "keyId": 6921880654145650691}}, "lsid": {"id": {"$binary": {"base64": "hNMiwO6jTnG2lGmdTWaHYw==", "subType": "04"}}}} expected:<{"id": {"$binary": {"base64": "30+bYp5xRHKeEJlhLM6GzA==", "subType": "04"}}}> but was:<{"id": {"$binary": {"base64": "hNMiwO6jTnG2lGmdTWaHYw==", "subType": "04"}}}> [2021/01/26 02:03:17.415] at org.junit.Assert.fail(Assert.java:89) [2021/01/26 02:03:17.415] at org.junit.Assert.failNotEquals(Assert.java:835) [2021/01/26 02:03:17.415] at org.junit.Assert.assertEquals(Assert.java:120) [2021/01/26 02:03:17.415] at com.mongodb.client.AbstractUnifiedTest.executeOperations(AbstractUnifiedTest.java:561) [2021/01/26 02:03:17.415] at com.mongodb.client.AbstractUnifiedTest.shouldPassAllOutcomes(AbstractUnifiedTest.java:373)
- is related to
-
JAVA-4027 Mono#doOnTerminate does not guarantee execution prior to Subscriber notification
- Closed