Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

test_export_data_command.sh CI script hung #11189

Closed
anoadragon453 opened this issue Oct 27, 2021 · 2 comments · Fixed by #11190
Closed

test_export_data_command.sh CI script hung #11189

anoadragon453 opened this issue Oct 27, 2021 · 2 comments · Fixed by #11190

Comments

@anoadragon453
Copy link
Member

I had an instance of the test_export_data_command script running for 6h in CI before eventually being timed out: https://github.com/matrix-org/synapse/runs/4010916318?check_suite_focus=true

It looks like the script got to this line before simply stopping:

scripts/update_synapse_database --database-config .ci/sqlite-config.yaml --run-background-updates

Perhaps a case of Synapse failing to shut down properly?

Should we place a smaller timeout on (a part of) this script - which would fail the test, but without burning so much CI time - in the short term?

@squahtx
Copy link
Contributor

squahtx commented Oct 27, 2021

It seems to be fallout from #11177. We might need to do something to shut down the thread pool

@squahtx
Copy link
Contributor

squahtx commented Oct 27, 2021

I'll PR a fix

@DMRobertson DMRobertson linked a pull request Oct 27, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants