Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ce86b74

Browse files
committed
added a note about the reason why we ignore failures from tests in the stress run infrastructure
1 parent 751dcd6 commit ce86b74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/GC/Stress/stress_run_readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Most of the code in gc.cpp is intricate - unless you are touching something that
66

77
This was adapted from one of the ways we run stress internally. The idea is that it takes a config that specifies the tests to run and runs them all in one process to stress random combinations of allocation and survival patterns.
88

9+
Note that these tests were picked from functional tests so some of them could have failures because some condition it checks for is not met. In stress runs, we only care about AVs so we want to run them as long as possible and don't care about failures indicated by the tests themselves.
10+
911
This is a pretty crude implementation. Feel free to improve it!
1012

1113
2. Setting up stress

0 commit comments

Comments
 (0)