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

Materialization tests fail #290

Closed
adzialocha opened this issue Mar 14, 2023 · 2 comments
Closed

Materialization tests fail #290

adzialocha opened this issue Mar 14, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@adzialocha
Copy link
Member

adzialocha commented Mar 14, 2023

failures:

---- materializer::service::tests::materialize_document_from_bus stdout ----
-------------- TEST START --------------
thread 'materializer::service::tests::materialize_document_from_bus' panicked at 'We expect that the document is `Some`', aquadoggo/src/materializer/service.rs:234:18

---- materializer::service::tests::materialize_update_document stdout ----
-------------- TEST START --------------
thread 'materializer::service::tests::materialize_update_document' panicked at 'assertion failed: `(left == right)`
  left: `String("panda")`,
 right: `String("panda123")`', aquadoggo/src/materializer/service.rs:409:13


failures:
    materializer::service::tests::materialize_document_from_bus
    materializer::service::tests::materialize_update_document
@adzialocha adzialocha added the bug Something isn't working label Mar 14, 2023
@adzialocha
Copy link
Member Author

adzialocha commented Mar 14, 2023

This fails reliably in our CI since we merged #285. On my computer I couldn't reproduce it yet.

@adzialocha
Copy link
Member Author

Increasing the timeout helps for now: 4b5d7c4 later we want some more elegant way to wait for the test to finish: #271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant