diff options
author | teor <teor@torproject.org> | 2020-02-17 13:49:23 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-02-17 13:49:23 +1000 |
commit | f231827946764c664fbfe7c8ddef2b88d7b6f105 (patch) | |
tree | 8fa11576b6dcfe311c5345bb9010d398822db9ba /changes | |
parent | a6509cb86744f8f20bd522c744aecf88474a039f (diff) | |
parent | 8874d1c247cd05856621ddca00f3e8c55e6a5900 (diff) | |
download | tor-f231827946764c664fbfe7c8ddef2b88d7b6f105.tar.gz tor-f231827946764c664fbfe7c8ddef2b88d7b6f105.zip |
Merge remote-tracking branch 'tor-github/pr/1731'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28208 | 4 | ||||
-rw-r--r-- | changes/ticket33194 | 4 | ||||
-rw-r--r-- | changes/ticket33195 | 4 | ||||
-rw-r--r-- | changes/ticket33280 | 4 | ||||
-rw-r--r-- | changes/ticket33300 | 3 | ||||
-rw-r--r-- | changes/ticket33303 | 4 |
6 files changed, 23 insertions, 0 deletions
diff --git a/changes/ticket28208 b/changes/ticket28208 new file mode 100644 index 0000000000..8818aad1d5 --- /dev/null +++ b/changes/ticket28208 @@ -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. diff --git a/changes/ticket33194 b/changes/ticket33194 new file mode 100644 index 0000000000..b87e55348e --- /dev/null +++ b/changes/ticket33194 @@ -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. diff --git a/changes/ticket33195 b/changes/ticket33195 new file mode 100644 index 0000000000..11abd4816e --- /dev/null +++ b/changes/ticket33195 @@ -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. diff --git a/changes/ticket33280 b/changes/ticket33280 new file mode 100644 index 0000000000..b90c3086ea --- /dev/null +++ b/changes/ticket33280 @@ -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. diff --git a/changes/ticket33300 b/changes/ticket33300 new file mode 100644 index 0000000000..9b0bdce372 --- /dev/null +++ b/changes/ticket33300 @@ -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. diff --git a/changes/ticket33303 b/changes/ticket33303 new file mode 100644 index 0000000000..b7ac7b5067 --- /dev/null +++ b/changes/ticket33303 @@ -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. |