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 for logs #1190

Closed
abailly-iohk opened this issue Nov 30, 2023 · 3 comments
Closed

Flaky test for logs #1190

abailly-iohk opened this issue Nov 30, 2023 · 3 comments
Assignees

Comments

@abailly-iohk
Copy link
Contributor

See https://github.com/input-output-hk/hydra/actions/runs/5921828607/job/16054919032

tried to reproduce it locally and could not:

cabal test hydra-node --test-options="--match=dumps --seed=2015890346"

We think this issue is the same as for other flaky specs and might be related to resource management (stdout in this case).


This seems related and failed on not seeing something on the stdout:

https://github.com/input-output-hk/hydra/actions/runs/6108837064/job/16578863502?pr=1063


Some related failure: https://github.com/input-output-hk/hydra/actions/runs/6873918049/job/18694705282?pr=1163#step:5:1915

cabal test hydra-node --test-options=" --match "/Hydra.Logging/HydraLog/" --seed 646348875
@abailly-iohk
Copy link
Contributor Author

Could be fixed by #1188, need to check the given seeds

@abailly-iohk abailly-iohk self-assigned this Nov 30, 2023
@ch1bo
Copy link
Member

ch1bo commented Dec 1, 2023

Could be fixed by #1188, need to check the given seeds

I don't think so. This issue is about tests being flaky because some stdout is not seen. So it's likely not about the schema, but about how the tests are run.

@abailly-iohk
Copy link
Contributor Author

I think this issue is about 2 different things, including the problem of some seeds yielding errors from incomplete specifications. The last log in the description is such an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants