Skip to content

Commit

Permalink
Feat(#133): run e2e tests in parallel (#164)
Browse files Browse the repository at this point in the history
* feat: run e2e tests in paralell + refactor test setup

* fix: open handle issue

* fix: sequencer finalized tag test issue + clean l2.spec tests

* fix: refactor config structure

* fix: genesis path issue

* fix: pnpm lock file issue

* fix: make each test run concurrently

* fix: remove nested describes in tests

* fix: refactor coordinator tests + add global L2 traffic generation

* fix: change l2 genesis file for getting whale accounts + refactor utils function

* fix: refactor coordinator restart util function

* fix: remove conflation e2e tests

* fix: add environment variable in e2e test ci workflowk

* fix: coordinator restart test issue

* fix: instanciate account manager only once per test file

* fix: add restart option to zkbesu shomei and postman in docker compose file

* fix: remove getAndIncreaseFeeData function and unsed utils functions

* fix: increase messaging L2 to l1 timeout
  • Loading branch information
VGau authored Oct 15, 2024
1 parent bb78efe commit 215b60c
Show file tree
Hide file tree
Showing 46 changed files with 2,764 additions and 3,441 deletions.
2 changes: 2 additions & 0 deletions docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ services:
image: consensys/linea-postman:${POSTMAN_TAG:-5a6fdf3}
profiles: [ "l2", "debug" ]
platform: linux/amd64
restart: on-failure
depends_on:
sequencer:
condition: service_healthy
Expand Down Expand Up @@ -468,6 +469,7 @@ services:
sequencer:
condition: service_healthy
privileged: true
restart: always
user: root
ports:
- "8945:8545" # http
Expand Down
33 changes: 0 additions & 33 deletions e2e/env-setup/custom.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions e2e/env-setup/global-setup.ts

This file was deleted.

5 changes: 0 additions & 5 deletions e2e/env-setup/global-teardown.ts

This file was deleted.

19 changes: 0 additions & 19 deletions e2e/env-setup/global-test-env.ts

This file was deleted.

53 changes: 0 additions & 53 deletions e2e/env-setup/setup-dev.ts

This file was deleted.

81 changes: 0 additions & 81 deletions e2e/env-setup/setup-local-deploy.ts

This file was deleted.

92 changes: 0 additions & 92 deletions e2e/env-setup/setup-local.ts

This file was deleted.

62 changes: 0 additions & 62 deletions e2e/env-setup/setup-shadow.ts

This file was deleted.

Loading

0 comments on commit 215b60c

Please sign in to comment.