-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip geojson test for version below 2.4 #4860
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Heemin Kim <[email protected]>
6710d6a
to
a5503b4
Compare
Codecov Report
@@ Coverage Diff @@
## main #4860 +/- ##
============================================
- Coverage 71.79% 70.75% -1.04%
+ Complexity 62907 57863 -5044
============================================
Files 4689 4689
Lines 300505 276910 -23595
Branches 46129 40300 -5829
============================================
- Hits 215750 195937 -19813
+ Misses 67829 64667 -3162
+ Partials 16926 16306 -620
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Gradle Check (Jenkins) Run Completed with:
|
#4842 need to be merged to make the test pass. |
The general best practice here, I think, is that on main you should put the skip to " - 2.99.99" since this feature only exists in 3.0 and newer for the moment. Then you can backport that commit, and in the backport PR you can change the skip value to " - 2.3.99" (or whatever is just below the next minor version on the backport branch). Then after the backport is committed, you can submit a new change to main to change the skip value to " - 2.3.99". I think that's the only way to do it without breaking things along the way. |
Is it allowed to raise PR for 2.x first and another for main later? This will reduce the number of code changes and PR. |
Per our defined branching strategy, all merges should happen on main and be backported to the other branches. |
Gradle Check (Jenkins) Run Completed with:
|
Created issue for previous test failure: #4881 |
Gradle Check (Jenkins) Run Completed with:
|
@andrross Thanks for the quick response! |
Signed-off-by: Heemin Kim <[email protected]> Signed-off-by: Heemin Kim <[email protected]>
Signed-off-by: Heemin Kim [email protected]
Description
Skip geojson test for version below 2.4
Issues Resolved
#4852
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.