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

test failure: performance_test_basic_read_only_trxs (asserton build) #1253

Closed
greg7mdp opened this issue Mar 13, 2025 · 1 comment · Fixed by #1275, #1282 or #1292
Closed

test failure: performance_test_basic_read_only_trxs (asserton build) #1253

greg7mdp opened this issue Mar 13, 2025 · 1 comment · Fixed by #1275, #1282 or #1292
Assignees
Labels
👍 lgtm test-instability tag issues for flaky tests, high priority to address

Comments

@greg7mdp
Copy link
Contributor

https://github.com/AntelopeIO/spring/actions/runs/13814570273/job/38645386121

@greg7mdp greg7mdp changed the title test failure: performance_test_basic_read_only_trxs (asserton buile) test failure: performance_test_basic_read_only_trxs (asserton build) Mar 13, 2025
@bhazzard bhazzard added test-instability tag issues for flaky tests, high priority to address 👍 lgtm and removed triage labels Mar 13, 2025
@heifner
Copy link
Member

heifner commented Mar 25, 2025

One of the read-only trx ran out of time. This is a performance test scaled down to run on our ci/cd as a way of testing the performance harness. The fact that it failed and reported failure is exactly how it is suppose to work. Probably should just modify the test to run with 10 instead of 20 TPS.

              "format": "transaction ${id} was executing for too long ${billing_timer}us reached node configured max-transaction-time ${limit}us",
              "data": {
                "id": "d173943859a29c19b3081507f59420fe561c0619af7def6be5a01eb745a725e2",
                "billing_timer": 155344,
                "subjective": 0,
                "limit": 155000
              }

@heifner heifner self-assigned this Mar 25, 2025
@heifner heifner added this to the Spring v1.2.0-rc1 milestone Mar 25, 2025
@heifner heifner moved this from Todo to In Progress in Team Backlog Mar 25, 2025
@heifner heifner moved this from In Progress to Awaiting Review in Team Backlog Mar 25, 2025
heifner added a commit that referenced this issue Mar 26, 2025
Test: Reduce perf test number of read-only trx to reduce strain on ci/cd
@github-project-automation github-project-automation bot moved this from Awaiting Review to Done in Team Backlog Mar 26, 2025
heifner added a commit that referenced this issue Mar 28, 2025
[1.1.3] Test: Reduce perf test number of read-only trx to reduce strain on ci/cd
heifner added a commit that referenced this issue Mar 28, 2025
[1.1.3 -> main] Test: Reduce perf test number of read-only trx to reduce strain on ci/cd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment