You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only validate upper bound of current branch on release branches (elastic#135391)
When transport version changes are backported they may carry along
multiple upper bounds files that have been updated. Yet in release
branches the only upper bound file that matter is that of the current
branch. This commit adjusts validation on release branches to only check
the current upper bound file.
Copy file name to clipboardExpand all lines: build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/transport/TransportVersionValidationFuncTest.groovy
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -294,4 +294,21 @@ class TransportVersionValidationFuncTest extends AbstractTransportVersionFuncTes
Copy file name to clipboardExpand all lines: build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/transport/ValidateTransportVersionResourcesTask.java
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ public void validateTransportVersions() throws IOException {
0 commit comments