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 <support@digitalasset.com>
Co-authored-by: Remy Haemmerle <Remy.Haemmerle@daml.com>
This commit is contained in:
azure-pipelines[bot] 2022-06-19 23:10:22 +00:00 committed by GitHub
parent d6dd03751f
commit 253b0b186c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -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",
}

View File

@ -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