Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Flaky test] Windows test bgw_job_stat_history flaky because custom job crashes #6913

Open
mkindahl opened this issue May 13, 2024 · 0 comments
Labels
flaky-test Issue about a flaky test

Comments

@mkindahl
Copy link
Contributor

Which test is flaky?

bgw_job_stat_history

Since when has the test been flaky?

May 13, 2024

Link to the failed test run

https://github.com/timescale/timescaledb/actions/runs/9047405772/job/24859330937

Log output

diff -u /mnt/d/a/timescaledb/timescaledb/tsl/test/expected/bgw_job_stat_history.out /mnt/d/a/timescaledb/timescaledb/build_wsl/tsl/test/results/bgw_job_stat_history.out
--- /mnt/d/a/timescaledb/timescaledb/tsl/test/expected/bgw_job_stat_history.out	2024-05-12 00:26:28.902086000 +0000
+++ /mnt/d/a/timescaledb/timescaledb/build_wsl/tsl/test/results/bgw_job_stat_history.out	2024-05-12 00:38:37.287466100 +0000
@@ -187,13 +187,13 @@
 FROM timescaledb_information.job_history
 WHERE job_id >= 1000
 ORDER BY id, job_id;
- job_id | pid | proc_schema |    proc_name     | succeeded |   config   | sqlerrcode |   err_message    
---------+-----+-------------+------------------+-----------+------------+------------+------------------
+ job_id | pid | proc_schema |    proc_name     | succeeded |   config   | sqlerrcode |             err_message             
+--------+-----+-------------+------------------+-----------+------------+------------+-------------------------------------
    1001 | t   | public      | custom_job_error | f         |            | 22012      | division by zero
    1000 | t   | public      | custom_job_ok    | t         |            |            | 
    1001 | t   | public      | custom_job_error | f         |            | 22012      | division by zero
    1000 | t   | public      | custom_job_ok    | t         | {"foo": 1} |            | 
-   1001 | t   | public      | custom_job_error | f         | {"bar": 1} | 22012      | division by zero
+   1001 | t   | public      | custom_job_error | f         |            |            | job crash detected, see server logs
 (5 rows)

Reason for flakiness

No response

@mkindahl mkindahl added the flaky-test Issue about a flaky test label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issue about a flaky test
Projects
None yet
Development

No branches or pull requests

1 participant