[ARVADOS] updated: 1.3.0-1611-g3aed87eca

Git user git at public.curoverse.com
Thu Sep 19 13:53:14 UTC 2019


Summary of changes:
 apps/workbench/test/integration_helper.rb |  2 +-
 apps/workbench/test/test_helper.rb        | 26 ++++++++++++++++++++++++++
 build/run-tests.sh                        | 28 +++++++---------------------
 3 files changed, 34 insertions(+), 22 deletions(-)

       via  3aed87eca24ce57ca154e76155204d107970bbed (commit)
       via  1e64cd695a165bd55a5aa595e566eb780aa10edb (commit)
       via  572075320c7d49a12fc7bc49df3fab816a9753d3 (commit)
       via  49b6aa4e36ec8d83863bdfe215fa57c67580f053 (commit)
       via  c2c27beb2cb306608523874e23ef66424a10453a (commit)
       via  36b3f5c4d415897125a82fc733385ca999436c4e (commit)
       via  76ecdae1b68c29cac9a905e8c4ea00cfe569c3b7 (commit)
      from  e9a99c629b52d8444643d3115a05c6e6e55c084d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 3aed87eca24ce57ca154e76155204d107970bbed
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Thu Sep 19 09:52:44 2019 -0400

    Count "failed to start services" as failure, not success.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index ec6ced222..0c7909c6a 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -739,6 +739,7 @@ do_test() {
             ;;
         *)
             if ! start_services; then
+                checkexit 1 "$1 tests"
                 title "test $1 -- failed to start services"
                 return 1
             fi

commit 1e64cd695a165bd55a5aa595e566eb780aa10edb
Merge: e9a99c629 572075320
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Thu Sep 19 09:51:32 2019 -0400

    Merge branch '15615-retry-wb1-tests'
    
    closes #15615
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>


-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list