-
Notifications
You must be signed in to change notification settings - Fork 78
test: workaround supertest ECONNRESET #1445
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
Closed
Closed
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
9142b44
remove irrelevant tests
f91031c
remove circleCI config
3df42a9
iterate 10x
a215870
move matrix
047d1e8
xy10
4a9b21b
use cte
4e74a70
Merge branch 'master' into 1373-matrix
3e6b44c
Revert CTE change
52e66ae
re-introduce failure
28b2a01
use testServiceFullTrx()
d091c66
Merge branch 'master' into 1373-matrix
5df55ba
Merge branch 'master' into 1373-matrix
6e846c3
whitespace
d6347a4
run all tests (remove .only())
49d36a9
Attempt fix
00677fe
remove standard test suite (it doesn't fail any more)
4ea206d
wip: workaround supertest ECONNRESET
042970f
ensure shutdown
edc89ce
lint
2c5509f
handle ERR_SERVER_NOT_RUNNING nicer
d2a8110
null expressServer after closing
6851348
done after null
3d35c84
renmae things to minimise changes
ac48d3f
revert test setup changes to show bug still occurs
677f09f
Revert "revert test setup changes to show bug still occurs"
2d31559
print open connections
2a7bb15
print connection count for every test
47e6855
Add file descriptor count
d737599
lint
a94a227
try enable debug
d9166b6
add event listenerst
2eabe5d
increase test timeout from 6 to 60 mins
e5e0059
log creation of event listeners
8d9f39b
log to stdout instead of stderr
3cfa114
comment out slow debug
66295a0
lint
997b815
Merge branch 'master' into econreset
147a44e
Add supertest patch
6f03e94
patch the supertest file!
c390137
try to capture more detail about supertest request
fbaf025
print request itself
44ae44f
koa -> express
1832dc5
add clientError listener
64122db
stb
d2a473f
try catching clientError in supertest
904fd4e
don't stb
bc8d9cc
Update patches
81bc188
revert test changes
f85fbd1
revcert makefile
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated