[ARVADOS] updated: 2.1.0-451-ge5838a144

Git user git at public.arvados.org
Wed Mar 3 15:05:40 UTC 2021


Summary of changes:
 services/keep-web/server_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  e5838a144b230f828bf189b41acb45c1cf9b5202 (commit)
      from  30bfb516f3f5bc88c3d0c07e380496f31b65945f (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 e5838a144b230f828bf189b41acb45c1cf9b5202
Author: Tom Clegg <tom at curii.com>
Date:   Wed Mar 3 10:05:02 2021 -0500

    16745: Update test.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/services/keep-web/server_test.go b/services/keep-web/server_test.go
index 0a1c7d1b3..5c68eb424 100644
--- a/services/keep-web/server_test.go
+++ b/services/keep-web/server_test.go
@@ -395,7 +395,7 @@ func (s *IntegrationSuite) TestMetrics(c *check.C) {
 	c.Check(counters["arvados_keepweb_collectioncache_permission_hits//"].Value, check.Equals, int64(1))
 	c.Check(gauges["arvados_keepweb_collectioncache_cached_manifests//"].Value, check.Equals, float64(1))
 	// FooCollection's cached manifest size is 45 ("1f4b0....+45") plus one 51-byte blob signature
-	c.Check(gauges["arvados_keepweb_collectioncache_cached_manifest_bytes//"].Value, check.Equals, float64(45+51))
+	c.Check(gauges["arvados_keepweb_sessions_cached_collection_bytes//"].Value, check.Equals, float64(45+51))
 
 	// If the Host header indicates a collection, /metrics.json
 	// refers to a file in the collection -- the metrics handler

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list