-
Notifications
You must be signed in to change notification settings - Fork 267
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
Make tests run in parallel #1112
Merged
Merged
Changes from 10 commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
5b5f1f1
removed globals for feerates
pm47 edf53ec
removed global variable for blockcount
pm47 e6edcc0
Update OpenChannelController.scala
pm47 3e9e2ee
Update CltvExpirySpec.scala
pm47 115c081
enable parallelization of tests
pm47 4d6fa6c
Disable scoverage
pm47 01d5b9e
made bitcoind/electrumx tests run in parallel
pm47 4fef019
removed debug comments
pm47 77a62b2
add `NodeParams.currentBlockHeight` method
pm47 2154d98
remove unnecessary changes to `sendAdd`
pm47 c32a0d1
try giving more memory for compile/test
pm47 11c61fb
Funding fee UI input now fetches fees from node params
dpad85 c12778d
Revert "Disable scoverage"
pm47 88fe60d
more parallel tests
pm47 427f4e7
removed useless code
pm47 de6a4bf
Merge branch 'master' into parallel-tests
pm47 5ef9a6d
adjusted timeouts and fixed test
pm47 df95ffc
longer timeouts
pm47 5f99f7b
even larger timeouts
pm47 e13cc05
rewrite fuzzy checks
pm47 3dea43d
try increasing file limit on travis
pm47 e8812dd
added sudo
pm47 db98ea7
set ulimit in a shell
pm47 fb6b773
reverted to more reasonable timeouts
pm47 594b33a
removed println's
pm47 bef43b6
Revert "reverted to more reasonable timeouts"
pm47 f7c68c3
cosmetic change
pm47 9ba6ddb
cleaner way of getting `currentBlockHeight`
pm47 b504312
final (?) fix to fuzzy test
pm47 2260356
Merge branch 'master' into parallel-tests
pm47 1971b2f
more printlns
pm47 e66980e
this time it's fixed
pm47 2cdd34a
Revert "more printlns"
pm47 8d5b04c
more timeouts
pm47 b4f8c75
Revert "more parallel tests"
pm47 77b131e
Revert "Revert "more parallel tests""
pm47 ea2e74b
temporarily disable RoutingSyncSpec
pm47 87789a6
Merge branch 'master' into parallel-tests
pm47 fdd0e3b
fixed build
pm47 564a05d
proper initialization of bitcoind in tests
pm47 81f9286
Revert "temporarily disable RoutingSyncSpec"
pm47 64ddb53
disable parallel testing in travis
pm47 88dea06
Merge branch 'master' into parallel-tests
pm47 0253456
only generate nodes for 100 channels
pm47 5f349ac
Merge branch 'master' into parallel-tests
pm47 f7b105f
re-enabled parallel testing on travis
pm47 ad47309
increased akka.test.timefactor
pm47 8d9eb5f
Revert "only generate nodes for 100 channels"
pm47 18a2c98
made sync params configurable
pm47 d607962
Revert "re-enabled parallel testing on travis"
pm47 2ed5c52
fixed test condition in fuzzy spec
pm47 c888b5a
Merge branch 'master' into parallel-tests
pm47 d8171aa
revert to previous memory settings
pm47 394d7ba
removed ParallelTestExecution annotation
pm47 1b99758
Merge branch 'master' into parallel-tests
pm47 3443750
increased timefactor back to 10
pm47 10fcac0
Merge branch 'master' into parallel-tests
pm47 a25fc89
put back parallel tests (now that we are on semaphore ci)
pm47 5ee98a6
enabled logs
pm47 2985fb7
re-enabled parallel build on travis
pm47 b778fd7
tentatively cache docker image dir
pm47 5f76fa5
Revert "tentatively cache docker image dir"
pm47 e147a67
Merge branch 'master' into parallel-tests
pm47 8138f30
consistent naming for test actor systems
pm47 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 contains 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 contains 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 contains 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 contains 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 contains 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 contains 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 contains 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 contains 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 contains 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.
Crazy idea: maybe we could also define a second helper one like that: