Replace async @AfterEach ALTER...DELETE with @BeforeEach TRUNCATE TABLE executions — matches the convention used in ClickHouseExecutionStoreIT and peers. Env-slug isolation was already preventing cross-test pollution; this change is about hygiene and determinism (TRUNCATE is synchronous).