Skip to content

Releases: JuliaTesting/ParallelTestRunner.jl

v1.0.3

17 Oct 17:54
b550414

Choose a tag to compare

ParallelTestRunner v1.0.3

Diff since v1.0.2

Merged pull requests:

  • Use Malt instead of Distributed.jl (#48) (@vchuravy)
  • Add GPUArrays.jl and Metal.jl examples in README (#49) (@giordano)
  • Update help message in README.md, and clarify runtests arguments (#50) (@giordano)
  • Disable fail-fast in UnitTests workflow (#52) (@giordano)
  • Add WorkerTestSet to avoid loss of context due to TestSetException (#55) (@vchuravy)

Closed issues:

  • Retain precise testset information in failed tests (#32)

v1.0.2

15 Oct 07:34

Choose a tag to compare

ParallelTestRunner v1.0.2

Diff since v1.0.1

Merged pull requests:

  • Put testset exceptions in the test record. (#44) (@maleadt)
  • Force color output with IOCapture. (#47) (@maleadt)

Closed issues:

  • Colors missing from testset summary (#35)

v1.0.1

15 Oct 05:33
a37b165

Choose a tag to compare

ParallelTestRunner v1.0.1

Diff since v1.0.0

Merged pull requests:

Closed issues:

  • More consistent print_test_* function signatures before making them public (#37)

v1.0.0

13 Oct 19:30

Choose a tag to compare

ParallelTestRunner v1.0.0

Diff since v0.1.2

Breaking changes

None.

Merged pull requests:

Closed issues:

  • Tweak memory-based heuristics to pick default number of jobs (#3)
  • Speed up test interruption (#13)
  • Failing tests have partially wrong stacktrace (#26)

v0.1.2

11 Oct 13:42
d05cb98

Choose a tag to compare

ParallelTestRunner v0.1.2

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

11 Oct 13:42
e76dd12

Choose a tag to compare

ParallelTestRunner v0.1.1

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Oct 13:38
ade40da

Choose a tag to compare

ParallelTestRunner v0.1.0

What's Changed

  • [CI] Reorganise GitHub Actions setup by @giordano in #1
  • Add docstring for runtests by @giordano in #2
  • Move default number of jobs to its own function by @giordano in #5
  • Add support for custom tests. by @maleadt in #6
  • Improve module sandboxing and allow init code customization. by @maleadt in #7
  • Eval the initialization code separately. by @maleadt in #8
  • Make it possible to customize the worker a test is run on. by @maleadt in #9
  • Actually attach addworkers doscstring to addworkers by @giordano in #10
  • Make executable flags a runtime function by @giordano in #11
  • Print timing inside overall test reporting by @giordano in #12

New Contributors

Full Changelog: https://github.com/JuliaTesting/ParallelTestRunner.jl/commits/v0.1.0