Releases: JuliaTesting/ReTestItems.jl
Releases · JuliaTesting/ReTestItems.jl
v1.21.0
ReTestItems v1.21.0
Merged pull requests:
- Allow
@testitem
to set its own timeout (#129) (@nickrobinson251)
Closed issues:
- Allow individual
@testitem
s to set timeout limit (#13)
v1.20.1
ReTestItems v1.20.1
Merged pull requests:
- Add v1.10 to CI (#119) (@nickrobinson251)
- Make worker
nthreads
log more specific (#121) (@nickrobinson251) - Remove unused line (#122) (@nickrobinson251)
- Link to docstrings in README (#126) (@nickrobinson251)
- Bump version (#128) (@nickrobinson251)
Closed issues:
v1.20.0
ReTestItems v1.20.0
Merged pull requests:
- Disable worker retarts for mem pressure on Mac (#115) (@nickrobinson251)
- Clearer terminology 'evaluate' -> 'run' (#116) (@nickrobinson251)
Closed issues:
- How to include testsuites from other packages? (#114)
v1.19.0
ReTestItems v1.19.0
Merged pull requests:
v1.18.0
ReTestItems v1.18.0
Closed issues:
- Fail with error "trying to activate test environment of an unnamed project" (#34)
Merged pull requests:
- Replace worker process when memory pressure high (#109) (@nickrobinson251)
v1.17.0
ReTestItems v1.17.0
Merged pull requests:
- Add ability to pass an expression to run after every testitem (#108) (@nickrobinson251)
v1.16.0
ReTestItems v1.16.0
Merged pull requests:
- Check the worker process for any available bytes (#104) (@Drvi)
- Include signal number in worker terminated error (#106) (@nickrobinson251)
v1.15.0
ReTestItems v1.15.0
Closed issues:
- workers.jl "remote_eval/remote_fetch" test is flaky (#64)
Merged pull requests:
- If a worker doesn't start successfully then retry (#99) (@nickrobinson251)
- Cleanup CI (#103) (@nickrobinson251)
v1.14.0
ReTestItems v1.14.0
Merged pull requests:
- Fix log messge typo
afer
->after
(#96) (@nickrobinson251) - Introduce
RETESTITEMS_TESTITEM_TIMEOUT
env variable (#100) (@Drvi) - Update CI.yml to use released v1.9 (#101) (@nickrobinson251)
- v1.14.0 (#102) (@Drvi)
v1.13.0
ReTestItems v1.13.0
Merged pull requests:
- Store timeout limit as elapsed time when recording error (#94) (@nickrobinson251)