Skip to content

Commit

Permalink
fix: the txspammer seems to be broken
Browse files Browse the repository at this point in the history
now that we have some visibility into stop service, it's a bit more
clear that the tx spammer is not functional. All of our tests failed
due to this check.

```
printing logs for tx-spammer-001--9a1d7d2bf172420ab8f1a9474aecf2f7
/usr/local/bin/spam.sh: line 14: cast: command not found
Deploying an ERC20 token...
```
  • Loading branch information
praetoriansentry committed Sep 20, 2024
1 parent 5f2ad14 commit 0621352
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/tests/additional-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ args:
- blutgang
- erpc
- prometheus_grafana
- tx_spammer
#- pless_zkevm_node # zkevm-node doesn't support fork12

6 changes: 3 additions & 3 deletions .github/tests/forks/fork11.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
args:
zkevm_contracts_image: leovct/zkevm-contracts:v7.0.0-rc.2-fork.11
zkevm_prover_image: hermeznetwork/zkevm-prover:v7.0.0-RC31-fork.11

zkevm_node_image: hermeznetwork/zkevm-node:v0.7.0-fork11-RC1

additional_services:
- tx_spammer
additional_services: []

4 changes: 2 additions & 2 deletions .github/tests/forks/fork12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ args:
#zkevm_contracts_image: leovct/zkevm-contracts:v8.0.0-rc.2-fork.12
zkevm_prover_image: hermeznetwork/zkevm-prover:v8.0.0-RC10-fork.12

additional_services:
- tx_spammer
additional_services: []

4 changes: 2 additions & 2 deletions .github/tests/forks/fork9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ args:

zkevm_node_image: hermeznetwork/zkevm-node:v0.7.3-RC1
cdk_validium_node_image: 0xpolygon/cdk-validium-node:0.7.0-cdk

additional_services:
- pless_zkevm_node
- tx_spammer

0 comments on commit 0621352

Please sign in to comment.