[ARVADOS] updated: 2.1.0-932-g7c9ae0db0

Git user git at public.arvados.org
Fri Jul 9 14:40:27 UTC 2021


Summary of changes:
 lib/config/load_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  7c9ae0db020e291964bd9d259bc403417cc9940a (commit)
      from  935ee05613ccdc6e365c27ee3bc8a1df68ce2d71 (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 7c9ae0db020e291964bd9d259bc403417cc9940a
Author: Ward Vandewege <ward at curii.com>
Date:   Fri Jul 9 10:39:10 2021 -0400

    Small lib/config load_test.go change to reflect the absense of the
    RuntimeEngine config variable in the 2.2 branch.
    
    refs #17803
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/lib/config/load_test.go b/lib/config/load_test.go
index 396faca48..bc79fce08 100644
--- a/lib/config/load_test.go
+++ b/lib/config/load_test.go
@@ -224,7 +224,7 @@ Clusters:
 	c.Log(logbuf.String())
 	logs := strings.Split(strings.TrimSuffix(logbuf.String(), "\n"), "\n")
 	for _, log := range logs {
-		c.Check(log, check.Matches, `.*deprecated or unknown config entry:.*(RunTimeEngine.*RuntimeEngine|BadKey1|BadKey2|KeepStore|ServiceS|RendezVous).*`)
+		c.Check(log, check.Matches, `.*deprecated or unknown config entry:.*(RunTimeEngine|BadKey1|BadKey2|KeepStore|ServiceS|RendezVous).*`)
 	}
 	c.Check(logs, check.HasLen, 6)
 }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list