[ARVADOS] updated: f1589a6f1c94fe066232e0474c76485369b971f2

git at public.curoverse.com git at public.curoverse.com
Tue Mar 3 16:41:52 EST 2015


Summary of changes:
 services/crunchstat/crunchstat_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  f1589a6f1c94fe066232e0474c76485369b971f2 (commit)
      from  508bcab6bd1a7ca34a929d7314f5ad5c2e48ce26 (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 f1589a6f1c94fe066232e0474c76485369b971f2
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Mar 3 16:06:52 2015 -0500

    5043: Remove errant +1 from error message.

diff --git a/services/crunchstat/crunchstat_test.go b/services/crunchstat/crunchstat_test.go
index dff323e..13f4dc6 100644
--- a/services/crunchstat/crunchstat_test.go
+++ b/services/crunchstat/crunchstat_test.go
@@ -97,7 +97,7 @@ func TestCopyPipeToChildLogLongLines(t *testing.T) {
 		receivedBytes = append(receivedBytes, line...)
 	}
 	if bytes.Compare(receivedBytes, sentBytes) != 0 {
-		t.Fatalf("sent %d bytes, got %d different bytes", len(sentBytes)+1, len(receivedBytes))
+		t.Fatalf("sent %d bytes, got %d different bytes", len(sentBytes), len(receivedBytes))
 	}
 
 	if after, err := rcv.ReadBytes('\n'); err != nil || string(after) != "after\n" {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list