Skip to content

Commit

Permalink
PERL-1005 Split evergreen tasks
Browse files Browse the repository at this point in the history
This splits out assertion testing and BSON::PP testing into separate
tasks for better parallelization.
  • Loading branch information
xdg committed Sep 26, 2018
1 parent 0dc6b82 commit 3c06679
Show file tree
Hide file tree
Showing 4 changed files with 3,846 additions and 198 deletions.
2 changes: 2 additions & 0 deletions .evergreen/lib/EvergreenConfig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ __DATA__
script: |
${prepare_shell}
export MONGOD=$(echo "${MONGODB_URI}" | tr -d '[:space:]')
export PERL_MONGO_WITH_ASSERTS=${assert}
export PERL_BSON_BACKEND="${bsonpp}"
SSL=${ssl} $PERL ${repo_directory}/.evergreen/testing/test.pl
"testLive" :
command: shell.exec
Expand Down
Loading

0 comments on commit 3c06679

Please sign in to comment.