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
fix(test): force Virtuoso checkpoint after loading test data
Virtuoso may not fully index inserted data before queries run,
causing flaky SELECT failures despite ASK checks passing. Run an
explicit checkpoint via isql after data loading and replace ASK
verification with SELECT queries that confirm data is queryable.
0 commit comments