AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
116 stars 68 forks source link

Test Failure: performance_test_basic_read_only_trxs #1390

Closed heifner closed 1 year ago

heifner commented 1 year ago

https://github.com/AntelopeIO/leap/actions/runs/5522182153/jobs/10071545449?pr=1389

heifner commented 1 year ago

The set contract failed even though max_transaction_time set to 150ms. Closing for now and will continue to monitor. Need this to fail with debug logging enabled. Debug logging is enable on non-performance test tests.

heifner commented 1 year ago

Memory fix of double parse slows down setcode which causes this issue to happen more often. See https://github.com/AntelopeIO/leap/actions/runs/5534398612.

heifner commented 1 year ago

I thought tests were running with a genesis max_transaction_cpu_usage of 150ms. Turns out performance tests were while all other integration tests are using 475ms.