[JAVA-5190] Disable failing $lookup test Created: 05/Oct/23 Updated: 06/Oct/23 Resolved: 06/Oct/23 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Aggregation, Test Coverage |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Unknown |
| Reporter: | Jeffrey Yemin | Assignee: | Maxim Katcharov |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Documentation Changes Summary: | 1. What would you like to communicate to the user about this feature? |
| Description |
|
The test com.mongodb.client.model.AggregatesTest#testDocumentsLookup is failing against the mainline server build (post 7.0 release). The pipeline is:
and the server error is:
Checking with query execution team whether this change is intentional, but meanwhile we should at least disable the test. |
| Comments |
| Comment by Githook User [ 06/Oct/23 ] |
|
Author: {'name': 'Maxim Katcharov', 'email': 'maxim.katcharov@mongodb.com', 'username': 'katcharov'}Message: $lookup "from" must be null when using $documents pipeline (#1218)
|