AntelopeIO / reference-contracts

Other
9 stars 14 forks source link

Split system_tests suite #99

Closed linh2931 closed 3 months ago

linh2931 commented 3 months ago

eosio.system_tests suite contains a large number of tests. They cause Spring CICD libtester test to fail from time to time: https://github.com/AntelopeIO/spring/issues/254. Split the suite into smaller suites such that CICD can finish in time.

linh2931 commented 3 months ago

Close the issue as https://github.com/AntelopeIO/spring/pull/266 fixed the original system_tests timeout in Spring CICD.