Commit 69c9872
chore: delete legacy functional-tests directory (STR-2085) (#1581)
* chore: delete legacy functional-tests directory (STR-2085)
Remove the entire functional-tests/ directory. All valuable tests have been
migrated to functional-tests-new/ or their invariants tracked in JIRA/Notion.
Sync tests: added test_sync_genesis to functional-tests-new. Fullnode lag
restart test deferred — fullnode sync not yet implemented in new strata binary
(tracked in STR-2091).
Also:
- Fix bug in strata_seq_fullnode.py: pass genesis_l1.blk.height (int) not
GenesisL1View object to create_node()
- Delete .github/workflows/functional.yml (legacy test workflow)
- Update test-coverage.yml, main-eest.yml, dependabot.yml, CODEOWNERS
- Update AGENTS.md, README.md, CONTRIBUTING.md references
* chore: rename functional-tests-new/ to functional-tests/ (STR-2085)
Now that the legacy functional-tests/ directory is deleted, drop the
-new suffix. Updates all references across CI workflows, justfile,
CODEOWNERS, Dockerfile, docs, and .dockerignore.
* chore: exclude functional-tests/_dd from taplo formatting
Test run data directory contains generated TOML files that should not
be linted.
* chore: clean up stray references after functional-tests rename (STR-2085)
- CODEOWNERS: drop fn_*.py and constants.py patterns that match nothing
in the new layout.
- dependabot.yml: restore the uv ecosystem entry for functional-tests/.
It was dropped with the legacy delete, but the path is unchanged after
the rename so the new framework still needs Python dependency updates.
- functional.yml: filter the coverage-instrumented cargo build to the
binaries the new tests actually use, and update the which assertion
from strata-client to strata.
- FUNCTIONAL_TEST_MIGRATION_STATUS.md: delete the migration tracking
doc now that the legacy tree is gone.
* fix: move btcio tests missed during functional-tests rename (STR-2085)
The btcio tests (added by PR #1451) were added to main after the rename
commit was written. The rebase didn't capture them, leaving orphaned
tracked files under functional-tests-new/tests/btcio/.
---------
Co-authored-by: Jose Storopoli <jose@storopoli.com>1 parent 6dcc0fb commit 69c9872
176 files changed
Lines changed: 1727 additions & 10240 deletions
File tree
- .github
- workflows
- functional-tests-new
- tests
- functional-tests
- common
- config
- rpc_types
- services
- contracts
- docker
- envconfigs
- envs
- factories
- factory
- load
- reth
- mixins
- perf
- tests
- alpen_client
- ee_da
- precompiles
- btcio
- checkpoint
- dbtool
- evm
- ol_isolated
- strata
- sync
- utils
- wait
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 81 | | |
91 | 82 | | |
92 | 83 | | |
| |||
This file was deleted.
0 commit comments