Project

General

Profile

Feature #7816 ยป crunch-exec-test-log-b702c49.txt

Tom Clegg, 01/06/2016 04:35 PM

 
1
            ********** Running services/crunch-exec tests **********
2

    
3

    
4
----------------------------------------------------------------------
5
FAIL: logging_test.go:73: LoggingTestSuite.TestWriteMultipleLogs
6

    
7
logging_test.go:96:
8
    c.Check(api.Content["event_type"], Equals, "stdout")
9
... obtained string = "crunchexec"
10
... expected string = "stdout"
11

    
12
logging_test.go:97:
13
    c.Check(api.Content["properties"].(map[string]string)["text"], Equals, logtext2)
14
... obtained string = "" +
15
...     "2015-12-29T15:51:45.000000001Z Hello world!\n" +
16
...     "2015-12-29T15:51:45.000000003Z Goodbye\n"
17
... expected string = "" +
18
...     "2015-12-29T15:51:45.000000002Z Doing stuff\n" +
19
...     "2015-12-29T15:51:45.000000004Z Blurb\n"
20

    
21
OOPS: 18 passed, 1 FAILED
22
--- FAIL: Test (49.53s)
23

    
24
----------------------------------------------------------------------
25
FAIL: logging_test.go:73: LoggingTestSuite.TestWriteMultipleLogs
26

    
27
logging_test.go:96:
28
    c.Check(api.Content["event_type"], Equals, "stdout")
29
... obtained string = "crunchexec"
30
... expected string = "stdout"
31

    
32
logging_test.go:97:
33
    c.Check(api.Content["properties"].(map[string]string)["text"], Equals, logtext2)
34
... obtained string = "" +
35
...     "2015-12-29T15:51:45.000000001Z Hello world!\n" +
36
...     "2015-12-29T15:51:45.000000003Z Goodbye\n"
37
... expected string = "" +
38
...     "2015-12-29T15:51:45.000000002Z Doing stuff\n" +
39
...     "2015-12-29T15:51:45.000000004Z Blurb\n"
40

    
41
OOPS: 18 passed, 1 FAILED
42
--- FAIL: Test2 (46.91s)
43
FAIL
44
coverage: 82.4% of statements
45
FAIL    git.curoverse.com/arvados.git/services/crunch-exec      96.689s
    (1-1/1)