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

Remove async from unit tests - Closes #2834 #2868

Merged
merged 1 commit into from
Feb 13, 2019

Conversation

michielmulders
Copy link
Contributor

What was the problem?

Failing unit tests for database because of error error: relation "mem_round_snapshot" already exists.

How did I fix it?

Remove async from describe function callback as all tests are started in parallel while removing/creating this specific table. No need for async here.

How to test it?

Locally this does not happen.
Re-run Jenkins build for this branch.

Review checklist

@TeamCyberCrypto
Copy link

root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

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 this pull request may close these issues.

Fix intermittent test failure for database unit tests
4 participants