Skip to content

Commit

Permalink
update compat versions for 1.18.1 (#12430)
Browse files Browse the repository at this point in the history
* update compat versions for 1.18.1

CHANGELOG_BEGIN
CHANGELOG_END

* fix exclusions

changelog_begin
changelog_end

Co-authored-by: Azure Pipelines DAML Build <[email protected]>
Co-authored-by: Moritz Kiefer <[email protected]>
  • Loading branch information
3 people authored Jan 19, 2022
1 parent 82639a1 commit 96f454a
Show file tree
Hide file tree
Showing 3 changed files with 838 additions and 838 deletions.
16 changes: 8 additions & 8 deletions compatibility/bazel_tools/testing.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ excluded_test_tool_tests = [
"start": "1.18.0",
"platform_ranges": [
{
"end": "1.18.0",
"end": "2.0.0-snapshot.20220110.8812.0.3a08380b",
"exclusions": [
"CommandDeduplicationIT", # Latest version of the test is dependent on having the submission id populated
],
Expand All @@ -548,7 +548,7 @@ excluded_test_tool_tests = [
"end": "2.0.0-snapshot.20220105.8777.1", # was removed in 2.0
"platform_ranges": [
{
"end": "1.18.0",
"end": "2.0.0-snapshot.20220110.8812.0.3a08380b",
"exclusions": [
# Exclude dedup tests due to large number of changes (removed participant deduplication, switch to append-only schema, changes in deduplication duration)
"KVCommandDeduplicationIT",
Expand All @@ -573,7 +573,7 @@ excluded_test_tool_tests = [
"start": "1.18.0",
"platform_ranges": [
{
"end": "1.18.0",
"end": "2.0.0-snapshot.20220110.8812.0.3a08380b",
"exclusions": [
"CommandServiceIT:CSsubmitAndWaitCompletionOffset",
],
Expand All @@ -584,7 +584,7 @@ excluded_test_tool_tests = [
"start": "2.0.0",
"platform_ranges": [
{
"end": "1.18.0",
"end": "2.0.0-snapshot.20220110.8812.0.3a08380b",
"exclusions": [
# Unexpected failure (StatusRuntimeException) ALREADY_EXISTS: DUPLICATE_COMMAND(10,KVComman):
"CommandDeduplicationIT:DeduplicationMixedClients",
Expand All @@ -601,7 +601,7 @@ excluded_test_tool_tests = [
},
{
"start": "1.18.0",
"end": "1.18.0",
"end": "2.0.0-snapshot.20220110.8812.0.3a08380b",
"platform_ranges": [
{
"start": "2.0.0-snapshot.20211123.8463.0.bd2a6852",
Expand Down Expand Up @@ -640,7 +640,7 @@ excluded_test_tool_tests = [
},
{
"start": "1.3.0",
"end": "1.18.0",
"end": "2.0.0-snapshot.20220110.8812.0.3a08380b",
"platform_ranges": [
{
"start": "2.0.0-snapshot.20220110.8812.0.3a08380b",
Expand All @@ -652,7 +652,7 @@ excluded_test_tool_tests = [
},
{
"start": "1.16.0",
"end": "1.18.0",
"end": "2.0.0-snapshot.20220110.8812.0.3a08380b",
"platform_ranges": [
{
"start": "2.0.0-snapshot.20220110.8812.0.3a08380b",
Expand All @@ -664,7 +664,7 @@ excluded_test_tool_tests = [
},
{
"start": first_granular_test_tool,
"end": "1.18.0",
"end": "2.0.0-snapshot.20220110.8812.0.3a08380b",
"platform_ranges": [
{
"start": "2.0.0-snapshot.20220110.8812.0.3a08380b",
Expand Down
Loading

0 comments on commit 96f454a

Please sign in to comment.