[ARVADOS] updated: 1.1.4-146-gd907e7f

Git user git at public.curoverse.com
Tue Apr 24 11:10:32 EDT 2018


Summary of changes:
 services/crunch-run/crunchrun_test.go | 4 ++++
 1 file changed, 4 insertions(+)

       via  d907e7feca26c3ee0b069124171a8cdee72186ba (commit)
      from  3f758d629c5939d15580eb3aead44c95ce02f51f (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 d907e7feca26c3ee0b069124171a8cdee72186ba
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Tue Apr 24 11:07:15 2018 -0400

    Update mock to match new arvados.File interface.
    
    refs #13111
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/services/crunch-run/crunchrun_test.go b/services/crunch-run/crunchrun_test.go
index 8ee4625..c76682f 100644
--- a/services/crunch-run/crunchrun_test.go
+++ b/services/crunch-run/crunchrun_test.go
@@ -402,6 +402,10 @@ func (fw FileWrapper) Write([]byte) (int, error) {
 	return 0, errors.New("not implemented")
 }
 
+func (fw FileWrapper) Sync() error {
+	return errors.New("not implemented")
+}
+
 func (client *KeepTestClient) ManifestFileReader(m manifest.Manifest, filename string) (arvados.File, error) {
 	if filename == hwImageId+".tar" {
 		rdr := ioutil.NopCloser(&bytes.Buffer{})

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list