Skip to content

Commit

Permalink
move testsuite with huge resource footprint to nightly, split test in…
Browse files Browse the repository at this point in the history
…to buckets for better parallelism (#16484)

* move testsuite with huge resource footprint to nightly, split test into buckets for better parallelism

* don't install the netstat module
  • Loading branch information
dothebart committed Jul 5, 2022
1 parent 4f8b139 commit 0535f0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cmake/InstallArangoDBJSClient.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ install(
DIRECTORY ${ARANGODB_SOURCE_DIR}/js/node
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR_ARANGO}/${ARANGODB_JS_VERSION}
REGEX "^.*/eslint" EXCLUDE
REGEX "^.*/node-netstat" EXCLUDE
REGEX "^.*/is-wsl" EXCLUDE
REGEX "^.*/.npmignore" EXCLUDE
REGEX "^.*/.bin" EXCLUDE
REGEX "^.*/.*-no-eslint" EXCLUDE
Expand Down
4 changes: 2 additions & 2 deletions tests/test-definitions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ shell_client_aql weight=500 single enterprise suffix=encrypt -- --encryptionAtRe

shell_server_aql weight=750 single buckets=5
# execute without buckets in single server, but use 5 buckets in cluster
shell_server weight=1000 single
shell_server weight=1000 single buckets=2

# C++ unit tests are executed in single env
gtest weight=1000 single
Expand Down Expand Up @@ -78,7 +78,6 @@ recovery_cluster weight=2000 cluster buckets=4 -- --test arangosearch
shell_server_aql weight=1000 cluster buckets=16 -- --dumpAgencyOnError true
shell_client weight=500 cluster buckets=5 -- --dumpAgencyOnError true
shell_server weight=500 cluster buckets=5 -- --dumpAgencyOnError true
shell_fuzzer weight=500 -- --dumpAgencyOnError true

# Common Tests

Expand Down Expand Up @@ -107,6 +106,7 @@ audit_server -- --dumpAgencyOnError true


# Full Tests Single Server
shell_fuzzer full weight=500 -- --dumpAgencyOnError true
authentication_parameters single full weight=1000
authentication_server single full weight=1000
config single full weight=1000
Expand Down

0 comments on commit 0535f0f

Please sign in to comment.