Amend 08-wasm tests to only invoke SetupTest once. #5980
Labels
08-wasm
testing
Testing package and unit/integration tests
type: refactor
Architecture, code or CI improvements that may or may not tackle technical debt.
In the current flow for the 08-wasm tests,
SetupTest
is invoked once during start-up of a given test and once more manually in the loop through the test cases.We should be able to tweak these to only invoke
SetupTest
once and then, if a subtest requires cleanup/customization useTearDownSubTest
/SetupSubTest
which are invoked duringsuite.Run
.We could then remove the added random string appended to the wasm home dir (since we should be able to guarantee only a single app is init'ed).
Note: this could apply for other tests but haven't given a thorough look.
For Admin Use
The text was updated successfully, but these errors were encountered: