19166: Merge branch 'main' 19166-gateway-tunnel
authorTom Clegg <tom@curii.com>
Mon, 25 Jul 2022 14:56:27 +0000 (10:56 -0400)
committerTom Clegg <tom@curii.com>
Mon, 25 Jul 2022 14:56:27 +0000 (10:56 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

1  2 
cmd/arvados-server/cmd.go
doc/_config.yml
doc/admin/config-urls.html.textile.liquid
lib/crunchrun/crunchrun.go
lib/crunchrun/integration_test.go
sdk/python/tests/run_test_server.py

Simple merge
diff --cc doc/_config.yml
Simple merge
Simple merge
index a18829f30d24d8a66673b8ed1fa073124eb13518,9860c7949727b169ccc1df66e15e4f223dc7e7cd..d569020824c22373d5098e0afd4c14d6156dd773
@@@ -223,10 -223,13 +223,15 @@@ func (s *integrationSuite) TestRunTrivi
                        c.Check(log, trial.matchGetReq, `(?ms).*"reqMethod":"GET".*`)
                        c.Check(log, trial.matchPutReq, `(?ms).*"reqMethod":"PUT".*,"reqPath":"0e3bcff26d51c895a60ea0d4585e134d".*`)
                }
+               c.Check(s.logFiles["crunch-run.txt"], Matches, `(?ms).*using local keepstore process .* at http://[\d\.]{7,}:\d+.*`)
+               c.Check(s.logFiles["crunch-run.txt"], Not(Matches), `(?ms).* at http://127\..*`)
+               c.Check(s.logFiles["crunch-run.txt"], Not(Matches), `(?ms).* at http://169\.254\..*`)
+               c.Check(s.logFiles["stderr.txt"], Matches, `(?ms).*ARVADOS_KEEP_SERVICES=http://[\d\.]{7,}:\d+\n.*`)
        }
 +}
  
 +func (s *integrationSuite) TestRunTrivialContainerWithNoLocalKeepstore(c *C) {
        // Check that (1) config is loaded from $ARVADOS_CONFIG when
        // not provided on stdin and (2) if a local keepstore is not
        // started, crunch-run.txt explains why not.
Simple merge