refactor: run tests with own udp tracker#98
Merged
josecelano merged 2 commits intoe2e-tests-for-udp-trackerfrom Oct 7, 2022
Merged
refactor: run tests with own udp tracker#98josecelano merged 2 commits intoe2e-tests-for-udp-trackerfrom
josecelano merged 2 commits intoe2e-tests-for-udp-trackerfrom
Conversation
josecelano
approved these changes
Oct 7, 2022
josecelano
pushed a commit
that referenced
this pull request
Oct 19, 2022
* refactor: run tests with own udp tracker * fixup! refactor: run tests with own udp tracker
josecelano
pushed a commit
that referenced
this pull request
Oct 19, 2022
* refactor: run tests with own udp tracker * fixup! refactor: run tests with own udp tracker
josecelano
pushed a commit
that referenced
this pull request
Oct 21, 2022
* refactor: run tests with own udp tracker * fixup! refactor: run tests with own udp tracker
josecelano
added a commit
that referenced
this pull request
Oct 24, 2022
5dcea43 fix: initialize loggin once (Jose Celano) d2c69fa fix: test tear up (Jose Celano) 508803a refactor: extract function (Jose Celano) 1f258c1 test: integration test for udp scrape request (Jose Celano) f5aee03 fix: re-format with rust nightly (Jose Celano) 946e80a refactor: run tests with own udp tracker (#98) (Mick van Dijke) a27adf2 test: integration tests for udp tracker (Jose Celano) Pull request description: I'm trying to reproduce the error in issue #42. I've only created the scaffolding for integration tests so far. If there is no bug I want to use this scaffolding for other integration tests. If we consider them helpful. ACKs for top commit: da2ce7: ACK 5dcea43 Tree-SHA512: 1a939e0ac18d8c8261747a21c934dd55911a4b6bab0620d370337f599ea4e978783a4b9bef285970396f0ed06c101aa9b1d07cf39f92b3a3417329158c3ee5c1
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
All tests will start their own udp tracker on an ephemeral port instead of using a singleton tracker.