You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently started seeing more and more transient errors on the unit/integration tests.
Looking at the logs, it seems like the add-dc tests are responsible for a majority of these failures:
--- FAIL: TestK8ssandraCluster (239.38s)
--- FAIL: TestK8ssandraCluster/AddDcToExistingCluster (54.51s)
--- FAIL: TestK8ssandraCluster/AddDcToExistingCluster/SchemaDisagreementOnStargate (2.80s)
add_dc_test.go:104: wait for the CassandraInitialized condition to be set
add_dc_test.go:718: add Stargate and Reaper
add_dc_test.go:560: check that stargate sg1 is created
add_dc_test.go:563: update stargate sg1 status to ready
add_dc_test.go:575: check that reaper reaper1 is created
add_dc_test.go:578: update reaper reaper1 status to ready
add_dc_test.go:734: add dc2 to cluster
add_dc_test.go:759:
Error Trace: add_dc_test.go:759
add_dc_test.go:584
add_dc_test.go:223
Error: Received unexpected error:
Operation cannot be fulfilled on k8ssandraclusters.k8ssandra.io "add-dc-test": the object has been modified; please apply your changes to the latest version and try again
Test: TestK8ssandraCluster/AddDcToExistingCluster/SchemaDisagreementOnStargate
Messages: failed to add dc to K8ssandraCluster
This is starting to fail too often for us to re-run failed jobs now, and we should fix whatever race condition is happening here.
The text was updated successfully, but these errors were encountered:
sync-by-unitobot
changed the title
Stabilize the unit/integration tests flakes
K8SSAND-1885 ⁃ Stabilize the unit/integration tests flakes
Nov 10, 2022
We recently started seeing more and more transient errors on the unit/integration tests.
Looking at the logs, it seems like the add-dc tests are responsible for a majority of these failures:
This is starting to fail too often for us to re-run failed jobs now, and we should fix whatever race condition is happening here.
The text was updated successfully, but these errors were encountered: