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
There is a low possibility the test case test_lock will fail. The error message has been pasted into Relevant log output
test_lock
Relevant log output
Run the command cargo test -p xline --test lock_test several times maybe reproduce this issue.
cargo test -p xline --test lock_test
0.1.0 (Default)
running 2 tests test test_lock ... FAILED test test_lock_timeout ... ok failures: ---- test_lock stdout ---- Error: GRpcStatus(Status { code: InvalidArgument, message: "lease error: lease 1679204913 already exists", metadata: MetadataMap { headers: {"content-type": "application/grpc", "date": "Sun, 19 Mar 2023 05:48:33 GMT", "content-length": "0"} }, source: None }) failures: test_lock test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.62s
The text was updated successfully, but these errors were encountered:
Resolve in #212
Sorry, something went wrong.
themanforfree
No branches or pull requests
Description about the bug
There is a low possibility the test case
test_lock
will fail. The error message has been pasted intoRelevant log output
Run the command
cargo test -p xline --test lock_test
several times maybe reproduce this issue.Version
0.1.0 (Default)
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: