disabling multithreading via keyword argument: Test Failed at /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:157
Expression: combine(gd, [] => ((()->begin
#= /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:157 =#
Threads.threadid()
end) => :id1), [] => ((()->begin
#= /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:158 =#
Threads.threadid()
end) => :id2), threads = true) != DataFrame(y = 1:4, id1 = 1, id2 = 1)
Evaluated: 4×3 DataFrame
Row │ y id1 id2
│ Int64 Int64 Int64
─────┼─────────────────────
1 │ 1 1 1
2 │ 2 1 1
3 │ 3 1 1
4 │ 4 1 1 != 4×3 DataFrame
Row │ y id1 id2
│ Int64 Int64 Int64
─────┼─────────────────────
1 │ 1 1 1
2 │ 2 1 1
3 │ 3 1 1
4 │ 4 1 1
Stacktrace:
[1] macro expansion
@ ~/applications/juliadev/usr/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined]
[2] macro expansion
@ ~/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:157 [inlined]
[3] macro expansion
@ ~/applications/juliadev/usr/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined]
[4] top-level scope
@ ~/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:80
disabling multithreading via keyword argument: Test Failed at /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:177
Expression: select(gd, [] => ((()->begin
#= /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:177 =#
Threads.threadid()
end) => :id1), [] => ((()->begin
#= /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:178 =#
Threads.threadid()
end) => :id2), threads = true) != DataFrame(y = refdf.y, id1 = 1, id2 = 1)
Evaluated: 1000×3 DataFrame
Row │ y id1 id2
│ Int64 Int64 Int64
──────┼─────────────────────
1 │ 2 1 1
2 │ 3 1 1
3 │ 1 1 1
4 │ 4 1 1
5 │ 2 1 1
6 │ 2 1 1
7 │ 4 1 1
8 │ 4 1 1
⋮ │ ⋮ ⋮ ⋮
994 │ 4 1 1
995 │ 2 1 1
996 │ 4 1 1
997 │ 4 1 1
998 │ 1 1 1
999 │ 1 1 1
1000 │ 4 1 1
985 rows omitted != 1000×3 DataFrame
Row │ y id1 id2
│ Int64 Int64 Int64
──────┼─────────────────────
1 │ 2 1 1
2 │ 3 1 1
3 │ 1 1 1
4 │ 4 1 1
5 │ 2 1 1
6 │ 2 1 1
7 │ 4 1 1
8 │ 4 1 1
⋮ │ ⋮ ⋮ ⋮
994 │ 4 1 1
995 │ 2 1 1
996 │ 4 1 1
997 │ 4 1 1
998 │ 1 1 1
999 │ 1 1 1
1000 │ 4 1 1
985 rows omitted
Stacktrace:
[1] macro expansion
@ ~/applications/juliadev/usr/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined]
[2] macro expansion
@ ~/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:177 [inlined]
[3] macro expansion
@ ~/applications/juliadev/usr/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined]
[4] top-level scope
@ ~/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:80
disabling multithreading via keyword argument: Test Failed at /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:181
Expression: select!(gd, [] => ((()->begin
#= /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:181 =#
Threads.threadid()
end) => :id1), [] => ((()->begin
#= /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:182 =#
Threads.threadid()
end) => :id2), threads = true) != DataFrame(y = refdf.y, id1 = 1, id2 = 1)
Evaluated: 1000×3 DataFrame
Row │ y id1 id2
│ Int64 Int64 Int64
──────┼─────────────────────
1 │ 2 1 1
2 │ 3 1 1
3 │ 1 1 1
4 │ 4 1 1
5 │ 2 1 1
6 │ 2 1 1
7 │ 4 1 1
8 │ 4 1 1
⋮ │ ⋮ ⋮ ⋮
994 │ 4 1 1
995 │ 2 1 1
996 │ 4 1 1
997 │ 4 1 1
998 │ 1 1 1
999 │ 1 1 1
1000 │ 4 1 1
985 rows omitted != 1000×3 DataFrame
Row │ y id1 id2
│ Int64 Int64 Int64
──────┼─────────────────────
1 │ 2 1 1
2 │ 3 1 1
3 │ 1 1 1
4 │ 4 1 1
5 │ 2 1 1
6 │ 2 1 1
7 │ 4 1 1
8 │ 4 1 1
⋮ │ ⋮ ⋮ ⋮
994 │ 4 1 1
995 │ 2 1 1
996 │ 4 1 1
997 │ 4 1 1
998 │ 1 1 1
999 │ 1 1 1
1000 │ 4 1 1
985 rows omitted
Stacktrace:
[1] macro expansion
@ ~/applications/juliadev/usr/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined]
[2] macro expansion
@ ~/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:181 [inlined]
[3] macro expansion
@ ~/applications/juliadev/usr/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined]
[4] top-level scope
@ ~/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:80
disabling multithreading via keyword argument: Test Failed at /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:201
Expression: transform(gd, [] => ((()->begin
#= /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:201 =#
Threads.threadid()
end) => :id1), [] => ((()->begin
#= /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:202 =#
Threads.threadid()
end) => :id2), threads = true) != [refdf DataFrame(id1 = fill(1, nrow(refdf)), id2 = 1)]
Evaluated: 1000×4 DataFrame
Row │ x y id1 id2
│ Int64 Int64 Int64 Int64
──────┼────────────────────────────
1 │ 1 2 1 1
2 │ 2 3 1 1
3 │ 3 1 1 1
4 │ 4 4 1 1
5 │ 5 2 1 1
6 │ 6 2 1 1
7 │ 7 4 1 1
8 │ 8 4 1 1
⋮ │ ⋮ ⋮ ⋮ ⋮
994 │ 994 4 1 1
995 │ 995 2 1 1
996 │ 996 4 1 1
997 │ 997 4 1 1
998 │ 998 1 1 1
999 │ 999 1 1 1
1000 │ 1000 4 1 1
985 rows omitted != 1000×4 DataFrame
Row │ x y id1 id2
│ Int64 Int64 Int64 Int64
──────┼────────────────────────────
1 │ 1 2 1 1
2 │ 2 3 1 1
3 │ 3 1 1 1
4 │ 4 4 1 1
5 │ 5 2 1 1
6 │ 6 2 1 1
7 │ 7 4 1 1
8 │ 8 4 1 1
⋮ │ ⋮ ⋮ ⋮ ⋮
994 │ 994 4 1 1
995 │ 995 2 1 1
996 │ 996 4 1 1
997 │ 997 4 1 1
998 │ 998 1 1 1
999 │ 999 1 1 1
1000 │ 1000 4 1 1
985 rows omitted
Stacktrace:
[1] macro expansion
@ ~/applications/juliadev/usr/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined]
[2] macro expansion
@ ~/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:201 [inlined]
[3] macro expansion
@ ~/applications/juliadev/usr/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined]
[4] top-level scope
@ ~/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:80
disabling multithreading via keyword argument: Test Failed at /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:205
Expression: transform!(gd, [] => ((()->begin
#= /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:205 =#
Threads.threadid()
end) => :id1), [] => ((()->begin
#= /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:206 =#
Threads.threadid()
end) => :id2), threads = true) != [refdf DataFrame(id1 = fill(1, nrow(refdf)), id2 = 1)]
Evaluated: 1000×4 DataFrame
Row │ x y id1 id2
│ Int64 Int64 Int64 Int64
──────┼────────────────────────────
1 │ 1 2 1 1
2 │ 2 3 1 1
3 │ 3 1 1 1
4 │ 4 4 1 1
5 │ 5 2 1 1
6 │ 6 2 1 1
7 │ 7 4 1 1
8 │ 8 4 1 1
⋮ │ ⋮ ⋮ ⋮ ⋮
994 │ 994 4 1 1
995 │ 995 2 1 1
996 │ 996 4 1 1
997 │ 997 4 1 1
998 │ 998 1 1 1
999 │ 999 1 1 1
1000 │ 1000 4 1 1
985 rows omitted != 1000×4 DataFrame
Row │ x y id1 id2
│ Int64 Int64 Int64 Int64
──────┼────────────────────────────
1 │ 1 2 1 1
2 │ 2 3 1 1
3 │ 3 1 1 1
4 │ 4 4 1 1
5 │ 5 2 1 1
6 │ 6 2 1 1
7 │ 7 4 1 1
8 │ 8 4 1 1
⋮ │ ⋮ ⋮ ⋮ ⋮
994 │ 994 4 1 1
995 │ 995 2 1 1
996 │ 996 4 1 1
997 │ 997 4 1 1
998 │ 998 1 1 1
999 │ 999 1 1 1
1000 │ 1000 4 1 1
985 rows omitted
Stacktrace:
[1] macro expansion
@ ~/applications/juliadev/usr/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined]
[2] macro expansion
@ ~/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:205 [inlined]
[3] macro expansion
@ ~/applications/juliadev/usr/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined]
[4] top-level scope
@ ~/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:80
Test Summary: | Pass Fail Total Time
disabling multithreading via keyword argument | 15 5 20 4.1s
FAILED: multithreading.jl
LoadError: Some tests did not pass: 15 passed, 5 failed, 0 errored, 0 broken.
in expression starting at /Users/foo/.julia/packages/DataFrames/58MUJ/test/multithreading.jl:1
versioninfo
tested with
ENV["JULIA_USE_FLISP_PARSER"] = 1and with JuliaSyntax parsersaw similar errors in Julia 1.11.0-DEV.582 (a4562e608f)
describe failures
multithreading disable failures