prysm-pulse/testing/endtoend
Nishant Das d639a26bbe
Fix E2E Flakes (#12074)
* fix flakes

* make it longer

* make it less to prevent triggering of other issues

---------

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2023-03-07 04:15:51 +00:00
..
components Store Blinded Beacon Blocks by Default for New Prysm Databases (#11591) 2023-03-01 00:07:23 +00:00
evaluators Fix Scenario Test Failures (#12056) 2023-02-28 23:21:15 +08:00
helpers Capella E2E (#11951) 2023-02-10 14:19:15 +08:00
params Fix E2E Flakes (#12074) 2023-03-07 04:15:51 +00:00
policies Capella E2E (#11951) 2023-02-10 14:19:15 +08:00
static-files/eth1 Start chain from bellatrix state (#11746) 2022-12-14 07:13:49 +08:00
types Add Support For Multiclient E2E in Capella (#11989) 2023-02-14 13:05:54 -06:00
BUILD.bazel E2E from Phase0 or Bellatrix (#11802) 2022-12-21 04:43:29 +00:00
component_handler_test.go Raise the max grpc message size to a very large value by default (#12072) 2023-03-02 19:04:58 +00:00
deps.bzl Update Deps For Capella (#12067) 2023-03-02 03:31:41 +00:00
endtoend_setup_test.go Add Support For Multiclient E2E in Capella (#11989) 2023-02-14 13:05:54 -06:00
endtoend_test.go Fix Scenario Test Failures (#12056) 2023-02-28 23:21:15 +08:00
fork.go E2E from Phase0 or Bellatrix (#11802) 2022-12-21 04:43:29 +00:00
geth_deps.go Move EndtoEnd Tests to Testing/ Folder (#9586) 2021-09-15 14:42:05 +00:00
lighthouse.BUILD Multiclient E2E With Lighthouse (#10020) 2022-02-02 19:13:52 +00:00
mainnet_e2e_test.go Shift Multiclient E2E to Post-Submit (#11811) 2023-01-05 02:39:28 +00:00
mainnet_scenario_e2e_test.go Shift Multiclient E2E to Post-Submit (#11811) 2023-01-05 02:39:28 +00:00
minimal_e2e_test.go E2E from Phase0 or Bellatrix (#11802) 2022-12-21 04:43:29 +00:00
minimal_scenario_e2e_test.go Fix Scenario Test Failures (#12056) 2023-02-28 23:21:15 +08:00
minimal_slashing_e2e_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
README.md Add link to e2e docs in README (#10672) 2022-05-10 14:16:40 +00:00
slasher_simulator_e2e_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
web3signer.BUILD e2e: Add web3signer component (#10088) 2022-01-19 16:22:23 +00:00

End-to-end Testing Package

This is the main project folder of the end-to-end testing suite for Prysm. This performs a full end-to-end test for Prysm, including spinning up an ETH1 dev chain, sending deposits to the deposit contract, and making sure the beacon node and its validators are running and performing properly for a few epochs. It also performs a test on a syncing node, and supports feature flags to allow easy E2E testing of experimental features.

How it works

Please see our docs page, https://docs.prylabs.network/docs/devtools/end-to-end, to read more about the feature.