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
Update version for serialization of allowed system indices (#53085)
This commit updates the serialization for allowed system indices after
the backport of the work and also re-enables bwc compatibility tests.
Relates #52385
Relates #53035
Relates #53062
Copy file name to clipboardExpand all lines: build.gradle
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -219,8 +219,8 @@ task verifyVersions {
219
219
* after the backport of the backcompat code is complete.
220
220
*/
221
221
222
-
boolean bwc_tests_enabled =false
223
-
finalString bwc_tests_disabled_issue ="https://github.com/elastic/elasticsearch/pull/52385"/* place a PR link here when committing bwc changes */
222
+
boolean bwc_tests_enabled =true
223
+
finalString bwc_tests_disabled_issue =""/* place a PR link here when committing bwc changes */
224
224
if (bwc_tests_enabled ==false) {
225
225
if (bwc_tests_disabled_issue.isEmpty()) {
226
226
thrownewGradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments