quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

`test_build_physical_plan_with_locality` is flaky

Open guilload opened this issue 1 year ago • 2 comments

guilload avatar May 17 '24 14:05 guilload

@guilload next time can you add a link to a failed CI run?

fulmicoton avatar May 21 '24 03:05 fulmicoton

This fails consistently on my machine:

while true
    if not RUST_BACKTRACE=1 RUST_LOG=error c test --manifest-path quickwit/Cargo.toml -p quickwit-control-plane --lib test_build_physical_plan_with_locality
        break
    end
end

guilload avatar May 21 '24 12:05 guilload