-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTEST_RESULTS
More file actions
41 lines (31 loc) · 1.17 KB
/
Copy pathTEST_RESULTS
File metadata and controls
41 lines (31 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Test Summary Report
-------------------
# Load branch data fails
t/dataset.rakutest (Wstat: 65280 Tests: 3 Failed: 1)
Failed tests: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 14 tests but ran 3.
# fails for loading data from missing dataset
t/datasource-db.rakutest (Wstat: 256 Tests: 10 Failed: 3)
Failed tests: 1 2 7
Non-zero exit status: 1
Parse errors: Bad plan. You planned 21 tests but ran 10.
t/routes-application.rakutest (Wstat: 512 Tests: 15 Failed: 2)
Failed tests: 5 15
Non-zero exit status: 2
t/webservice.rakutest (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 42 tests but ran 0.
Files=45, Tests=410, 320 wallclock secs
Result: FAILED
t/routes-user.rakutest (Wstat: 512 Tests: 4 Failed: 1)
Failed tests: 4
Non-zero exit status: 2
# Run only once, then users must be deleted from pers table
# Role admin must exist
t/sessionuser.rakutest (Wstat: 256 Tests: 3 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 5 tests but ran 3.
t/user.rakutest (Wstat: 256 Tests: 3 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 7 tests but ran 3.