Fantom-foundation / Aida

Aida is a block-processing testing infrastructure for EVM-compatible chains.
GNU Lesser General Public License v3.0
4 stars 12 forks source link

Forward error using chanel #1093

Closed cabrador closed 2 months ago

cabrador commented 4 months ago

Description

This PR fixes data-race cause by writing into forwardErr created by different thread. go test -race ./cmd/aida-vm-adb -run TestVmAdb_ValidationDoesNotFailOnValidTransaction_Sequential

Type of change

wsodsong commented 2 months ago

@petr-hanzl , I'm closing this PR to avoid test blockage.