Skip to content

Instantly share code, notes, and snippets.

@tavplubix
Created March 22, 2021 13:04
Show Gist options
  • Save tavplubix/012244641439238ef9e4bf21f9f57bb0 to your computer and use it in GitHub Desktop.
Save tavplubix/012244641439238ef9e4bf21f9f57bb0 to your computer and use it in GitHub Desktop.
SELECT
min(check_start_time),
substring(test_name, 1, 50) AS n,
count(),
test_status,
pull_request_number,
commit_sha
FROM `gh-data`.checks
WHERE (test_status NOT IN ('OK', 'SKIPPED', 'NOT STARTED')) AND (test_name LIKE '%test_distributed_respect_user_timeouts%')
GROUP BY
n,
test_status,
pull_request_number,
commit_sha
ORDER BY min(check_start_time) ASC
Query id: 4da815bb-c53a-4876-9d5d-df22cee896ce
┌─min(check_start_time)─┬─n──────────────────────────────────────────────────┬─count()─┬─test_status─┬─pull_request_number─┬─commit_sha───────────────────────────────┐
│ 2020-06-17 12:46:01 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAILED │ 0 │ ff0262626ab08919909d967b2859ee107656e659 │
│ 2020-06-19 12:11:52 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAILED │ 0 │ 12026ab9c291c75da5ff93b8797f015d1e8c08b6 │
│ 2020-06-19 13:31:10 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAILED │ 0 │ 397f0aa7213251b0cdd4e0c9fd34f8589dcdadd4 │
│ 2020-06-19 14:31:51 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAILED │ 0 │ 1a3a19391c144c3aed96d29db8bb47f5b0b899d7 │
│ 2020-06-21 23:11:49 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ ERROR │ 11845 │ 8cce416921736d27e3c302f1451c3aaf4c2b7f0e │
│ 2020-06-22 00:56:57 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAILED │ 0 │ dd31bcff6664805b145f7d2be7c64a02ffc34f3e │
│ 2020-06-24 14:15:39 │ test_distributed_respect_user_timeouts/test.py │ 1 │ ERROR │ 11913 │ 91e78672fa3fb3b74c233516ae85a7ecd89b7c14 │
│ 2020-06-24 14:16:05 │ test_distributed_respect_user_timeouts/test.py │ 2 │ ERROR │ 11916 │ c7d6d531f51c41274c82640cb189b27b844cc825 │
│ 2020-06-24 14:16:21 │ test_distributed_respect_user_timeouts/test.py │ 1 │ ERROR │ 11300 │ 3206ed832a6511a002403cdfb691aa905914ce9f │
│ 2020-06-24 14:18:01 │ test_distributed_respect_user_timeouts/test.py │ 1 │ ERROR │ 0 │ ff1248cd2881540f9287ac0570cc555751610f52 │
│ 2020-06-24 14:29:40 │ test_distributed_respect_user_timeouts/test.py │ 3 │ ERROR │ 0 │ 2da7b356ab016ce08589bd80e8ceb6748c52b42e │
│ 2020-06-24 14:29:55 │ test_distributed_respect_user_timeouts/test.py │ 3 │ ERROR │ 0 │ 751319d0ef69f58bd6a9629eb087c3156283f5ab │
│ 2020-06-24 14:48:24 │ test_distributed_respect_user_timeouts/test.py │ 2 │ ERROR │ 11901 │ 2aa92a8563c90501de785ab355683cdd5f46b9d2 │
│ 2020-06-24 14:48:57 │ test_distributed_respect_user_timeouts/test.py │ 2 │ ERROR │ 11915 │ d7b05ea58d5648cd038afeca1497927be9f8eac5 │
│ 2020-06-24 14:49:17 │ test_distributed_respect_user_timeouts/test.py │ 2 │ ERROR │ 11917 │ 9ffc02332d026dacb6050fb690b80290d1982f0b │
│ 2020-06-24 15:37:41 │ test_distributed_respect_user_timeouts/test.py │ 2 │ ERROR │ 11920 │ 29a9d4187f569cc781cffbc712c1a3ddb3fcfb82 │
│ 2020-06-24 15:38:37 │ test_distributed_respect_user_timeouts/test.py │ 2 │ ERROR │ 11919 │ 08f5ed6da39b76af448fa9b5af0c3043ea094dea │
│ 2020-07-08 08:37:34 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ ERROR │ 12285 │ 79e4c6ff833b401ed7d9bc8d685b6cecac19dafd │
│ 2020-07-28 14:55:41 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ FAIL │ 12285 │ b5722493f57a494905edbc668d2130fa7a5bfa21 │
│ 2020-08-12 10:25:52 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ ERROR │ 13647 │ ad740fc7daddafd90d59a87a48fe80da904f25b8 │
│ 2020-09-03 21:45:37 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ ERROR │ 9624 │ 90530faabe4fd8358d92e713bbc2e83f43e8e952 │
│ 2020-09-04 14:11:24 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ ERROR │ 9624 │ 09e0c9e4ff1319c8aeed89e0ccb6e16585cdd3a3 │
│ 2020-09-07 11:30:46 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ ERROR │ 9624 │ 0cd63c948481340f2c5d9f14587eadc56a162f3a │
│ 2020-09-09 19:25:19 │ test_distributed_respect_user_timeouts/test.py::te │ 64 │ ERROR │ 14265 │ 9ba8e9a1519adf4c48de16dfee052e46f4e8c53c │
│ 2020-09-29 00:10:39 │ test_distributed_respect_user_timeouts/test.py::te │ 3 │ FAIL │ 15007 │ 98cf3dccbf0c5d7300892ff4989928210226a99e │
│ 2020-09-29 08:48:59 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 15007 │ ffa5cfeaa6bd1336b3b62f6f41737e990d6e8124 │
│ 2020-09-30 21:05:14 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 15007 │ 2955dbb6057af3e479d6a687c4ca069ca347e2ce │
│ 2020-10-09 10:46:22 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ FAIL │ 12470 │ 10a532dcd4fef420d815e30b7464cd4e0d289e39 │
│ 2020-10-09 18:47:22 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ FAIL │ 15796 │ c7f4568ef9a86c80d873e951640409fdf0d23fd7 │
│ 2020-10-10 08:58:12 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ FAIL │ 12470 │ ade661369e224f9b6f3e207945434199155bb253 │
│ 2020-11-03 23:44:01 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 16642 │ 16d9354240915c9614720abe3c17114485cab428 │
│ 2020-11-04 16:29:35 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 16620 │ 8d5fe1148c721a3065cbebcea5f02ae9689876f4 │
│ 2020-11-04 23:41:23 │ test_distributed_respect_user_timeouts/test.py │ 44 │ ERROR │ 16621 │ 0cdc8abed789ca96117b140b8305c81b95c155ee │
│ 2020-11-11 16:08:14 │ test_distributed_respect_user_timeouts/test.py │ 11 │ ERROR │ 16132 │ 6175101420a0d2e16266f5b613a846d3f7b3b2ff │
│ 2020-11-11 18:23:05 │ test_distributed_respect_user_timeouts/test.py │ 112 │ ERROR │ 16132 │ 533790e8c9f6e430c51788f3247749447b79756e │
│ 2020-11-13 04:51:47 │ test_distributed_respect_user_timeouts/test.py │ 30 │ ERROR │ 16132 │ 566bf01a78647800e488926559e8c06f91c18af3 │
│ 2020-11-19 12:37:36 │ test_distributed_respect_user_timeouts/test.py::te │ 13 │ FAIL │ 0 │ c7e88087cd85ae67dff34fd5b0340711821bc3d4 │
│ 2020-11-21 16:27:15 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17211 │ fb481649ecbc5c6046e29f3bd54c842392dc418c │
│ 2020-11-21 16:27:18 │ test_distributed_respect_user_timeouts/test.py::te │ 12 │ FAIL │ 17109 │ a3116d5614a0a1403c85e68095ff69caabbead50 │
│ 2020-11-21 21:24:23 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 0 │ 870a56b962dee7313cf93b969a35ef1847ecd30f │
│ 2020-11-21 21:25:09 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 0 │ d79974d73fa12d1e2b12a3aaf56da60f28a784c2 │
│ 2020-11-21 21:37:43 │ test_distributed_respect_user_timeouts/test.py::te │ 12 │ FAIL │ 14995 │ 635dc029ddbd76b5e17b6ca2cee5e6a2ec2210b1 │
│ 2020-11-22 05:01:41 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 17269 │ 615287ae75b6bdb1c89f4f279e6b99b76dfc4f41 │
│ 2020-11-22 15:43:23 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 17273 │ bfc44766d3edac88ffa7f3403ca1ac474f8c0fdb │
│ 2020-11-22 18:44:16 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 17274 │ 60a5782c75072d52adf9ef2d30d61270cab35c13 │
│ 2020-11-22 22:10:52 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 17130 │ 662c8d2326acc1cda356c00b13e032c49879c05c │
│ 2020-11-22 22:37:20 │ test_distributed_respect_user_timeouts/test.py::te │ 22 │ FAIL │ 17227 │ f6041c22804d82c0366bbb45e85e33176f419bda │
│ 2020-11-23 04:08:02 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 0 │ 711f64048bb80aeef761c0cbd7aff22314d729d0 │
│ 2020-11-23 20:09:42 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ ERROR │ 11298 │ bd6aeb9aa77ccdbe7d6c71397982c795548ca97f │
│ 2020-11-24 17:03:43 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 17366 │ a74235397eadf2e555014448ed9d9d2db33250f8 │
│ 2020-11-25 15:14:33 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17309 │ 72c7cd669377d6e8b9b83312931e1a531081e22a │
│ 2020-11-25 16:01:32 │ test_distributed_respect_user_timeouts/test.py::te │ 5 │ FAIL │ 16877 │ fd67864e153263b20fe01db9805b76006735a58a │
│ 2020-11-25 16:48:32 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17406 │ 06aa530e644f82f5dbbf121898a08237953b9b45 │
│ 2020-11-25 16:56:21 │ test_distributed_respect_user_timeouts/test.py::te │ 12 │ FAIL │ 17408 │ 047dc757459c096a6b714670532403302f7dde0e │
│ 2020-11-25 17:28:35 │ test_distributed_respect_user_timeouts/test.py::te │ 3 │ FAIL │ 17366 │ 9e5253c9fa4820607a5146baca72f33516d4aed9 │
│ 2020-11-25 19:18:40 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 17412 │ 78b510eaa1a7655243df065aa9dfa32614e6fb37 │
│ 2020-11-25 19:29:35 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17411 │ a1eebdb2cafa4dbfbf25cb55bbd0f7e2a163f0cd │
│ 2020-11-25 19:41:08 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 17376 │ 688cb6b4d91baadf706dec63eb217d5e360a9dc7 │
│ 2020-11-25 19:51:38 │ test_distributed_respect_user_timeouts/test.py::te │ 3 │ FAIL │ 17396 │ cdfe3b78fdffae3d31aa2f71bed7f002bcce3dc5 │
│ 2020-11-25 21:35:49 │ test_distributed_respect_user_timeouts/test.py::te │ 9 │ FAIL │ 17407 │ 55241f2c2fef6dc490c868e8092c65a845c0f919 │
│ 2020-11-25 23:42:20 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 16883 │ ede023a237c07f36e9d3ffa6cd65683beac1109a │
│ 2020-11-26 01:53:37 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 17414 │ 2d5072844f036e509c525a8bdc94f8b48e4d58eb │
│ 2020-11-26 02:19:02 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 0 │ fb3a69b29810586b65b0c4b1451dcfe49011036e │
│ 2020-11-26 05:08:40 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17145 │ 58271ee77cd408718ffd9b02b3d06d17d494faae │
│ 2020-11-26 07:03:28 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 17430 │ 0489e8b506729fd1b59fbb0ae514eec63267d99b │
│ 2020-11-26 22:28:31 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ ERROR │ 11298 │ 97cebb8122d1fe244a97c084ff6c46b50e1748cc │
│ 2020-12-01 16:46:38 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 0 │ 519b8866414b2ed0041dc4912fda0d4b0ac0af1b │
│ 2020-12-01 17:20:25 │ test_distributed_respect_user_timeouts/test.py::te │ 4 │ FAIL │ 0 │ a908b2d653bc9609c8edd7788d657f869da31430 │
│ 2020-12-01 19:00:15 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 17659 │ eb0c4427635b51108b681e55542506187dded24d │
│ 2020-12-02 12:14:49 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17681 │ 62649d0dd0777f3080319830601e4abc56f4d363 │
│ 2020-12-02 12:22:08 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 17700 │ 88bc73df3a064278f77c222f2e23a2e8e9cf4803 │
│ 2020-12-02 12:23:14 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 17359 │ 8b429a5c873a80c6eb30d3d29981aa29d0113d04 │
│ 2020-12-02 12:48:33 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 16723 │ 1bb3e345c124e342309a7b7fcc2001f4e1a01764 │
│ 2020-12-02 19:02:34 │ test_distributed_respect_user_timeouts/test.py::te │ 8 │ FAIL │ 17739 │ b13c381d7eb91c692e2d18e11314602c19953a0a │
│ 2020-12-02 21:08:04 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 0 │ 85f4045160e94ab5b89c683cf3fd77dc5717fde6 │
│ 2020-12-02 22:41:26 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17292 │ b2892033566334253e85eb9f439aec95316507ee │
│ 2020-12-03 08:47:45 │ test_distributed_respect_user_timeouts/test.py::te │ 4 │ FAIL │ 16877 │ 93ea2f5b1f65ad967600f5b2f66008b664634dd0 │
│ 2020-12-03 09:32:57 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 17748 │ 3ff4791048412d5a24fdb464b5236908347cf710 │
│ 2020-12-03 15:38:08 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 15236 │ b68aa1c76d0f439d3538a0ca5e816170422b944d │
│ 2020-12-03 16:59:51 │ test_distributed_respect_user_timeouts/test.py::te │ 4 │ FAIL │ 17671 │ d374f50e38dfbeafe7a129f3ba62fa08ddfb93fa │
│ 2020-12-03 16:59:51 │ test_distributed_respect_user_timeouts/test.py::te │ 4 │ ERROR │ 17671 │ d374f50e38dfbeafe7a129f3ba62fa08ddfb93fa │
│ 2020-12-03 20:28:47 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 0 │ b25546ea503cd9901ed2ffcb6cea88a492787d6b │
│ 2020-12-03 21:40:53 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 0 │ 4ebc410b15c02b2dfd2057114a344dc132bc243e │
│ 2020-12-04 00:04:20 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17785 │ 3064abba88c5d3cc0b65284806b8f5d04b935e36 │
│ 2020-12-04 02:48:04 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 17726 │ d8b39dbb83600997556d987a889e79505ef81f98 │
│ 2020-12-04 14:20:51 │ test_distributed_respect_user_timeouts/test.py::te │ 4 │ FAIL │ 17800 │ 796aee032d9aa36942bfc8bd33271943d25991c2 │
│ 2020-12-04 15:15:38 │ test_distributed_respect_user_timeouts/test.py::te │ 4 │ FAIL │ 15939 │ 9dbced0474e24f00da22091428a920f53fb4b249 │
│ 2020-12-04 15:42:32 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17348 │ 4dc30fe2293c2f6564a0cd1d1cc034f16817f877 │
│ 2020-12-04 19:26:00 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17748 │ 40fc25da21ccff7578271fb85c2ae33f37bbf220 │
│ 2020-12-04 21:30:05 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 16193 │ 9f3c77f62e281fbb6c14e23ec81bde5e7000f416 │
│ 2020-12-05 01:25:22 │ test_distributed_respect_user_timeouts/test.py::te │ 4 │ FAIL │ 0 │ 60b0cbb1c1953d432953ff74fa7654d311ac4043 │
│ 2020-12-05 01:44:36 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17808 │ c0d529c49d043700cac9dc610437e801fa94a088 │
│ 2020-12-05 14:41:02 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 0 │ 27c3301083b4690d7ee2dc4cbee961bb642b5292 │
│ 2020-12-05 21:10:18 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17829 │ ce03a896a17f8fadb47df55799fbfe3b0ac336ee │
│ 2020-12-06 01:44:59 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17709 │ 8f1ed3689751235b57d1b5dff59f318e9045d57a │
│ 2020-12-06 12:35:11 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17665 │ 4cf29b16fc51c78f210909bd687ac269c55b7c96 │
│ 2020-12-06 16:40:09 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17841 │ 212a7c4ba3b47253e587844f59fa267efdf333ba │
│ 2020-12-06 21:29:29 │ test_distributed_respect_user_timeouts/test.py::te │ 4 │ FAIL │ 0 │ 878864602ca984951e71ab1c0638531f5815e7c7 │
│ 2020-12-07 00:11:57 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17463 │ a0d4873964c59d2bd83e6dc741a13907324d101b │
│ 2020-12-07 00:40:46 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17630 │ 2a257667d83873b81b8af9e6f477b8001130e9b6 │
│ 2020-12-07 08:41:22 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 16877 │ 0c432462167e5bc40b903c93d0770155616a0cfc │
│ 2020-12-07 10:52:27 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 0 │ 57f40e42604c7994953815a42a4b9c2736387081 │
│ 2020-12-07 11:53:57 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 16856 │ 29be15c4836cb374ce61f88464c23f24ac939bc3 │
│ 2020-12-07 12:32:09 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17854 │ e07374331a97bebd1181069aecec391afc17c89a │
│ 2020-12-07 12:54:07 │ test_distributed_respect_user_timeouts/test.py::te │ 4 │ FAIL │ 16952 │ edc21aacbc194ec8386889417da7475655837ea3 │
│ 2020-12-07 16:35:15 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17846 │ 168155eeecd265168ca6baac487f0bf18984bd6d │
│ 2020-12-07 16:35:42 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17642 │ 0c2af327b6bf41d3bb3e069c799a97e19bf0d645 │
│ 2020-12-07 17:10:26 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17874 │ a8616ea2629addf25a1d7c4165e0ac6eb7de4fc9 │
│ 2020-12-12 22:57:17 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 17292 │ 7006b1bb20435a5e724726538e08a78c0eeb99e7 │
│ 2020-12-18 10:45:50 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 15811 │ 3581b42463974d67db52f9a916dcf0e7bb5ac9ea │
│ 2020-12-18 19:51:44 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 18229 │ e3dd32a8d6db5e94aaa9424340db67b656c9266c │
│ 2020-12-20 10:24:31 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 18269 │ 32fe5102fc0ea6f4ee22bf8e2155fbcd197c0a70 │
│ 2020-12-22 13:47:34 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 18361 │ 863dd9470e85a1b670ac679c5a03b5fcc7cd0135 │
│ 2020-12-23 04:48:45 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17292 │ 8594c392441dce1c90d3e700e22751a95e00462c │
│ 2020-12-23 15:50:38 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 18424 │ d763c75701381ac7e0350b969db461c76ce70fcb │
│ 2020-12-23 16:16:16 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 16723 │ 4087253f1373e1ad7bdcf0b71236a9884011b9dd │
│ 2020-12-23 16:34:09 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 15811 │ de2956b2804bb42df0e4773523f7790c3535a133 │
│ 2020-12-24 02:10:07 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 15811 │ 33c6b9bebb34df09bdca885bd5834f54b880076c │
│ 2020-12-24 13:43:04 │ test_distributed_respect_user_timeouts/test.py::te │ 14 │ FAIL │ 15811 │ 98cd3355ad709b8cc1bd5ffa3cc185726387871b │
│ 2020-12-24 18:24:59 │ test_distributed_respect_user_timeouts/test.py::te │ 14 │ FAIL │ 18473 │ b668e9f3b12615cdba1372301d0222dde4827a0f │
│ 2020-12-24 18:41:39 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 18485 │ 1f52d3caa82988b5207a2db0802daf2b30913680 │
│ 2020-12-25 13:39:49 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 15811 │ 4a4ba2c211f97188afa9e9847eb491a78e6871fe │
│ 2020-12-25 21:15:49 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 16723 │ 0ed0c0097be9fa4e3b020091b222c9187d4051c9 │
│ 2020-12-26 10:43:18 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 18543 │ a7cc87d19ee742276cceb1531a5f1338e7ae3a1b │
│ 2020-12-27 10:21:52 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17292 │ 16946781a2e3cbefd3cbb08d820444528cacf973 │
│ 2020-12-29 16:47:18 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 18230 │ 853c5dd9594e45a1579178e2daee2849508ecd38 │
│ 2021-01-07 16:07:28 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 18835 │ 2ac053c06ee732ace79358faa28ab174b462ae8b │
│ 2021-01-11 18:19:18 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 16723 │ 7864734e3c6888b1b1bf6c25c1c1013b2365fda8 │
│ 2021-01-15 23:46:14 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 15811 │ 1d39e6fd192ce69d3340df1d0c5821a9f5356ec4 │
│ 2021-01-16 08:39:33 │ test_distributed_respect_user_timeouts/test.py::te │ 14 │ FAIL │ 15811 │ ae4ae10c0960e9afa35921dee7d6596ab5eda7bc │
│ 2021-01-16 12:18:49 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 19182 │ 02ad98b6f04bb5680808b51a970f76a942c3f3f4 │
│ 2021-01-16 23:20:01 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17292 │ 995719362812c1de35dfc3ff73cae354ffcab617 │
│ 2021-01-18 12:38:23 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 17292 │ a8a4a817f9a082128c11eddc86272af073f1de83 │
│ 2021-01-18 12:38:54 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 19232 │ 7681105392094d631fc84cf9e5da552969ba2fef │
│ 2021-01-23 00:22:50 │ test_distributed_respect_user_timeouts/test.py::te │ 14 │ FAIL │ 19468 │ ab23e9aa41a901ef2ad5f36301a0c691cc207436 │
│ 2021-01-25 01:23:28 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 19540 │ d2a5a8c420d3189fda5c93f1e865acb7c1020323 │
│ 2021-01-25 11:31:51 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 19565 │ 75b0c3a1d3075da327a792256a709453677d7fe7 │
│ 2021-01-25 19:26:40 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 16723 │ 4e332492edf78e80a69118a88f043de9ebd50c0e │
│ 2021-01-26 13:45:22 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 19637 │ 9adb6482207f90444ad5497f91418eab746984fd │
│ 2021-01-26 15:00:20 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 19655 │ 217aa468783513269ebbe6d0ac2c855d2555de19 │
│ 2021-01-26 19:53:25 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 16723 │ d4b7217f982dd317fa2f2e770e7b8e253b586a10 │
│ 2021-01-27 11:42:15 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 16723 │ b2925ba426892e9583c4a4e3194b278e6f245419 │
│ 2021-01-27 22:23:53 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 19698 │ d070d1af9c2ef6be09d6ca7702a28837a381ec75 │
│ 2021-01-27 22:56:35 │ test_distributed_respect_user_timeouts/test.py::te │ 12 │ FAIL │ 19643 │ 3285ed09f5adec9bbc88c28087ec729f1ceb7ab9 │
│ 2021-01-28 03:43:06 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 19740 │ 63445b0980a396e36e122895ba06f4057b8b6af3 │
│ 2021-01-28 18:36:57 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 16723 │ 0cf5237f11e74837931d78e3990b9bbb7cd4791a │
│ 2021-01-29 16:31:57 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 19813 │ 6c0a6241469f291752621b294bc11734f4f77cc1 │
│ 2021-01-30 16:43:04 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 16723 │ 3b855219e30828c9719465c70f5544e0c07a4788 │
│ 2021-01-31 21:43:03 │ test_distributed_respect_user_timeouts/test.py::te │ 10 │ FAIL │ 16723 │ 532e31ae1231915b185a1b6d814fdea6b34d4758 │
│ 2021-02-01 15:53:13 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 16723 │ 046819cb1dfcde9b75fcce11365f408cb49b7fae │
│ 2021-02-01 17:45:23 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FAIL │ 19937 │ 4bcc732a68e867af8b896eb884b7fcd91225c082 │
│ 2021-02-09 03:23:30 │ test_distributed_respect_user_timeouts/test.py::te │ 48 │ FAIL │ 19291 │ 4cc7e2c5c68026af391af1b61ccae93ff87ff291 │
│ 2021-02-24 00:39:59 │ test_distributed_respect_user_timeouts (✕1) │ 1 │ ERROR │ 19291 │ 5628fd6da55367717fa4792bdb00f5b6ff541650 │
│ 2021-03-06 01:12:53 │ test_distributed_respect_user_timeouts (✕1) │ 1 │ ERROR │ 20595 │ 0c8d4c452e27b11ebd6777f212e9e26e2a5ebc13 │
│ 2021-03-09 09:44:10 │ test_distributed_respect_user_timeouts/test.py::te │ 15 │ FAIL │ 21529 │ c0a02c9ce9833362485638c24007318923eca09c │
│ 2021-03-10 07:14:51 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FAIL │ 21529 │ 441efef3329646ee8a88c97dd70e72552a0051ed │
│ 2021-03-16 20:44:54 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FAIL │ 21529 │ 9dee842b6082a3e90c65a8a45e5a357de30106a6 │
│ 2021-03-17 10:02:07 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 0 │ 4f1f344d4dc7fd716db0cd8d1e74b266a8e63085 │
│ 2021-03-17 10:08:41 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FAIL │ 0 │ 3a3f800f6e1cfb2aedb50f7e7dd4cdbc4e4e096a │
│ 2021-03-17 10:09:03 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21509 │ c17fe87eb807b32b6a90a794bb65038a5992d7fc │
│ 2021-03-17 10:19:05 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FAIL │ 0 │ 4f1f344d4dc7fd716db0cd8d1e74b266a8e63085 │
│ 2021-03-17 14:40:19 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 0 │ f51b41b7a44db83012deb9bc1253be28220028c9 │
│ 2021-03-17 14:41:54 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 0 │ 2303f1788cdc9bbc98cb15083dc3130819a7965e │
│ 2021-03-17 16:00:50 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21837 │ e6711e936e77b9089fe07123dc102e77bb0dcb9c │
│ 2021-03-17 16:02:43 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 21836 │ 71b36a702961d54a7f155867dc2683506de06c07 │
│ 2021-03-17 17:17:12 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21761 │ 1cd9f28bd4f8d1cda7347da8ad81a93975a4c840 │
│ 2021-03-17 17:46:41 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21830 │ cfa92f0045436f60265086d4fb8e5434b75b92c4 │
│ 2021-03-17 19:04:12 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21550 │ 05a9f8a793f9da3b42c1e6ad4de2d3253f038a94 │
│ 2021-03-17 20:08:26 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21841 │ 45fead90621dfd2cf19bbd350aca703f4604b77f │
│ 2021-03-17 20:17:01 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21466 │ bb460dd7f4e6da81a06920234b5e8cdcb15c9f91 │
│ 2021-03-17 20:25:37 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21842 │ 3a8d7e9a48d254eb9adb6f5c9623834b65658df6 │
│ 2021-03-17 20:46:38 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 16608 │ 0826004353c973fa34677549e97e6af2311fb9d1 │
│ 2021-03-17 20:54:36 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 0 │ 04c957962fb43b2945100794b4389abd32a6340f │
│ 2021-03-17 20:56:18 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 16608 │ 0826004353c973fa34677549e97e6af2311fb9d1 │
│ 2021-03-17 22:06:24 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21839 │ 7847b78af9b0b279edd657173706f2485b5e7387 │
│ 2021-03-17 22:14:55 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21142 │ 7ba1b8dbd542a7a7cd97242583f91500e38c7046 │
│ 2021-03-17 22:16:45 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21832 │ accc3d0d38b327f055cac7439bf6ac46d5c81465 │
│ 2021-03-17 23:43:59 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 0 │ b8a437c35adc40cf91dc6961d76c655790ec4b6e │
│ 2021-03-17 23:46:53 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21846 │ 065faf13185e54bdd1515312f0588e71e25ad5e0 │
│ 2021-03-18 01:44:24 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21836 │ 71b36a702961d54a7f155867dc2683506de06c07 │
│ 2021-03-18 02:05:45 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21659 │ 5813a9990073140530a3127978ef61b536f4bb2d │
│ 2021-03-18 03:11:42 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 19766 │ e8a435d2fb41b5bf6dddbefdeb2e898fdd26dd12 │
│ 2021-03-18 03:28:25 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21754 │ ebd20e6052888474ba1ef9309a07ab1ea9ca8649 │
│ 2021-03-18 03:44:36 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 21848 │ 597370e9bc71d0a2fd0bfacf1acc62b9d7c3fc45 │
│ 2021-03-18 04:07:18 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 18978 │ 6536069e43c0a1549f42e6ffa6019a2b0cbbf82f │
│ 2021-03-18 07:09:31 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21519 │ dee294c1add055855ab62c43b92d39c58bd90e56 │
│ 2021-03-18 07:26:08 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21819 │ 1f5904fea9f332a9986634c5614b08b4b2362c42 │
│ 2021-03-18 08:19:01 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21839 │ b135b814fbce13d7afac76f798e999f0ec4e79f3 │
│ 2021-03-18 08:38:25 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21837 │ 7c0a1b9451ee7cd25e30dc758246ff4388cfe9e1 │
│ 2021-03-18 09:14:44 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21841 │ c4dfd97709972c271b3cc9e306f7be80cbd3af9f │
│ 2021-03-18 10:12:27 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 19766 │ 0e379585acf627b5a9d2ad86c354bdefb802eb74 │
│ 2021-03-18 10:28:23 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21852 │ 069cfbff388b3d478d1a16dc7060b48073f5d522 │
│ 2021-03-18 11:02:34 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 18246 │ 1ad178c0370f7d2ad9dbcb2b3ade759fefeaeae8 │
│ 2021-03-18 12:18:43 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21848 │ 597370e9bc71d0a2fd0bfacf1acc62b9d7c3fc45 │
│ 2021-03-18 12:19:10 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ FLAKY │ 0 │ 03cb0299a94cf72519784e22aa8ee6b3564858b1 │
│ 2021-03-18 13:27:40 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21850 │ cb9bb9c17877d881d239646ee34f40c747772e8d │
│ 2021-03-18 13:28:50 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21459 │ f4cbecec27609de505de515c4ff30ff62250bdf9 │
│ 2021-03-18 13:54:51 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 0 │ 33aefa832b3c544934a757cc9d0e284252a1dd3e │
│ 2021-03-18 14:53:33 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21856 │ 07c5a7766c4e4e01a008c41d106f3bf49eb98ef8 │
│ 2021-03-18 16:28:38 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21846 │ f2ac17cfba1d3bfcc82faf0c5f9816ac04e933cd │
│ 2021-03-18 17:19:36 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ FLAKY │ 0 │ f85b0892929550e57f2acf205ac2203b2eca6892 │
│ 2021-03-18 17:20:37 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 0 │ 8ab778e26acf7b733eb092bc291397cd991db98d │
│ 2021-03-18 17:25:05 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 0 │ 8ab778e26acf7b733eb092bc291397cd991db98d │
│ 2021-03-18 17:48:59 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21573 │ 5324d75505f49b7fe9fdfb630e0c00399115a4e1 │
│ 2021-03-18 17:51:38 │ test_distributed_respect_user_timeouts/test.py::te │ 17 │ FLAKY │ 21859 │ 85a9ab7d87b7788a1b24457dde14b4b26c8081df │
│ 2021-03-18 18:30:52 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FLAKY │ 16608 │ d7482373d36510cb26214542b14dcacf238b8737 │
│ 2021-03-18 18:30:52 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ ERROR │ 16608 │ d7482373d36510cb26214542b14dcacf238b8737 │
│ 2021-03-18 18:43:00 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 0 │ 93ee8cc78b83e1727cc4aa38132491860cd4b00b │
│ 2021-03-18 18:57:34 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21844 │ 2a24d4f29504da851920bb439d080bcc31bed5db │
│ 2021-03-18 20:32:00 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21690 │ ce31d4608b9a633567a1ec949e84bbacca3a0364 │
│ 2021-03-18 22:15:45 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21853 │ d3f561c8739a857d6bb7a6ba078b160613ffa82e │
│ 2021-03-18 22:15:54 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21889 │ 6f7c8894e95d78ff80fe7cd64c490db01fce8c2c │
│ 2021-03-18 22:56:50 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21891 │ 31b77344078a6a65dec6b2ceaba6923f9f4d7138 │
│ 2021-03-18 23:05:27 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21888 │ 91715cb597de345fc8c74064cb8133f240a2a1f4 │
│ 2021-03-18 23:51:53 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21886 │ 055242fe95d8f8750355fe68d6453e0abc305957 │
│ 2021-03-19 00:30:44 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 21846 │ f2ac17cfba1d3bfcc82faf0c5f9816ac04e933cd │
│ 2021-03-19 00:33:53 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ FLAKY │ 0 │ b5e344bf49155402f9de14f1eec9eb6e919a09da │
│ 2021-03-19 00:40:19 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21896 │ e0f0e5827e4fc647ba145965cbab1cd96b7a4b61 │
│ 2021-03-19 08:52:00 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21639 │ c446593ca7fb9bd3a8fc9a6066f74b9211a79870 │
│ 2021-03-19 09:22:02 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21895 │ 4bf2e94fa48d49ae734e9598e7b941a9b3066b9e │
│ 2021-03-19 09:55:32 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 0 │ f340e71913758a54038b26e53189e59234aa885a │
│ 2021-03-19 10:07:01 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 19766 │ a4e9cf26b0c5f95621148e7d60f3c8ea268324c4 │
│ 2021-03-19 10:12:56 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 0 │ bc63d4244b4fa718bed6e050170f9870a2a9e5e3 │
│ 2021-03-19 10:30:43 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21329 │ 4e4fe9d400b3cb105d7a3afd87669f379b7cf1ed │
│ 2021-03-19 11:17:04 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21884 │ a53c90e509d0ab9596e73747f085cf0191284311 │
│ 2021-03-19 12:27:19 │ test_distributed_respect_user_timeouts/test.py::te │ 17 │ FLAKY │ 21844 │ e45b44fe8ce89265d4c811443e3dcf1775c6396f │
│ 2021-03-19 13:51:54 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FLAKY │ 20202 │ c52a82812846db9b85e5880840f4ccac7d7a9a13 │
│ 2021-03-19 14:03:10 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 0 │ 4ec71c6897e99b1940ae03011430afd65c8e1f42 │
│ 2021-03-19 14:07:30 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FLAKY │ 21908 │ cfceb9a9cdec98957a4c72f58bb662903fb46caf │
│ 2021-03-19 14:17:24 │ test_distributed_respect_user_timeouts/test.py::te │ 17 │ FLAKY │ 21850 │ d1bddd1736893291be62ae940718a02efafdcf3c │
│ 2021-03-19 14:40:24 │ test_distributed_respect_user_timeouts/test.py::te │ 32 │ FLAKY │ 0 │ 07c967b5c7d2ab79540fd3abf97bdfbdce2d66f3 │
│ 2021-03-19 14:41:26 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FLAKY │ 0 │ 78c56b891383288cf3a893139e796fc87476412e │
│ 2021-03-19 15:17:50 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21812 │ 8452e2d1dfeef94d068274540087d348f3504822 │
│ 2021-03-19 15:19:02 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FAIL │ 0 │ c703ea137bf9d013be3cf1133a6f74d6c25824d0 │
│ 2021-03-19 15:58:55 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ ERROR │ 21915 │ 590259a7a5225fa63209f220b46481c412a5067e │
│ 2021-03-19 15:58:55 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FLAKY │ 21915 │ 590259a7a5225fa63209f220b46481c412a5067e │
│ 2021-03-19 16:42:41 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FLAKY │ 0 │ c8b5be636f443031e1ef392717218906119a9e17 │
│ 2021-03-19 16:46:37 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21903 │ fc0b87c5c495cf45310090b34a9146b5fff08b48 │
│ 2021-03-19 17:21:21 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21890 │ 0ece3ea1691e8f68d1b7887c30eb0ed8e3ec5ae3 │
│ 2021-03-19 19:48:11 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FLAKY │ 21853 │ 84280f1148e541f1c6e0d4793afffe86c3239335 │
│ 2021-03-19 20:52:40 │ test_distributed_respect_user_timeouts/test.py::te │ 33 │ FLAKY │ 0 │ 081b86e8710d519168a0b53cfe767683e91f37a9 │
│ 2021-03-19 20:57:55 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21895 │ 3166f0cbfcba2bec42c4e0adaf94fe949f9fc41d │
│ 2021-03-19 21:54:02 │ test_distributed_respect_user_timeouts/test.py::te │ 19 │ FLAKY │ 0 │ 95c87d4dedf2c33ba09fe0f8c36971875de03d99 │
│ 2021-03-19 21:54:38 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ ERROR │ 0 │ 95c87d4dedf2c33ba09fe0f8c36971875de03d99 │
│ 2021-03-19 23:46:06 │ test_distributed_respect_user_timeouts/test.py::te │ 17 │ FLAKY │ 21812 │ 393ee0a8d5cd4c5d99fc529dfd8af9b196ef4122 │
│ 2021-03-20 15:39:22 │ test_distributed_respect_user_timeouts/test.py::te │ 19 │ FLAKY │ 21938 │ b944055da616320a31564dc8981830f665893bd9 │
│ 2021-03-20 15:44:41 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ ERROR │ 21938 │ b944055da616320a31564dc8981830f665893bd9 │
│ 2021-03-20 16:10:34 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21910 │ 849a980644a9e6e7e9649e7dbd86a9ad3a934390 │
│ 2021-03-20 19:05:12 │ test_distributed_respect_user_timeouts/test.py::te │ 17 │ FLAKY │ 20470 │ fc1c16c4cdab8109901168967a373515efcc8b5d │
│ 2021-03-20 20:41:48 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ ERROR │ 21943 │ 6ce2f389987f468d79ae7a1e3f103be30b291b65 │
│ 2021-03-20 20:41:48 │ test_distributed_respect_user_timeouts/test.py::te │ 3 │ FLAKY │ 21943 │ 6ce2f389987f468d79ae7a1e3f103be30b291b65 │
│ 2021-03-20 21:09:51 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FLAKY │ 21944 │ 7d5654218c74a8f648526a4cff3ae8978220130f │
│ 2021-03-21 06:10:12 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ ERROR │ 21942 │ 155ffd7d21ca972cb680052930024adfb4552cff │
│ 2021-03-21 06:10:12 │ test_distributed_respect_user_timeouts/test.py::te │ 2 │ FLAKY │ 21942 │ 155ffd7d21ca972cb680052930024adfb4552cff │
│ 2021-03-21 08:31:24 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21944 │ 3fba17c706408d39784a0f46dcc490c2de7fbbee │
│ 2021-03-21 15:29:27 │ test_distributed_respect_user_timeouts/test.py::te │ 17 │ FLAKY │ 19854 │ d36238ffcfe006f38cb6703f0f1c4333fc0af6ff │
│ 2021-03-21 16:07:55 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21948 │ fff110aa38c8af9d91682a34d79f21a47a47b632 │
│ 2021-03-21 17:39:44 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ FLAKY │ 21573 │ c5f918f198d55150f55b81722993a3bbca06fbdc │
│ 2021-03-21 18:55:20 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 21848 │ d248e6bd5614d262cd52c378cd4ad3818b3cdb07 │
│ 2021-03-21 20:28:27 │ test_distributed_respect_user_timeouts/test.py::te │ 17 │ FLAKY │ 0 │ 868766ac47b5ea2e6261c6860eb6f06375feba2e │
│ 2021-03-22 01:29:04 │ test_distributed_respect_user_timeouts/test.py::te │ 16 │ FLAKY │ 0 │ 0bad6adc489bfc321b7118d5332371afb551b23a │
│ 2021-03-22 03:40:02 │ test_distributed_respect_user_timeouts/test.py::te │ 18 │ FLAKY │ 21912 │ 1b1d425e426e0a88ff3911b9946e8725909ab595 │
│ 2021-03-22 03:46:38 │ test_distributed_respect_user_timeouts/test.py::te │ 1 │ ERROR │ 21912 │ 1b1d425e426e0a88ff3911b9946e8725909ab595 │
└───────────────────────┴────────────────────────────────────────────────────┴─────────┴─────────────┴─────────────────────┴──────────────────────────────────────────┘
263 rows in set. Elapsed: 11.324 sec. Processed 573.01 million rows, 66.48 GB (50.60 million rows/s., 5.87 GB/s.)
@azat
Copy link

azat commented Mar 23, 2021

SELECT
    if((toYYYYMMDD(check_start_time) AS key) = 20210317, '20210317 -- #21529 merged', toString(key)) AS k,
    countIf((test_status = 'FAILED') OR (test_status = 'FAIL') OR (test_status = 'ERROR')) AS failed,
    countIf(test_status = 'OK') AS ok
FROM checks
WHERE (test_name LIKE '%test_distributed_respect_user_timeouts%') AND (pull_request_number = 0) AND (check_start_time >= '2021-03-01 00:00:00')
GROUP BY key
ORDER BY key ASC

Query id: ae99a513-62f0-4151-a152-6f3b6286f611

┌─k─────────────────────────┬─failed─┬──ok─┐
│ 202103010400 │
│ 202103020208 │
│ 202103030512 │
│ 202103040160 │
│ 202103050240 │
│ 202103060272 │
│ 20210307064 │
│ 20210308048 │
│ 202103090432 │
│ 202103100416 │
│ 202103110656 │
│ 202103120560 │
│ 20210313096 │
│ 202103140432 │
│ 202103150416 │
│ 202103160304 │
│ 20210317 -- #21529 merged │     32 │ 272 │202103181175 │
│ 202103193280 │
│ 20210321031 │
│ 202103221376 │
└───────────────────────────┴────────┴─────┘
$ git oneline --since='2021-03-17' --until='2021-03-18' --merges 
b8a437c35a Merge pull request #21842 from HumanUser/master
e452596bc8 (upstream/pr/21569) Merge branch 'alexey-sm-DOCSUP-7099-translate-runningConcurrency' of https://github.com/lehasm/ClickHouse into alexey-sm-DOCSUP-7099-translate-runningConcurrency
0826004353 Merge branch 'master' into tavplubix-patch-1
04c957962f Merge pull request #21724 from azat/tests-replicated-merge-tree-zk-path
9018ad3979 Merge remote-tracking branch 'origin/aku/frame-formatting' into HEAD
2303f1788c Merge pull request #21807 from 3ldar-nasyrov/master
f51b41b7a4 Merge pull request #21710 from kssenii/replica-priorities
055a6563d7 Merge pull request #21739 from Enmk/optimize-deduplicate-by-docs
74a9249ae1 Merge pull request #20554 from gyuton/gyuton-DOCSUP-6074-Document_DETACH_TABLE_PERMAMENTLY
3a3f800f6e (upstream/pr/21824, upstream/pr/21823) Merge pull request #21579 from azat/dist-query-zero-shards-fix
4f1f344d4d Merge pull request #21529 from azat/system.errors-improvements
d02726bcac Merge pull request #9404 from Enmk/DateTime64_extended_range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment