[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 109/151: travis: remove "coverage", make it "torture"
From: |
gnunet |
Subject: |
[gnurl] 109/151: travis: remove "coverage", make it "torture" |
Date: |
Fri, 20 Dec 2019 14:26:58 +0100 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnurl.
commit 83c0e96057a6cc61282512dd9204cd78e6c89543
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Dec 10 09:36:46 2019 +0100
travis: remove "coverage", make it "torture"
The coveralls service and test coverage numbers are just too unreliable.
Removed badge from README.md as well.
Fixes #4694
Closes #4695
---
.travis.yml | 12 +++++++++++-
README.md | 1 -
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 4f0c0c5c8..262e51382 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -301,7 +301,7 @@ matrix:
compiler: gcc
dist: xenial
env:
- - T=coverage
+ - T=torture
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
addons:
apt:
@@ -535,6 +535,16 @@ script:
coveralls --gcov /usr/bin/gcov-8 --gcov-options '\-lp' -i src -e
lib -e tests -e docs -b $PWD/src
coveralls --gcov /usr/bin/gcov-8 --gcov-options '\-lp' -e src -i
lib -e tests -e docs -b $PWD/lib
fi
+ - |
+ set -eo pipefail
+ if [ "$T" = "torture" ]; then
+ ./configure --enable-debug --disable-shared
--disable-threaded-resolver --enable-code-coverage --enable-werror
--enable-alt-svc --with-libssh2
+ make
+ make TFLAGS=-n test-nonflaky
+ make "TFLAGS=-n -e" test-nonflaky
+ tests="1 200 300 500 700 800 900 1000 1100 1200 1302 1400 1502
3000"
+ make "TFLAGS=-n -t $tests" test-nonflaky
+ fi
- |
set -eo pipefail
if [ "$T" = "debug" ]; then
diff --git a/README.md b/README.md
index 480b53bab..8e1986ba1 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,6 @@
[](https://travis-ci.org/curl/curl)
[](https://ci.appveyor.com/project/curlorg/curl)
[](https://cirrus-ci.com/github/curl/curl)
-[](https://coveralls.io/github/curl/curl)
[](#backers)
[](#sponsors)
[](https://lgtm.com/projects/g/curl/curl/context:cpp)
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [gnurl] 76/151: Azure Pipelines: initial CI setup, (continued)
- [gnurl] 76/151: Azure Pipelines: initial CI setup, gnunet, 2019/12/20
- [gnurl] 97/151: mailmap: Mohammad Hasbini, gnunet, 2019/12/20
- [gnurl] 106/151: tests: make it possible to set executable extensions, gnunet, 2019/12/20
- [gnurl] 92/151: etag: allow both --etag-compare and --etag-save in same cmdline, gnunet, 2019/12/20
- [gnurl] 95/151: RELEASE-NOTES: synced, gnunet, 2019/12/20
- [gnurl] 104/151: tests: use \r\n for log messages in WSL, gnunet, 2019/12/20
- [gnurl] 88/151: azure: add more builds, gnunet, 2019/12/20
- [gnurl] 93/151: setopt: Fix ALPN / NPN user option when built without HTTP2, gnunet, 2019/12/20
- [gnurl] 100/151: conncache: fix multi-thread use of shared connection cache, gnunet, 2019/12/20
- [gnurl] 111/151: vtls: make BearSSL possible to set with CURL_SSL_BACKEND, gnunet, 2019/12/20
- [gnurl] 109/151: travis: remove "coverage", make it "torture",
gnunet <=
- [gnurl] 77/151: azure-pipelines: fix the test script, gnunet, 2019/12/20
- [gnurl] 73/151: build: Disable Visual Studio warning "conditional expression is constant", gnunet, 2019/12/20
- [gnurl] 79/151: OPENSOCKETFUNCTION.3: correct the purpose description, gnunet, 2019/12/20
- [gnurl] 84/151: curl_setup: disable IPv6 resolver without `getaddrinfo`, gnunet, 2019/12/20
- [gnurl] 80/151: curl: show better error message when no homedir is found, gnunet, 2019/12/20
- [gnurl] 83/151: github action/azure pipeline: run 'make test-nonflaky' for tests, gnunet, 2019/12/20
- [gnurl] 82/151: openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chains, gnunet, 2019/12/20
- [gnurl] 85/151: configure: enable IPv6 support without `getaddrinfo`, gnunet, 2019/12/20
- [gnurl] 87/151: CURLOPT_VERBOSE.3: see also ERRORBUFFER, gnunet, 2019/12/20
- [gnurl] 98/151: curl: make the etag load logic work without fseek, gnunet, 2019/12/20