File tree Expand file tree Collapse file tree 5 files changed +6
-2
lines changed
tests/cases/tm2eth/scripts Expand file tree Collapse file tree 5 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ MOCKAPP_PATH=mockapp-path
1515ICS20_PATH=ics20-path
1616
1717if [ " USE_FAKELOST-$USE_FAKELOST " = " USE_FAKELOST-yes" ]; then
18+ export DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_CHAIN_ibc1=" 10"
1819 export DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_PROVER_ibc1=" 10"
1920 export DEBUG_RELAYER_SHFU_WAIT_ibc0=" 20"
2021fi
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ RLY_BINARY=${SCRIPT_DIR}/../../../../build/yrly
1212RLY=" ${RLY_BINARY} --debug"
1313
1414if [ " USE_FAKELOST-$USE_FAKELOST " = " USE_FAKELOST-yes" ]; then
15+ export DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_CHAIN_ibc1=" 10"
1516 export DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_PROVER_ibc1=" 10"
1617 export DEBUG_RELAYER_SHFU_WAIT_ibc0=" 20"
1718fi
@@ -104,7 +105,7 @@ checkResult() {
104105 fi
105106
106107 # confirm dst chain is not upgrading
107- upg=$( $RLY query channel-upgrade $PATH_NAME ibc1)
108+ upg=$( env -u DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_CHAIN_ibc1 $RLY query channel-upgrade $PATH_NAME ibc1)
108109 if [ $( echo " $upg " | jq ' .fields|length' ) -ne 0 ]
109110 then
110111 echo " dst chain is still in the process of upgrade: $upg "
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ RLY_BINARY=${SCRIPT_DIR}/../../../../build/yrly
1010RLY=" ${RLY_BINARY} --debug"
1111
1212if [ " USE_FAKELOST-$USE_FAKELOST " = " USE_FAKELOST-yes" ]; then
13+ export DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_CHAIN_ibc1=" 10"
1314 export DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_PROVER_ibc1=" 10"
1415 export DEBUG_RELAYER_SHFU_WAIT_ibc0=" 20"
1516fi
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ RLY_BINARY=${SCRIPT_DIR}/../../../../build/yrly
1111RLY=" ${RLY_BINARY} --debug"
1212
1313if [ " USE_FAKELOST-$USE_FAKELOST " = " USE_FAKELOST-yes" ]; then
14+ export DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_CHAIN_ibc1=" 10"
1415 export DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_PROVER_ibc1=" 10"
1516 export DEBUG_RELAYER_SHFU_WAIT_ibc0=" 20"
1617fi
@@ -37,7 +38,6 @@ ${RLY} tx acks $PATH_NAME --dst-seqs 1
3738sleep ${TX_INTERVAL}
3839
3940echo " !!! ibc1 -> ibc0 !!!"
40- TX_INTERVAL=20
4141sendPacketOnEth $PATH_NAME
4242
4343sleep ${TX_INTERVAL}
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ RLY_BIN=${SCRIPT_DIR}/../../../../build/yrly
1616RLY=" ${RLY_BIN} --debug"
1717
1818if [ " USE_FAKELOST-$USE_FAKELOST " = " USE_FAKELOST-yes" ]; then
19+ export DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_CHAIN_ibc1=" 10"
1920 export DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_PROVER_ibc1=" 10"
2021 export DEBUG_RELAYER_SHFU_WAIT_ibc0=" 20"
2122fi
You can’t perform that action at this time.
0 commit comments