Skip to content

CI test output results.json contains a lot of duplicate entries #53198

Closed
@inkydragon

Description

@inkydragon
  1. Open https://buildkite.com/julialang/julia-master/builds/33133#018d7b6a-ce86-45be-800e-8f0498598629
  2. Locate the "Artifacts" tab
  3. Download julia-28db6c7a11/share/julia/test/results.json
  4. Open results.json
  5. LinearAlgebra/addmul repeated 4000+ times
image

JSON Output code:

julia/test/runtests.jl

Lines 431 to 435 in 28db6c7

if Base.get_bool_env("CI", false)
testresults = joinpath(@__DIR__, "results.json")
@info "Writing test result data to $testresults"
open(io -> write_testset_json(io, o_ts), testresults, "w")
end

export write_testset_json

cc: @tecosaur

Metadata

Metadata

Assignees

Labels

ciContinuous integrationtestsystemThe unit testing framework and Test stdlib

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions