github.com/koko1123/flow-go-1@v0.29.6/tools/test_monitor/testdata/summary3/test3-multi-exceptions/expected-output/test3-multi-exceptions.json (about) 1 { 2 "exceptions": [ 3 { 4 "test": "TestEncodableRandomBeaconPrivKeyMsgPack3", 5 "package": "github.com/onflow/flow-go/model/encodable", 6 "runs": 1, 7 "passed": 1, 8 "failed": 0, 9 "skipped": 0, 10 "exceptions": 33, 11 "failure_rate": 0, 12 "average_duration": 0, 13 "durations": [ 14 0 15 ] 16 }, 17 { 18 "test": "TestEncodableRandomBeaconPrivKeyMsgPack", 19 "package": "github.com/onflow/flow-go/model/encodable", 20 "runs": 1, 21 "passed": 1, 22 "failed": 0, 23 "skipped": 0, 24 "exceptions": 13, 25 "failure_rate": 0, 26 "average_duration": 0, 27 "durations": [ 28 0 29 ] 30 }, 31 { 32 "test": "TestEncodableRandomBeaconPrivKeyMsgPack4", 33 "package": "github.com/onflow/flow-go/model/encodable", 34 "runs": 1, 35 "passed": 1, 36 "failed": 0, 37 "skipped": 0, 38 "exceptions": 12, 39 "failure_rate": 0, 40 "average_duration": 0, 41 "durations": [ 42 0 43 ] 44 }, 45 { 46 "test": "TestEncodableRandomBeaconPrivKeyMsgPack2", 47 "package": "github.com/onflow/flow-go/model/encodable", 48 "runs": 1, 49 "passed": 1, 50 "failed": 0, 51 "skipped": 0, 52 "exceptions": 3, 53 "failure_rate": 0, 54 "average_duration": 0, 55 "durations": [ 56 0 57 ] 58 } 59 ], 60 "most_failures": [], 61 "most_failures_total": 0, 62 "longest_running": [], 63 "longest_running_total": 0 64 }