Skip to content

Commit b3764ad

Browse files
authored
Merge pull request #12733 from ethereum/perpetual-pools-fix-race-condition-due-to-hardhat-parallel-compilation
Workaround for a race condition in Perpetual Pools ext test due to parallel compilation on Hardhat 2.9.0
2 parents d118f21 + 3000846 commit b3764ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/externalTests/perpetual-pools.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ function perpetual_pools_test
6666
force_hardhat_unlimited_contract_size "$config_file" "$config_var"
6767
yarn install
6868

69+
# The project depends on @openzeppelin/hardhat-upgrades, which is currently not prepared
70+
# for the parallel compilation introduced in Hardhat 2.9.0.
71+
# TODO: Remove when https://github.com/OpenZeppelin/openzeppelin-upgrades/issues/528 is fixed.
72+
73+
6974
replace_version_pragmas
7075

7176
for preset in $SELECTED_PRESETS; do

0 commit comments

Comments
 (0)