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

CustomType tests occasionally fail with CannotResolveType #212

Open
jayvdb opened this issue Mar 18, 2024 · 0 comments
Open

CustomType tests occasionally fail with CannotResolveType #212

jayvdb opened this issue Mar 18, 2024 · 0 comments

Comments

@jayvdb
Copy link
Collaborator

jayvdb commented Mar 18, 2024

e.g. https://github.com/Electron100/butane/actions/runs/8320323805/job/22764866696

---- auto_pk_sqlite stdout ----
thread 'auto_pk_sqlite' panicked at butane_test_helper\src\lib.rs:194:59:
called `Result::unwrap()` on an `Err` value: CannotResolveType("CustomType(Frobnozzle)")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
...

https://github.com/Electron100/butane/actions/runs/8199686014/job/22425171195

---- basic_committed_transaction_sqlite stdout ----
connecting to :memory:
FsMigration { fs: OsFilesystem, root: "/home/runner/work/butane/butane/butane/.butane/migrations/current" }
error: test failed, to rerun pass `--test basic`
thread 'basic_committed_transaction_sqlite' panicked at butane_test_helper/src/lib.rs:186:59:
called `Result::unwrap()` on an `Err` value: CannotResolveType("CustomType(Point)")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I have also seen the problem locally a few times.

It appears to always happen when running basic.rs tests.

@jayvdb jayvdb changed the title tests occasionally fail with CannotResolveType CustomType tests occasionally fail with CannotResolveType Mar 18, 2024
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

1 participant