Skip to content

Commit

Permalink
chore: remove calibration & integration tests from v3
Browse files Browse the repository at this point in the history
We've now been using v4 for quite a while and v3 should be covered by
the conformance tests (i.e., tests against actual messages that have
landed on mainnet). So I'm removing the integration tests (and gas
calibration tests) as I did in v2 long ago.

Removing these tests makes it easier to backport changes & refactors
from v4 (and beyond).
  • Loading branch information
Stebalien committed Nov 22, 2024
1 parent d60c741 commit 492b7fa
Show file tree
Hide file tree
Showing 177 changed files with 179 additions and 44,594 deletions.
1,669 changes: 179 additions & 1,490 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ members = [
"sdk",
"shared",
"testing/conformance",
"testing/integration",
"testing/calibration/shared",
"testing/test_actors",
"testing/test_actors/actors/*",
"tools/fvm-bench",
]

[workspace.package]
Expand Down
1 change: 0 additions & 1 deletion testing/calibration/.gitignore

This file was deleted.

70 changes: 0 additions & 70 deletions testing/calibration/Makefile

This file was deleted.

68 changes: 0 additions & 68 deletions testing/calibration/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions testing/calibration/measurements/scripts/observations.plt

This file was deleted.

32 changes: 0 additions & 32 deletions testing/calibration/measurements/scripts/observations.sh

This file was deleted.

9 changes: 0 additions & 9 deletions testing/calibration/measurements/scripts/overall.plt

This file was deleted.

33 changes: 0 additions & 33 deletions testing/calibration/measurements/scripts/overall.sh

This file was deleted.

15 changes: 0 additions & 15 deletions testing/calibration/shared/Cargo.toml

This file was deleted.

102 changes: 0 additions & 102 deletions testing/calibration/shared/src/lib.rs

This file was deleted.

2 changes: 0 additions & 2 deletions testing/conformance/measurements/.gitignore

This file was deleted.

Loading

0 comments on commit 492b7fa

Please sign in to comment.