Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed old docker tests, new stress test setup tests are testing the same stuff #2474

Merged
merged 1 commit into from Feb 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -34,7 +34,6 @@
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"coveralls": "~3.0.0",
"dockerode": "^2.5.3",
"eslint": "4.16.0",
"eslint-plugin-import": "^2.8.0",
"estraverse": "^4.2.0",
Expand Down Expand Up @@ -76,8 +75,7 @@
"lint": "eslint src/**",
"plaintest": "mocha --check-leaks -b -R spec test/index.js && npm run tape",
"prepublish": "npm run babel",
"docker_test": "bash ./scripts/docker-for-test.sh",
"pre_test": "npm run lint && npm run docker_test",
"pre_test": "npm run lint",
"tape": "node test/tape/index.js | tap-spec",
"debug_tape": "node-debug test/tape/index.js",
"test": "npm run pre_test && istanbul --config=test/.istanbul.yml cover node_modules/mocha/bin/_mocha -- --check-leaks -t 10000 -b -R spec test/index.js && npm run tape",
Expand Down
29 changes: 0 additions & 29 deletions test/docker/docker.js

This file was deleted.

59 changes: 0 additions & 59 deletions test/docker/dockerContainer.js

This file was deleted.

29 changes: 0 additions & 29 deletions test/docker/index.js

This file was deleted.

56 changes: 0 additions & 56 deletions test/docker/mysql/index.js

This file was deleted.

56 changes: 0 additions & 56 deletions test/docker/postgres/index.js

This file was deleted.