JuliaLang/julia

run TEMP_CLEANUP during test/runtests.jl between tests

Open

#49,068 创建于 2023年3月20日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)Julia (5,773 fork)batch import
help wanted

仓库指标

Star
 (48,709 star)
PR 合并指标
 (平均合并 20天 6小时) (30 天内合并 157 个 PR)

描述

We often are having problems where some tests (I don't know which ones) are leaving behind temp files, and resulting in problems when we go to exit later. I propose that we run the TEMP_CLEANUP hook after each testset completes, and warn if there is anything present, so we can start to identify which tests are responsible for our CI problems. (for example https://buildkite.com/julialang/julia-master/builds/22035#0186f5ed-b805-480a-ad4c-e34beeaba605)

贡献者指南