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
Completes original IO to exported object with original data
Inserts data copied in step 2 into cache
The IO is completed at step 3, execution of test continues and assertion fails because step 4 wasn't executed yet.
We gotta think of some way to wait for backfill or drop assertions which check each and every time if data that should be inserted is inserted. Maybe split it out to dedicated tests which make sure bf run, and don't bother with it in other tests?
We plan to implement a utility to settle OCF to make sure there is no outstanding activity after I/O is completed. Initial version of this feature is available here: 4d7d968
Once the settle mechanism is in place, we'll be able to update tests and fix this issue.
LOGS from pyocf
Test name: test_start_read_first_and_check_mode
I encountered this several times, however it is very sporadic. Seems like it isn't related to hardware configuration.
The text was updated successfully, but these errors were encountered: