[JAVA-4228] Disable tests of legacy wire protocol for 5.1+ servers Created: 09/Jul/21 Updated: 28/Oct/23 Resolved: 09/Jul/21 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Test Coverage |
| Affects Version/s: | None |
| Fix Version/s: | 4.3.0 |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Jeffrey Yemin | Assignee: | Jeffrey Yemin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
In 5.1 the legacy wire protocol (OP_QUERY/UPDATE/INSERT/DELETE/KILL_CURSORS) is no longer supported. All the low level integration tests in driver-core for those protocols need to be disabled for 5.1+. |
| Comments |
| Comment by Githook User [ 03/Aug/21 ] |
|
Author: {'name': 'jyemin', 'email': 'jeff.yemin@mongodb.com', 'username': 'jyemin'}Message: Use getMore command in tests, when available In 5.1+, the legacy wire protocol is no longer supported, which includew Although this message type will not be invoked in 5.1+ under normal usage,
|
| Comment by Githook User [ 20/Jul/21 ] |
|
Author: {'name': 'jyemin', 'email': 'jeff.yemin@mongodb.com', 'username': 'jyemin'}Message: Use getMore command in tests, when available In 5.1+, the legacy wire protocol is no longer supported, which includew Although this message type will not be invoked in 5.1+ under normal usage,
|
| Comment by Githook User [ 14/Jul/21 ] |
|
Author: {'name': 'Jeff Yemin', 'email': 'jeff.yemin@mongodb.com', 'username': 'jyemin'}Message: Disable tests of legacy wire protocol on 5.1+ servers In 5.1+, the legacy wire protocol is no longer supported. This includes
Although none of these wire protocol messsage will be used in 5.1+ under
|
| Comment by Githook User [ 11/Jul/21 ] |
|
Author: {'name': 'jyemin', 'email': 'jeff.yemin@mongodb.com', 'username': 'jyemin'}Message: Fix test: add serverApi to command
|
| Comment by Githook User [ 09/Jul/21 ] |
|
Author: {'name': 'Jeff Yemin', 'email': 'jeff.yemin@mongodb.com', 'username': 'jyemin'}Message: Disable tests of legacy wire protocol on 5.1+ servers In 5.1+, the legacy wire protocol is no longer supported. This includes
Although none of these wire protocol messsage will be used in 5.1+ under
|