-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Test Coverage
-
None
-
Fully Compatible
-
Not Needed
-
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
6.0 Standalone API Version Required
latest Standalone API Version Required
By adding these build variants, we can ensure consistent test results between pull requests and the master branch.