celestia-node icon indicating copy to clipboard operation
celestia-node copied to clipboard

fix: add teardown logic to clean up Docker networks in tastora tests

Open hawkadrian opened this issue 2 months ago • 0 comments

Fixes #4643

Adds proper teardown logic to tastora test suites to clean up Docker networks after test completion.

Changes:

  • Add Cleanup() method to Framework that stops all nodes and removes Docker network
  • Add TearDownSuite() methods to BlobTestSuite and E2ESanityTestSuite
  • Prevents accumulation of unused Docker networks (tastora-*)

hawkadrian avatar Oct 18 '25 19:10 hawkadrian