Skip to content

Store historical test duration.#28

Merged
maleadt merged 1 commit into
mainfrom
tb/historical_durations
Oct 13, 2025
Merged

Store historical test duration.#28
maleadt merged 1 commit into
mainfrom
tb/historical_durations

Conversation

@maleadt

@maleadt maleadt commented Oct 13, 2025

Copy link
Copy Markdown
Collaborator

Use it for a more accurate ETA, and to order tests (longest first).

Use it for a more accurate ETA, and to order tests (longest first).
@maleadt maleadt force-pushed the tb/historical_durations branch from 0ec1ea8 to 4f8632b Compare October 13, 2025 13:31
Comment thread src/ParallelTestRunner.jl
issues during long test runs. The memory limit is set based on system architecture.
"""
function runtests(ARGS; testfilter = Returns(true), RecordType = TestRecord,
function runtests(mod::Module, ARGS; testfilter = Returns(true), RecordType = TestRecord,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note that this will be a breaking change. @vchuravy can we go to v1.0 while we're here? We'd have more space for separating breaking releases vs new features vs patches.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think we can.

Comment thread src/ParallelTestRunner.jl
@maleadt maleadt merged commit b5c3434 into main Oct 13, 2025
20 checks passed
@maleadt maleadt deleted the tb/historical_durations branch October 13, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants