Skip to content

Commit 5c7c967

Browse files
Reenable BwC Tests After #56866 (#56868)
Reenable BwC tests now that #56866 is merged.
1 parent 7f1b0d4 commit 5c7c967

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ task verifyVersions {
174174
* after the backport of the backcompat code is complete.
175175
*/
176176

177-
boolean bwc_tests_enabled = false
178-
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/56866" /* place a PR link here when committing bwc changes */
177+
boolean bwc_tests_enabled = true
178+
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
179179
if (bwc_tests_enabled == false) {
180180
if (bwc_tests_disabled_issue.isEmpty()) {
181181
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

server/src/main/java/org/elasticsearch/action/bulk/BulkShardResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
public class BulkShardResponse extends ReplicationResponse implements WriteResponse {
3333

34-
private static final Version COMPACT_SHARD_ID_VERSION = Version.V_8_0_0;
34+
private static final Version COMPACT_SHARD_ID_VERSION = Version.V_7_9_0;
3535

3636
private final ShardId shardId;
3737
private final BulkItemResponse[] responses;

0 commit comments

Comments
 (0)