[arvados] updated: 2.7.0-5945-g0722838790

git repository hosting git at public.arvados.org
Fri Feb 2 20:49:58 UTC 2024


Summary of changes:
 sdk/go/keepclient/keepclient_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  07228387901a84253e4a9b002203104d49e660cb (commit)
      from  64b9d0be4153bb46f7c74d677a1ba02cb258f50b (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 07228387901a84253e4a9b002203104d49e660cb
Author: Tom Clegg <tom at curii.com>
Date:   Fri Feb 2 15:47:34 2024 -0500

    20318: Fix flaky test.
    
    Hash in "put" test should not have changed to a hash+size locator in
    commit ff3db3f54ab58f9f2d4578765438af41b2d2d550.
    
    refs #20318
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/sdk/go/keepclient/keepclient_test.go b/sdk/go/keepclient/keepclient_test.go
index fe133fe2cb..94591bd064 100644
--- a/sdk/go/keepclient/keepclient_test.go
+++ b/sdk/go/keepclient/keepclient_test.go
@@ -530,7 +530,7 @@ func (s *StandaloneSuite) TestPutB(c *C) {
 }
 
 func (s *StandaloneSuite) TestPutHR(c *C) {
-	hash := fmt.Sprintf("%x+3", md5.Sum([]byte("foo")))
+	hash := fmt.Sprintf("%x", md5.Sum([]byte("foo")))
 
 	st := &StubPutHandler{
 		c:                    c,

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list