Skip to content

Commit

Permalink
soak-tester: move to ./test/e2e/soak (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn authored Feb 7, 2024
1 parent 1e34b6d commit 7a1e080
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 2,130 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/soak-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: node lib/bin/create-docker-databases.js
- name: Soak Test
timeout-minutes: 10
run: ./soak-tester/scripts/ci-soak-test
run: ./test/e2e/soak/ci
- name: Backend Logs
if: always()
run: "! [[ -f ./backend.log ]] || cat ./backend.log"
14 changes: 14 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright 2024 ODK Central Developers
// See the NOTICE file at the top-level directory of this distribution and at
// https://github.com/getodk/central-backend/blob/master/NOTICE.
// This file is part of ODK Central. It is subject to the license terms in
// the LICENSE file found in the top-level directory of this distribution and at
// https://www.apache.org/licenses/LICENSE-2.0. No part of ODK Central,
// including this file, may be copied, modified, propagated, or distributed
// except according to the terms contained in the LICENSE file.

module.exports = {
ignore: [
'test/e2e/**',
],
};
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@
"eslint-config-airbnb-base": "~15",
"eslint-plugin-import": "~2.25",
"fetch-cookie": "^2.1.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"nock": "^13.3.1",
"node-fetch": "^2.7.0",
"node-mocks-http": "^1.12.2",
"nodemon": "~3",
"nyc": "~15",
Expand Down
2 changes: 0 additions & 2 deletions soak-tester/.gitignore

This file was deleted.

Loading

0 comments on commit 7a1e080

Please sign in to comment.