Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: JuliaTesting/ParallelTestRunner.jl

Tags

v2.6.1

Toggle v2.6.1's commit message
[Diff since v2.6.0](v2.6.0...v2.6.1)

**Merged pull requests:**
- Bump julia-actions/setup-julia from 2 to 3 (#130) (@dependabot[bot])
- Add more locks in `update_status` (#132) (@giordano)
- Simplify locking additions (#133) (@maleadt)

**Closed issues:**
- UndefRefError: `update_status` races on `running_tests` (#131)

v2.6.0

Toggle v2.6.0's commit message
[Diff since v2.5.1](v2.5.1...v2.6.0)

**Merged pull requests:**
- Use Base.Semaphore to control test execution parallelism (#119) (@giordano)
- Fix init value of `count` in `_count_child_pids` (#126) (@giordano)
- Add a check that there are no running workers at end of the tests (#127) (@giordano)
- Fix styling in print_header function (#128) (@christiangnrd)
- Features for CUDA.jl conversion (#129) (@maleadt)

v2.5.1

Toggle v2.5.1's commit message
[Diff since v2.5.0](v2.5.0...v2.5.1)

**Merged pull requests:**
- Add comprehensive tests for previously uncovered functionality (#118) (@giordano)
- Fix IOBuffer data race in stdio_loop / take! (#120) (@DaniGlez)
- Add test for error handling during task monitoring (#121) (@giordano)
- Add a lock to protect pushes to `results` (#122) (@giordano)
- Bump version number to v2.5.1 (#123) (@giordano)

**Closed issues:**
- Error messages from `JET.jl` not printed (#116)

v2.5.0

Toggle v2.5.0's commit message
[Diff since v2.4.2](v2.4.2...v2.5.0)

**Merged pull requests:**
- Display pre-test time (#86) (@christiangnrd)
- Define `worker_tasks` before using it (#104) (@jishnub)
- Bump actions/upload-artifact from 6 to 7 (#110) (@dependabot[bot])
- Bump actions/download-artifact from 7 to 8 (#111) (@dependabot[bot])
- [NFC] Remove unecessary variable (#112) (@christiangnrd)
- Always report total number of tests being run (#113) (@christiangnrd)
- Bump julia-actions/cache from 2 to 3 (#114) (@dependabot[bot])
- [CI] Remove manual saving of cache on failure (#115) (@giordano)
- Release v2.5.0 (#117) (@giordano)

**Closed issues:**
- Extra long worker load time on 1.13+ (#87)
- [Feature request] Display compilation time (#99)

v2.4.2

Toggle v2.4.2's commit message
[Diff since v2.4.1](v2.4.1...v2.4.2)

**Merged pull requests:**
- Slightly improve inferred types in `runtests` (#100) (@jishnub)
- Remove undefined reference to `rmprocs` (#101) (@giordano)
- Prefix with underscores unused local variables (#102) (@giordano)
- Remove useless `workers` variable (#103) (@giordano)
- Revert changes which broke reuse of workers (#105) (@giordano)
- Stop workers when there are no more tests to run (#107) (@giordano)
- Release v2.4.2 (#108) (@giordano)

**Closed issues:**
- Workers aren't stopped when there's no more work to do (#106)

v2.4.1

Toggle v2.4.1's commit message
[Diff since v2.4.0](v2.4.0...v2.4.1)

**Merged pull requests:**
- [docs] Add more notable users and improve query for searching downstream packages (#91) (@giordano)
- [docs] add MathOptInterface.jl to the list of packages (#92) (@odow)
- Forward code coverage flags. (#94) (@maleadt)
- Avoid overflow on 32-bit systems (#95) (@giordano)
- Don't force `--check-bounds`, `--depwarn`, `--startup-file=no` (#96) (@giordano)
- Revert "Forward code coverage flags." (#97) (@maleadt)
- Release v2.4.1 (#98) (@giordano)

v2.4.0

Toggle v2.4.0's commit message
[Diff since v2.3.0](v2.3.0...v2.4.0)

**Merged pull requests:**
- Highlight in red name of failed test when showing output (#90) (@giordano)

v2.3.0

Toggle v2.3.0's commit message
[Diff since v2.2.0](v2.2.0...v2.3.0)

**Merged pull requests:**
- Lower max RSS value on low memory systems (#88) (@christiangnrd)
- macOS: Also consider compressed pages as usable. (#89) (@maleadt)

v2.2.0

Toggle v2.2.0's commit message
[Diff since v2.1.0](v2.1.0...v2.2.0)

**Merged pull requests:**
- Add `init_worker_code` for code that runs once per worker (#85) (@christiangnrd)

**Closed issues:**
- Add feature to Malt to capture worker output (#61)

v2.1.0

Toggle v2.1.0's commit message
[Diff since v2.0.2](v2.0.2...v2.1.0)

**Merged pull requests:**
- Bump actions/checkout from 5 to 6 (#72) (@dependabot[bot])
- Add Documenter.jl documentation (#74) (@giordano)
- Clarify description of command line args argument to `runtests` (#75) (@giordano)
- [docs] Execute examples when building the docs (#76) (@giordano)
- Bump actions/upload-artifact from 5 to 6 (#78) (@dependabot[bot])
- Bump actions/download-artifact from 6 to 7 (#79) (@dependabot[bot])
- Bump actions/cache from 4 to 5 (#80) (@dependabot[bot])
- Allow IOCapture v1 (#81) (@cgarling)
- [docs] Add `runtests` call in mock package (#82) (@giordano)
- Get process output from Malt, instead of capturing it ourselves (#84) (@giordano)

**Closed issues:**
- Print worker crash output (#83)