[ARVADOS] updated: 2.1.0-1506-ge16cea2d0

Git user git at public.arvados.org
Thu Oct 28 14:18:58 UTC 2021


Summary of changes:
 lib/controller/localdb/container_request.go | 4 ++--
 sdk/go/arvadostest/api.go                   | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

       via  e16cea2d0f84c5e87e3b8b596267efad93df307c (commit)
      from  72b73786d65024b941a99d2c6593c42f0efbaf18 (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 e16cea2d0f84c5e87e3b8b596267efad93df307c
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Thu Oct 28 11:18:41 2021 -0300

    17944: Fixes tests
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/lib/controller/localdb/container_request.go b/lib/controller/localdb/container_request.go
index 940c3cf84..b1200be83 100644
--- a/lib/controller/localdb/container_request.go
+++ b/lib/controller/localdb/container_request.go
@@ -10,7 +10,7 @@ import (
 	"git.arvados.org/arvados.git/sdk/go/arvados"
 )
 
-// ContainerCreate defers to railsProxy for everything except
+// ContainerRequestCreate defers to railsProxy for everything except
 // vocabulary checking.
 func (conn *Conn) ContainerRequestCreate(ctx context.Context, opts arvados.CreateOptions) (arvados.ContainerRequest, error) {
 	err := conn.checkProperties(opts.Attrs["properties"])
@@ -24,7 +24,7 @@ func (conn *Conn) ContainerRequestCreate(ctx context.Context, opts arvados.Creat
 	return resp, nil
 }
 
-// ContainerUpdate defers to railsProxy for everything except
+// ContainerRequestUpdate defers to railsProxy for everything except
 // vocabulary checking.
 func (conn *Conn) ContainerRequestUpdate(ctx context.Context, opts arvados.UpdateOptions) (arvados.ContainerRequest, error) {
 	err := conn.checkProperties(opts.Attrs["properties"])
diff --git a/sdk/go/arvadostest/api.go b/sdk/go/arvadostest/api.go
index 8bf01693c..64f7235f3 100644
--- a/sdk/go/arvadostest/api.go
+++ b/sdk/go/arvadostest/api.go
@@ -33,6 +33,10 @@ func (as *APIStub) ConfigGet(ctx context.Context) (json.RawMessage, error) {
 	as.appendCall(ctx, as.ConfigGet, nil)
 	return nil, as.Error
 }
+func (as *APIStub) VocabularyGet(ctx context.Context) (json.RawMessage, error) {
+	as.appendCall(ctx, as.VocabularyGet, nil)
+	return nil, as.Error
+}
 func (as *APIStub) Login(ctx context.Context, options arvados.LoginOptions) (arvados.LoginResponse, error) {
 	as.appendCall(ctx, as.Login, options)
 	return arvados.LoginResponse{}, as.Error

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list