scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
13 stars 11 forks source link

Allow bigger difference between timestamps in BasicsTests.Timestamps #73

Closed Gor027 closed 1 year ago

Gor027 commented 1 year ago

Increased the acceptable time difference between sequential inserts in BasicsTests.Timestamps test, cause it happens to fail on very slow machines like Github actions.

Pre-review checklist

Increased the acceptable time difference between sequential inserts in BasicsTests.Timestamps test, cause it happens to fail on very slow machines like Github actions.

avelanarius commented 1 year ago

I will re-run it a couple of times before merging.

avelanarius commented 1 year ago

As evidenced by https://github.com/scylladb/cpp-rust-driver/actions/runs/3129242901/jobs/5078086621, 150000 was still not enough. For the time being, I'll restart the integration test - this is not a priority thing to fix right now.