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
using Tables
using Arrow
using PooledArrays
for _ in1:10000
t = Tables.partitioner(
(
(a=Arrow.toarrowvector(PooledArray([1,2,3 ])),),
(a=Arrow.toarrowvector(PooledArray([1,2,3,4])),),
(a=Arrow.toarrowvector(PooledArray([1,2,3,4,5])),),
)
)
tt = Arrow.Table(Arrow.tobuffer(t))
end
Found a flaky test, this one
arrow-julia/test/runtests.jl
Lines 297 to 305 in c469151
If you run it without threads, always passes. If you run it with
-t 10
it has a significant chance of erroring.A) Start Julia with
-t 10
B) Create the environment with:
C) Run the test many times:
Highly likely that you'll hit this:
I've reproduced this in both
1.8.5
and1.9.0-rc2
, in two machines.Machine 1:
Machine 2:
The text was updated successfully, but these errors were encountered: