[ARVADOS] updated: c77cb0091a8488eae52341920e8e32beb8fc47dc

Git user git at public.curoverse.com
Fri Aug 18 10:30:11 EDT 2017


Summary of changes:
 tools/crunchstat-summary/tests/test_examples.py | 2 ++
 1 file changed, 2 insertions(+)

       via  c77cb0091a8488eae52341920e8e32beb8fc47dc (commit)
      from  f04ff34e47cc5ff1e625e9a5c1b1b0cbeb810d8c (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 c77cb0091a8488eae52341920e8e32beb8fc47dc
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Fri Aug 18 10:28:39 2017 -0400

    11309: Fix mocked API data to pass test.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/tools/crunchstat-summary/tests/test_examples.py b/tools/crunchstat-summary/tests/test_examples.py
index 6e8604c..f5fde5f 100644
--- a/tools/crunchstat-summary/tests/test_examples.py
+++ b/tools/crunchstat-summary/tests/test_examples.py
@@ -62,11 +62,13 @@ class SummarizeEdgeCases(unittest.TestCase):
 class SummarizeContainer(ReportDiff):
     fake_container = {
         'uuid': '9tee4-dz642-mjfb0i5hzojp16a',
+        'created_at': '2017-08-18T14:27:25.371388141',
         'log': '9tee4-4zz18-ihyzym9tcwjwg4r',
     }
     fake_request = {
         'uuid': '9tee4-xvhdp-uper95jktm10d3w',
         'name': 'container',
+        'created_at': '2017-08-18T14:27:25.242339223Z',
         'container_uuid': fake_container['uuid'],
     }
     logfile = os.path.join(

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list