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
22.5.0
When running RPC test one of the tests is flaky:
---- integration::dotenv::can_read_file stdout ---- ℹ️ Simulating install transaction… ℹ️ Signing transaction: 5c434a675b26e283e64edd3b7b96b83dc4d4a099a21587ea580442dd9a85e3d9 🌎 Submitting install transaction… thread 'integration::dotenv::can_read_file' panicked at cmd/crates/soroban-test/tests/it/integration/util.rs:98:10: called `Result::unwrap()` on an `Err` value: Install(Rpc(TransactionSubmissionFailed("Some(\n TransactionResult {\n fee_charged: 186496,\n result: TxFailed(\n VecM(\n [\n OpInner(\n InvokeHostFunction(\n ResourceLimitExceeded,\n ),\n ),\n ],\n ),\n ),\n ext: V0,\n },\n)"))) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Test pass
Test fails with fee limit exceeded
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version are you using?
22.5.0
What did you do?
When running RPC test one of the tests is flaky:
What did you expect to see?
Test pass
What did you see instead?
Test fails with fee limit exceeded
The text was updated successfully, but these errors were encountered: