Files
apple-foundationdb/contrib/Joshua/scripts/correctnessTest.sh
Jingyu Zhou 1ac8f39ccd Set rare test priority to be 10 as default
This will decrease the chance of running them.
2024-08-03 15:43:56 -07:00

11 lines
386 B
Bash
Executable File

#!/bin/sh
# Simulation currently has memory leaks. We need to investigate before we can enable leak detection in joshua.
export ASAN_OPTIONS="detect_leaks=0"
OLDBINDIR="${OLDBINDIR:-/app/deploy/global_data/oldBinaries}"
#mono bin/TestHarness.exe joshua-run "${OLDBINDIR}" false
# export RARE_PRIORITY=20
python3 -m test_harness.app -s ${JOSHUA_SEED} --old-binaries-path ${OLDBINDIR}