-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
Fully Compatible
-
ClusterScalability 16Feb-2Mar
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The test is flaky because it oftentimes fails with transient transaction errors that can be retried (BF-41362 is an example). We should wrap the transaction logic in the test with the `withRetryOnTransientTxnError()` so that the transaction is automatically retried on any errors.