-
Notifications
You must be signed in to change notification settings - Fork 333
/
Copy pathe2e_test_config.yml
119 lines (119 loc) · 3.78 KB
/
e2e_test_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
tests:
base: {}
bench_prover:
env:
HARDWARE_CONCURRENCY: '32'
COMPOSE_FILE: 'scripts/docker-compose-no-sandbox.yml'
DEBUG: 'aztec:benchmarks:*,aztec:sequencer,aztec:sequencer:*,aztec:world_state,aztec:merkle_trees'
command: './scripts/e2e_compose_test.sh bench_prover'
bench_publish_rollup:
env:
HARDWARE_CONCURRENCY: '32'
COMPOSE_FILE: 'scripts/docker-compose-no-sandbox.yml'
DEBUG: 'aztec:benchmarks:*,aztec:sequencer,aztec:sequencer:*,aztec:world_state,aztec:merkle_trees'
command: './scripts/e2e_compose_test.sh bench_publish_rollup'
bench_tx_size:
env:
HARDWARE_CONCURRENCY: '32'
COMPOSE_FILE: 'scripts/docker-compose-no-sandbox.yml'
DEBUG: 'aztec:benchmarks:*,aztec:sequencer,aztec:sequencer:*,aztec:world_state,aztec:merkle_trees'
command: './scripts/e2e_compose_test.sh bench_tx_size'
e2e_2_pxes: {}
e2e_account_contracts: {}
e2e_authwit: {}
e2e_avm_simulator: {}
e2e_blacklist_token_contract: {}
e2e_block_building: {}
e2e_bot: {}
e2e_aztec_js_browser:
use_compose: true
e2e_card_game: {}
e2e_cheat_codes: {}
e2e_cross_chain_messaging: {}
e2e_crowdfunding_and_claim: {}
e2e_deploy_contract: {}
e2e_devnet_smoke: {}
docs_examples:
use_compose: true
e2e_epochs: {}
e2e_escrow_contract: {}
e2e_fees_account_init:
test_path: 'e2e_fees/account_init.test.ts'
# TODO(https://github.com/AztecProtocol/aztec-packages/issues/9488): reenable
# e2e_fees_dapp_subscription:
# test_path: "e2e_fees/dapp_subscription.test.ts"
e2e_fees_failures:
test_path: 'e2e_fees/failures.test.ts'
e2e_fees_fee_juice_payments:
test_path: 'e2e_fees/fee_juice_payments.test.ts'
e2e_fees_gas_estimation:
test_path: 'e2e_fees/gas_estimation.test.ts'
e2e_fees_private_payments:
test_path: 'e2e_fees/private_payments.test.ts'
e2e_keys: {}
e2e_l1_with_wall_time: {}
e2e_lending_contract: {}
e2e_event_logs: {}
e2e_max_block_number: {}
e2e_multiple_accounts_1_enc_key: {}
e2e_nested_contract: {}
e2e_nft: {}
e2e_non_contract_account: {}
e2e_note_getter: {}
e2e_ordering: {}
e2e_outbox: {}
# TODO reenable in https://github.com/AztecProtocol/aztec-packages/pull/9727
# e2e_pending_note_hashes_contract: {}
e2e_private_voting_contract: {}
e2e_prover_coordination: {}
e2e_prover_fake_proofs:
test_path: 'e2e_prover/full.test.ts'
env:
FAKE_PROOFS: '1'
e2e_prover_full:
test_path: 'e2e_prover/full.test.ts'
env:
HARDWARE_CONCURRENCY: '32'
e2e_public_testnet: {}
e2e_pxe:
use_compose: true
e2e_sandbox_example:
use_compose: true
e2e_state_vars: {}
e2e_static_calls: {}
e2e_synching: {}
e2e_token_contract: {}
e2e_p2p_gossip:
test_path: 'e2e_p2p/gossip_network.test.ts'
e2e_p2p_upgrade_governance_proposer:
test_path: 'e2e_p2p/upgrade_governance_proposer.test.ts'
# https://github.com/AztecProtocol/aztec-packages/issues/9843
e2e_p2p_rediscovery:
test_path: 'e2e_p2p/rediscovery.test.ts'
e2e_p2p_reqresp:
test_path: 'e2e_p2p/reqresp.test.ts'
e2e_p2p_reex:
test_path: 'e2e_p2p/reex.test.ts'
flakey_e2e_tests:
test_path: './src/flakey'
ignore_failures: true
guides_dapp_testing:
use_compose: true
test_path: 'guides/dapp_testing.test.ts'
guides_sample_dapp:
use_compose: true
test_path: 'sample-dapp/index.test.mjs'
guides_sample_dapp_ci:
use_compose: true
test_path: 'sample-dapp/ci/index.test.mjs'
guides_up_quick_start:
use_compose: true
test_path: 'guides/up_quick_start.test.ts'
guides_writing_an_account_contract:
use_compose: true
test_path: 'guides/writing_an_account_contract.test.ts'
integration_l1_publisher:
use_compose: true
# https://github.com/AztecProtocol/aztec-packages/issues/10030
# uniswap_trade_on_l1_from_l2:
# use_compose: true