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
The upgrade_operands_test.go is sometimes failing because the number of entries in the "persistentCache" is 0 after an upgrade, when it should be 100 as the cache is configured to use a file-store.
On a GracefulShutdown upgrade, the StatefulSet of the original cluster is deleted but the associated PVCs are kept and a new StatefulSet is created for the new cluster containing the upgraded Infinispan server. The expectation is that the data associated with the cache is written to the PVC and so after cluster upgrade all persisted entries should remain available via the cache.
The
upgrade_operands_test.go
is sometimes failing because the number of entries in the "persistentCache" is 0 after an upgrade, when it should be 100 as the cache is configured to use a file-store.On a GracefulShutdown upgrade, the StatefulSet of the original cluster is deleted but the associated PVCs are kept and a new StatefulSet is created for the new cluster containing the upgraded Infinispan server. The expectation is that the data associated with the cache is written to the PVC and so after cluster upgrade all persisted entries should remain available via the cache.
Original run: https://github.com/infinispan/infinispan/actions/runs/13967255322/job/39100677903?pr=14410
upgrade-test-logs(3).zip
The text was updated successfully, but these errors were encountered: