From 0267c453e2e0d474f742efa1da3ce698ea4af97d Mon Sep 17 00:00:00 2001 From: Alexander Færøy Date: Mon, 18 Mar 2019 15:27:14 +0100 Subject: Run `make reset-gcov` after the script target in Travis CI is done. This should ensure that GCDA files are never entering the cache of Travis CI. See: https://bugs.torproject.org/29036 --- changes/bug29036 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug29036 (limited to 'changes') diff --git a/changes/bug29036 b/changes/bug29036 new file mode 100644 index 0000000000..4de02adfe3 --- /dev/null +++ b/changes/bug29036 @@ -0,0 +1,5 @@ + o Minor bugfix (continuous integration): + - Reset coverage state on disk after Travis CI has finished. This is being + done to prevent future gcda file merge errors which causes the test suite + for the process subsystem to fail. Fixes bug 29036; bugfix on 0.4.0.1-alpha. + -- cgit v1.2.3-54-g00ecf From eb0bd18d6e344c574614d6d53e2f7cead92c3178 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 1 Apr 2019 13:40:16 +1000 Subject: changes: Use the first Tor version with CI coverage for the 29036 changes file Otherwise, "make check-changes" will complain when we backport the change. --- changes/bug29036 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'changes') diff --git a/changes/bug29036 b/changes/bug29036 index 4de02adfe3..8b96c5c8fa 100644 --- a/changes/bug29036 +++ b/changes/bug29036 @@ -1,5 +1,5 @@ o Minor bugfix (continuous integration): - Reset coverage state on disk after Travis CI has finished. This is being done to prevent future gcda file merge errors which causes the test suite - for the process subsystem to fail. Fixes bug 29036; bugfix on 0.4.0.1-alpha. - + for the process subsystem to fail. The process subsystem was introduced + in 0.4.0.1-alpha. Fixes bug 29036; bugfix on 0.2.9.15. -- cgit v1.2.3-54-g00ecf