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
Add back resetting transport upper bounds (#135322) (#135664)
When upper bounds files have been incorrectly modified, or changes to
them are no longer needed, transport version generation should rebuild
the upper bound. This commit adds back the ability to reset the upper
bound files in these cases and adds scanning for the latest within a
branch to find the appropriate id for a given upper bound file.
Copy file name to clipboardExpand all lines: build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/transport/TransportVersionGenerationFuncTest.groovy
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,6 @@ class TransportVersionGenerationFuncTest extends AbstractTransportVersionFuncTes
90
90
assertUpperBound("9.2", "new_tv,8124000")
91
91
}
92
92
93
-
/*
94
-
temporarily muted, see https://github.com/elastic/elasticsearch/pull/135226
95
-
96
93
def"invalid changes to a upper bounds should be reverted"() {
Copy file name to clipboardExpand all lines: build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/transport/GenerateTransportVersionDefinitionTask.java
Copy file name to clipboardExpand all lines: build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/transport/TransportVersionResourcesService.java
Copy file name to clipboardExpand all lines: build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/transport/ValidateTransportVersionResourcesTask.java
0 commit comments