prysm icon indicating copy to clipboard operation
prysm copied to clipboard

TestStore_NoViableHead_Liveness Test Setup is Broken

Open nisdas opened this issue 1 year ago • 1 comments

Describe the bug

TestStore_NoViableHead_Liveness no longer passes on develop and fails:

=== RUN   TestStore_NoViableHead_Liveness
    assertions.go:37: process_block_test.go:1709 Values are not equal, want: [213 22 225 129 1 18 226 25 79 68 143 221 214 65 77 248 255 141 14 123 148 221 139 14 239 228 161 66 200 230 161 231] ([32]uint8), got: [181 252 111 34 208 147 200 24 18 11 249 188 101 219 23 102 171 125 115 227 61 242 232 100 193 161 222 136 86 86 140 91] ([32]uint8)
--- FAIL: TestStore_NoViableHead_Liveness (1.51s)

Has this worked before in a previous version?

This has worked before this PR:
https://github.com/prysmaticlabs/prysm/pull/13464

🔬 Minimal Reproduction

bazel test --test_filter=^TestStore_NoViableHead_Liveness$ -- //beacon-chain/blockchain:go_default_test

Error

=== RUN   TestStore_NoViableHead_Liveness
    assertions.go:37: process_block_test.go:1709 Values are not equal, want: [213 22 225 129 1 18 226 25 79 68 143 221 214 65 77 248 255 141 14 123 148 221 139 14 239 228 161 66 200 230 161 231] ([32]uint8), got: [181 252 111 34 208 147 200 24 18 11 249 188 101 219 23 102 171 125 115 227 61 242 232 100 193 161 222 136 86 86 140 91] ([32]uint8)
--- FAIL: TestStore_NoViableHead_Liveness (1.51s)


### Platform(s)

_No response_

### What version of Prysm are you running? (Which release)

ddb321e0ce2736455ec38ac8be365f007851ef4b

### Anything else relevant (validator index / public key)?

_No response_

nisdas avatar Feb 26 '24 14:02 nisdas