github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/tools/test_monitor/testdata/summary3/test1-1package-1failure/expected-output/test1-1package-1failure.json (about) 1 { 2 "exceptions": [], 3 "most_failures": [ 4 { 5 "test": "TestSanitySha3_256", 6 "package": "github.com/onflow/crypto/hash", 7 "runs": 1, 8 "passed": 0, 9 "failed": 1, 10 "skipped": 0, 11 "exceptions": 0, 12 "failure_rate": 1, 13 "average_duration": 0, 14 "durations": [ 15 0 16 ] 17 } 18 ], 19 "most_failures_total": 1, 20 "longest_running": [ 21 { 22 "test": "TestSha3", 23 "package": "github.com/onflow/crypto/hash", 24 "runs": 1, 25 "passed": 1, 26 "failed": 0, 27 "skipped": 0, 28 "exceptions": 0, 29 "failure_rate": 0, 30 "average_duration": 0.23, 31 "durations": [ 32 0.23 33 ] 34 }, 35 { 36 "test": "TestSha3/SHA3_384", 37 "package": "github.com/onflow/crypto/hash", 38 "runs": 1, 39 "passed": 1, 40 "failed": 0, 41 "skipped": 0, 42 "exceptions": 0, 43 "failure_rate": 0, 44 "average_duration": 0.12, 45 "durations": [ 46 0.12 47 ] 48 }, 49 { 50 "test": "TestSha3/SHA3_256", 51 "package": "github.com/onflow/crypto/hash", 52 "runs": 1, 53 "passed": 1, 54 "failed": 0, 55 "skipped": 0, 56 "exceptions": 0, 57 "failure_rate": 0, 58 "average_duration": 0.11, 59 "durations": [ 60 0.11 61 ] 62 } 63 ], 64 "longest_running_total": 3 65 }