[JAVA-4973] Include missing standalone build variants in pull request CI Created: 23/May/23 Updated: 28/Oct/23 Resolved: 30/May/23 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Test Coverage |
| Affects Version/s: | None |
| Fix Version/s: | 4.10.0 |
| Type: | Improvement | Priority: | Unknown |
| Reporter: | Slav Babanin | Assignee: | Jeffrey Yemin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Documentation Changes: | Not Needed |
| Documentation Changes Summary: | 1. What would you like to communicate to the user about this feature? |
| Description |
|
We have encountered situations where tests pass on pull requests but fail once merged into the master branch. This issue arises because some of the standalone build variants and their corresponding tests from the master branch's continuous integration (CI) are not included in the pull request CI. To prevent such occurrences in the future, we need to add these missing build variants to the pull request CI. The following standalone build variants need to be included: 5.0 Standalone API Version Required By adding these build variants, we can ensure consistent test results between pull requests and the master branch. |
| Comments |
| Comment by Githook User [ 30/May/23 ] |
|
Author: {'name': 'Jeff Yemin', 'email': 'jeff.yemin@mongodb.com', 'username': 'jyemin'}Message: Test against standalones with auth/ssl enabled (#1129)
|