We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
build_db_pool_for_tests
LazyCell
AsyncConnection::begin_test_transaction
DbPool::Conn
The text was updated successfully, but these errors were encountered:
Could be faster, but also probably not worth the effort, as the tests don't take that long. Federation tests are much slower anyway.
Sorry, something went wrong.
Test failures causing some subsequent tests to fail is a big enough inconvenience in my opinion
No branches or pull requests
build_db_pool_for_tests
function which:LazyCell
which runs migrations and maybe inserts stuff in the initialization functionAsyncConnection::begin_test_transaction
method, and returns it by wrapping it inDbPool::Conn
The text was updated successfully, but these errors were encountered: