[ARVADOS] updated: 1.3.0-323-g1bd522fdd

Git user git at public.curoverse.com
Thu Feb 14 14:11:40 EST 2019


Summary of changes:
 lib/dispatchcloud/dispatcher_test.go | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

       via  1bd522fddbb5a95a11601d0a1920f3c2d8733b70 (commit)
      from  c9127a21551ef7689637f1782ea40d0f75822af2 (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 1bd522fddbb5a95a11601d0a1920f3c2d8733b70
Author: Eric Biagiotti <ebiagiotti at veritasgenetcs.com>
Date:   Thu Feb 14 14:11:34 2019 -0500

    14745: Removes unnecessary test parameter
    
    Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <eric.biagiotti at gmail.com>

diff --git a/lib/dispatchcloud/dispatcher_test.go b/lib/dispatchcloud/dispatcher_test.go
index 00344e6cf..674cacd56 100644
--- a/lib/dispatchcloud/dispatcher_test.go
+++ b/lib/dispatchcloud/dispatcher_test.go
@@ -43,13 +43,12 @@ func (s *DispatcherSuite) SetUpTest(c *check.C) {
 
 	s.cluster = &arvados.Cluster{
 		CloudVMs: arvados.CloudVMs{
-			Driver:           "test",
-			SyncInterval:     arvados.Duration(10 * time.Millisecond),
-			TimeoutIdle:      arvados.Duration(150 * time.Millisecond),
-			TimeoutBooting:   arvados.Duration(150 * time.Millisecond),
-			TimeoutProbe:     arvados.Duration(15 * time.Millisecond),
-			TimeoutShutdown:  arvados.Duration(5 * time.Millisecond),
-			DriverParameters: json.RawMessage(`{"test": true}`),
+			Driver:          "test",
+			SyncInterval:    arvados.Duration(10 * time.Millisecond),
+			TimeoutIdle:     arvados.Duration(150 * time.Millisecond),
+			TimeoutBooting:  arvados.Duration(150 * time.Millisecond),
+			TimeoutProbe:    arvados.Duration(15 * time.Millisecond),
+			TimeoutShutdown: arvados.Duration(5 * time.Millisecond),
 		},
 		Dispatch: arvados.Dispatch{
 			PrivateKey:         dispatchprivraw,

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list