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

transport::cql_types_test::test_naive_date: called Option::unwrap() on a None value #991

Closed
juliayakovlev opened this issue Apr 25, 2024 · 4 comments

Comments

@juliayakovlev
Copy link

Scylla version: 5.5.0~dev
Rust driver version: v0.11.1

Test failure

transport::cql_types_test::test_naive_date

Stacktrace
Unique name: test_rust_1714047753_9
thread 'transport::cql_types_test::test_naive_date' panicked at scylla/src/transport/cql_types_test.rs:206:48:
called `Option::unwrap()` on a `None` value

Job: https://jenkins.scylladb.com/job/scylla-staging/job/yulia/job/staging-rust-driver-matrix/153/

Argus: https://argus.scylladb.com/test/bd78a051-9bdd-4f70-b554-b881cd3cf1b7/runs?additionalRuns[]=c50639c2-08d2-493f-84b0-b86b766589bb

@wprzytula
Copy link
Collaborator

This is caused by #917. The fix wasn't backported to 0.11.1, that's why the error persists.

@Lorak-mmk
Copy link
Collaborator

It's worth noting that it's strictly an issue in the tests - there is no bug in the driver itself.

@Lorak-mmk
Copy link
Collaborator

You can work around it by using older version of chrono: cargo update chrono --precise 0.4.31

@wprzytula
Copy link
Collaborator

@Lorak-mmk Can we close this? This is likely irrelevant to overwhelming majority of driver's users - those who are running tests are probably developping the driver, and they definitely develop it based on the newest version (not as ancient as 0.11.1).

@Lorak-mmk Lorak-mmk closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 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

3 participants