Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
grouping large vector tests based on their type and adding their nigh…
Browse files Browse the repository at this point in the history
…tly test function
  • Loading branch information
Rohit Kumar Srivastava committed Jan 15, 2020
1 parent e58623c commit 61d5cc3
Show file tree
Hide file tree
Showing 2 changed files with 1,028 additions and 1,043 deletions.
10 changes: 10 additions & 0 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,16 @@ nightly_test_large_tensor() {
nosetests-3.4 tests/nightly/test_large_array.py
}

#Test Large Vectors
nightly_test_large_vector() {
set -ex
export PYTHONPATH=./python/
export DMLC_LOG_STACK_TRACE_DEPTH=10
nosetests-3.4 tests/nightly/test_large_vector.py:test_tensor
nosetests-3.4 tests/nightly/test_large_vector.py:test_nn
nosetests-3.4 tests/nightly/test_large_vector.py:test_basic
}

#Tests Amalgamation Build with 5 different sets of flags
nightly_test_amalgamation() {
set -ex
Expand Down
Loading

0 comments on commit 61d5cc3

Please sign in to comment.