From 253b0b186c6b5366ca3bb842e8c37e55b9a3af59 Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" <36771401+azure-pipelines[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 23:10:22 +0000 Subject: [PATCH] bump canton to 20220617 (#14218) * bump canton to 20220617 CHANGELOG_BEGIN CHANGELOG_END * activate conformance test for regression test for exceptions Co-authored-by: Azure Pipelines Daml Build Co-authored-by: Remy Haemmerle --- canton_dep.bzl | 4 ++-- ledger/ledger-api-test-tool-on-canton/BUILD.bazel | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/canton_dep.bzl b/canton_dep.bzl index d42cf53e509..03a6de2c2c1 100644 --- a/canton_dep.bzl +++ b/canton_dep.bzl @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 canton = { - "sha": "28543db2693ab2b7245e5cef8b7af085e1bdca232ec9e62cc4639504c9613552", + "sha": "30ca8d9f85572c4e50fb6f922d3171ef47cee40d613e1d0968afa1b89c297415", "prefix": "canton-open-source-2.3.0-SNAPSHOT", - "url": "https://www.canton.io/releases/canton-open-source-20220616.tar.gz", + "url": "https://www.canton.io/releases/canton-open-source-20220617.tar.gz", } diff --git a/ledger/ledger-api-test-tool-on-canton/BUILD.bazel b/ledger/ledger-api-test-tool-on-canton/BUILD.bazel index e6863a79e96..1bfb3021baa 100644 --- a/ledger/ledger-api-test-tool-on-canton/BUILD.bazel +++ b/ledger/ledger-api-test-tool-on-canton/BUILD.bazel @@ -93,9 +93,6 @@ conformance_test( "TLSAtLeastOnePointTwoIT", "CommandDeduplicationPeriodValidationIT:OffsetPruned", # requires pruning not available in canton community "DeeplyNestedValueIT", # FIXME: Too deeply nested values flake with a time out (half of the time) - "ExceptionsIT:ExCKRollbackGlobalArchivedCreate", # TODO Temporarily disabled until Canton is bumped to a new Engine - "ExceptionsIT:ExCKRollbackGlobalArchivedLookup", # TODO Temporarily disabled until Canton is bumped to a new Engine - "ExceptionsIT:ExRollbackCreate", # TODO Temporarily disabled until Canton is bumped to a new Engine ]), ], ) if not is_windows else None