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

Flaky RPC test #1954

Open
Ifropc opened this issue Mar 12, 2025 · 0 comments
Open

Flaky RPC test #1954

Ifropc opened this issue Mar 12, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Ifropc
Copy link
Contributor

Ifropc commented Mar 12, 2025

What version are you using?

22.5.0

What did you do?

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

What did you expect to see?

Test pass

What did you see instead?

Test fails with fee limit exceeded

@Ifropc Ifropc added the bug Something isn't working label Mar 12, 2025
@github-project-automation github-project-automation bot moved this to Backlog (Not Ready) in DevX Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog (Not Ready)
Development

No branches or pull requests

1 participant