disble flaky tests in canton-conformance-test (#7315)

* mark canton-conformance-test as flaky

CHANGELOG_BEGIN
CHANGELOG_END

* Address Moritz's review

* fix

* fix

* Disable a handful of TransactionServiceIT changes that flake

rather than making the entire canton suite as flaky

Related to #7316

changelog_begin
changelog_end

* formatting

Co-authored-by: Oliver Seeliger <oliver.seeliger@digitalasset.com>
This commit is contained in:
Remy 2020-09-03 17:07:02 +02:00 committed by GitHub
parent d08de60d9c
commit c4e21910ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,13 @@ conformance_test(
"--exclude=ContractKeysIT" + # 3 of the more specialized tests currently fail on Canton
",ConfigManagementServiceIT,LedgerConfigurationServiceIT" + # dynamic config management not supported by Canton
",TransactionScaleIT,LotsOfPartiesIT" + # scale tests need timeout-scale-factor 1.5 and 2.0 respectively on Canton
",ClosedWorldIT", # Canton currently fails this test with a different error (missing namespace in "unallocated" party id)
",ClosedWorldIT" + # Canton currently fails this test with a different error (missing namespace in "unallocated" party id)
# FIXME https://github.com/digital-asset/daml/issues/7316 for the TransactionServiceIT flakes:
",TransactionServiceIT:TXInvisibleTransactionTreeByEventId" +
",TransactionServiceIT:TXFlatTransactionByIdSameAsTransactionStream" +
",TransactionServiceIT:TXTransactionTreeByIdSameAsTransactionStream" +
",TransactionServiceIT:TXSingleMultiSameTreesStakeholders" +
",TransactionServiceIT:TXSingleMultiSameStakeholders",
],
# temporarily disabling canton tests, because the api server
# in the canton release still requires old time model fields.