test_put_multi_fetch_page
fails frequently against Ubuntu 24.04 / MySQL 8.4
#279
Labels
test_put_multi_fetch_page
fails frequently against Ubuntu 24.04 / MySQL 8.4
#279
Bug Report
Encountered during testing of what will be iRODS 4.3.3.
Platform is Ubuntu 24.04.
Database is MySQL 8.4.
The test fails due to the following assertion.
irods_capability_storage_tiering/packaging/test_plugin_unified_storage_tiering.py
Line 1520 in 822347c
The test creates (256 * 2) + 1 data objects and then starts waiting for them to be moved to another tier. This works, but close observation shows there are failures which lead to stale replicas existing on the original tier. I've noticed at least 3 replicas in this state following test completion. The test fails because it finds replicas on the original tier, even though it moved 400+ replicas.
Decreasing the number of replicas involved (by 100 or so) resulted in the test passing. However, reducing the number of replicas isn't a real fix. We need to figure out WHY data movement fails for some replicas.
Below is the output of the failed test.
Here is the final listing before the assertion fails.
The text was updated successfully, but these errors were encountered: