Skip to content

Commit c30f86b

Browse files
Retry test submissions on UNKNOWN_CONTRACT_SYNCHRONIZERS (#3123)
Fixes DACH-NY/cn-test-failures#6385 [ci] Signed-off-by: Martin Florian <[email protected]>
1 parent 08ff6c5 commit c30f86b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

canton/community/integration-testing/src/main/scala/com/digitalasset/canton/integration/EnvironmentSetup.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ sealed trait EnvironmentSetup[C <: SharedCantonConfig[C], E <: Environment[C]]
207207
// and transient disconnects are normal.
208208
SyncServiceInjectionError.NotConnectedToAnySynchronizer,
209209
SyncServiceInjectionError.NotConnectedToSynchronizer,
210+
TransactionRoutingError.TopologyErrors.UnknownContractSynchronizers,
210211
TransactionRoutingError.TopologyErrors.UnknownInformees,
211212
)
212213
val forceRetry = retryableErrorCodes.exists(retryableErroCode =>

0 commit comments

Comments
 (0)