Abacn commented on PR #34100:
URL: https://github.com/apache/beam/pull/34100#issuecomment-2733679619
The failed test is
```
org.junit.ComparisonFailure: expected:<{"$match": {"[_id": {"$gt": {"$oid":
"52cc8f6254c5317943000005"}}]}}> but was:<{"$match": {"[$and": [{"_id": {"$gt":
{"$oid": "52cc8f6254c5317943000005"}}}]]}}>
at org.junit.Assert.assertEquals(Assert.java:117)
```
From failed test, go to "Summary", One can see "For more details on these
failures, see this check" with a link, then the stack trace for failed test is
there.
Also, there is "JUnit Test Results" uploaded in Artifact Section and one can
download
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]