Skip to content

Commit

Permalink
Add unbuffered to distributed test (dmlc#3732)
Browse files Browse the repository at this point in the history
Co-authored-by: Rhett Ying <[email protected]>
  • Loading branch information
VoVAllen and Rhett-Ying authored Feb 15, 2022
1 parent d8dd2bb commit ab50eb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/scripts/task_unit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ python3 -m pip install pytest pyyaml pandas pydantic rdflib ogb || fail "pip ins
python3 -m pytest -v --junitxml=pytest_compute.xml tests/compute || fail "compute"
python3 -m pytest -v --junitxml=pytest_backend.xml tests/$DGLBACKEND || fail "backend-specific"


export PYTHONUNBUFFERED=1
export OMP_NUM_THREADS=1
export DMLC_LOG_DEBUG=1
if [ $2 != "gpu" ]; then
Expand Down

0 comments on commit ab50eb9

Please sign in to comment.