Releases: JuliaTesting/ReTestItems.jl
Releases · JuliaTesting/ReTestItems.jl
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)
v1.12.2
ReTestItems v1.12.2
Merged pull requests:
- When
_run=false
don't schedule the testitem (#93) (@nickrobinson251)
v1.12.1
ReTestItems v1.12.1
Merged pull requests:
- Allow being passed any string type for TestCase name (#92) (@nickrobinson251)
v1.12.0
ReTestItems v1.12.0
Merged pull requests:
- Change test report to aggregate results by default (#90) (@nickrobinson251)
- Log at error level when worker killed + simplify retry logic (#91) (@nickrobinson251)
v1.11.0
ReTestItems v1.11.0
Merged pull requests:
- Introduce
_id
keyword for manually giving testitems a stable identifer (#89) (@nickrobinson251)
v1.10.0
ReTestItems v1.10.0
Merged pull requests:
- Record errors before logs in XML reports (#88) (@nickrobinson251)
v1.9.0
ReTestItems v1.9.0
Closed issues:
- Test using
Suppressor: @capture_err
is flaky (#68)
Merged pull requests:
- Fix and improve the reporting of errors from timeouts and crashes (#82) (@nickrobinson251)
- Use a Channel to safely populate setups Dict (#85) (@nickrobinson251)
- Throw if a file contains multiple testitems with the same name (#86) (@nickrobinson251)
v1.7.2
ReTestItems v1.7.2
Closed issues:
- Tests can "pass" but then be marked failed because worker kept running until it timed out (#84)
Merged pull requests:
- Replace Condition with Channel (#83) (@nickrobinson251)
v1.7.1
ReTestItems v1.7.1
Closed issues:
- Don't trigger full GC within the time allowed for a test item (#79)
Merged pull requests:
- Move GC run outside of
runtestitem
(#80) (@nickrobinson251)