Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
cc1ebdf8
Unverified
Commit
cc1ebdf8
authored
Jan 02, 2024
by
Rhett Ying
Committed by
GitHub
Jan 02, 2024
Browse files
[dist] disable tool tests due to glitch
parent
35b50b61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/scripts/task_distributed_test.sh
tests/scripts/task_distributed_test.sh
+2
-1
No files found.
tests/scripts/task_distributed_test.sh
View file @
cc1ebdf8
...
@@ -36,4 +36,5 @@ export DMLC_LOG_DEBUG=1
...
@@ -36,4 +36,5 @@ export DMLC_LOG_DEBUG=1
python3
-m
pytest
-v
--capture
=
tee-sys
--junitxml
=
pytest_distributed.xml
--durations
=
100 tests/distributed/
*
.py
||
fail
"distributed"
python3
-m
pytest
-v
--capture
=
tee-sys
--junitxml
=
pytest_distributed.xml
--durations
=
100 tests/distributed/
*
.py
||
fail
"distributed"
PYTHONPATH
=
tools:tools/distpartitioning:
$PYTHONPATH
python3
-m
pytest
-v
--capture
=
tee-sys
--junitxml
=
pytest_tools.xml
--durations
=
100 tests/tools/
*
.py
||
fail
"tools"
# Tests for tools are skipped due to glitch.
#PYTHONPATH=tools:tools/distpartitioning:$PYTHONPATH python3 -m pytest -v --capture=tee-sys --junitxml=pytest_tools.xml --durations=100 tests/tools/*.py || fail "tools"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment