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
Copy file name to clipboardExpand all lines: build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/transport/TransportVersionGenerationFuncTest.groovy
+2-10Lines changed: 2 additions & 10 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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,7 @@ public void run() throws IOException {
103
103
104
104
getLogger().lifecycle("Generating transport version name: " + targetDefinitionName);
105
105
if (targetDefinitionName.isEmpty()) {
106
-
// TODO: resetting upper bounds needs to be done locally, otherwise it pulls in some (incomplete) changes from upstream main
0 commit comments