1 -209 > 212
[info] - transaction with too many inputs should be rejected *** FAILED ***
[info] 209 was not greater than 212 (ErgoTransactionSpec.scala:373)
Run B
1 -212 > 207
2 -224 > 202
3 -206 > 201
4 -234 > 201
5 -209 > 200
6 -209 > 217
[info] - transaction with too many inputs should be rejected *** FAILED ***
[info] 209 was not greater than 217 (ErgoTransactionSpec.scala:373)
re #2095
The unstable test is
property("transaction with too many inputs should be rejected") {
it is timing-related.
3 observations:
It looks like halving the
Timeout
should do it.Local Machine
v5.0.20
v5.0.4
v5.0.0
On CI
master (v5.0.20 +)
(halved the Timeout value)
using
"testOnly *ErgoTransactionSpec -- -z inputs"
using the full ci run
Run A
https://github.com/ergoplatform/ergo/actions/runs/8022318975/job/21916370871?pr=2120#step:5:8207
Run B