MinaFoundation / mina

Not the official repo. See https://github.com/MinaProtocol/mina
https://github.com/MinaProtocol/mina
Apache License 2.0
1 stars 0 forks source link

Several Integration tests failing against GCP #86

Open ejMina226 opened 1 year ago

ejMina226 commented 1 year ago

The block-prod-prio test seems to be failing. From the code it looks like this test might not be run and this failure could be the reason why. I need to check with O(1).

Also, the delegation, snarkyjs, zkapps, zkapps-nonce and zkapps-timing tests are failing for different reasons. This might just be a timeout.

ejMina226 commented 1 year ago

The block-prod-prio fails anyway and this is why it is excluded from running. I think it's because the terraform version was upgraded a while ago and it no longer allowed duplicate secrets, which this tests demands as multiple block-producers share the same account. There's a line in test_executive.sh which skips if this is the test name.

ejMina226 commented 1 year ago

The delegation test times out on the compatible branch. Interestingly, it is absent on the berkeley branch and develop branch. I wonder if it should even be included in this branch (and how it crept in).

ejMina226 commented 1 year ago

The zkapps and zkapps_nonce tests pass on berkeley and develop, so it looks as if there may be a problem. The zkapps-timing test failed but it passed most steps, it was just a timeout (it passed on develop).

ejMina226 commented 1 year ago

snarkyjs test fails on both.

ejMina226 commented 1 year ago

Need to rebase onto mf-develop and see if tests are still failing.