forked from torproject/tor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'tor-github/pr/1731'
- Loading branch information
Showing
9 changed files
with
224 additions
and
61 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
o Testing: | ||
- Use the "bridges+hs-v23" chutney network flavor in "make test-network". | ||
This test requires a recent version of chutney (mid-February 2020). | ||
Closes ticket 28208. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
o Testing: | ||
- Remove a redundant distcheck job. Closes ticket 33194. | ||
- Sort the Travis jobs in order of speed. Putting the slowest jobs first | ||
takes full advantage of Travis job concurrency. Closes ticket 33194. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
o Testing: | ||
- Stop allowing the Chutney IPv6 Travis job to fail. This job was | ||
previously configured to fast_finish (which requires allow_failure), to | ||
speed up the build. Closes ticket 33195. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
o Testing: | ||
- Add test-network-ipv4 and test-network-ipv6 jobs to the Makefile. | ||
These jobs run the IPv4-only and dual-stack chutney flavours from | ||
test-network-all. Closes ticket 33280. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
o Testing: | ||
- Add a basic IPv6 test to "make test-network". This test only runs when | ||
the local machine has an IPv6 stack. Closes ticket 33300. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
o Testing: | ||
- Run the test-network-ipv6 Makefile target in the Travis CI IPv6 chutney | ||
job. This job runs on macOS, so it's a bit slow. | ||
Closes ticket 33303. |
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