Test runner fixes - #161
Merged
Merged
Conversation
BethanyG
approved these changes
Sep 3, 2026
colinleach
approved these changes
Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I was hoping to cut down on the Julia test runner image size this morning, but the tests weren't passing locally so I poked at this some more tonight.
The results JSON will now be sorted correctly every time, which accounted for most of my failing tests.
The runner will also discard the stack traces which has a lot of noise and internals exposed, including version numbers and standard library lines that change between releases.
Finally, I found that nested task ids weren't being reported by the runner so I patched that to get the last golden test happy.
Once this goes through, I'll have a follow-up PR removing the sysimage we're not using that comes from the Julia 1.12.7 image. We're using a custom one so that should be fine.