Commit 302e23d
Merge #4095
4095: Add step to print results of test monitor r=jordanschalm a=jordanschalm
The Flaky test monitor processes results and makes them available on a test-by-test basis in Bigquery, however there is not a way to see the full test output.
Here's an example of where this can be useful: https://dapperlabs.grafana.net/d/toErpbynz/single-test-metrics?orgId=1&var-package=github.com%2Fonflow%2Fflow-go%2Fintegration%2Fdkg&var-dataset_name=dapperlabs-data.production_src_flow_test_metrics&var-skipped_tests_table=skipped_tests&var-test_results_table=test_results&var-query_limit=100000&var-test=TestWithEmulator%2FTestNodesDown&from=1679042550234&to=1679065565932
The test failed, but the output shows an immediate timeout. Did the test itself time out without printing any logs? Did a previous test time out? It's difficult to tell without more context.
Co-authored-by: Jordan Schalm <[email protected]>File tree
2 files changed
+4
-0
lines changed- .github/workflows
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
0 commit comments