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
test(compaction): pass the log directory through the fixture constructor
- making location a plain non-static member left manifest_path and
compaction_catalog_path initialized from the default directory even when a
derived fixture overrode location in its constructor body (Copilot review)
- add a compaction_test constructor that takes the location so the dependent
paths are derived from the actual value; offline_compaction_test now passes
/tmp/offline_compaction_test through it
0 commit comments