SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Adds a test to ensure that dropping a table is transactional

Open cloutiertyler opened this issue 1 year ago • 1 comments

Description of Changes

This adds a test to ensure that dropping a table is transactional and can be rolled back.

This is currently failing and should be made to pass.

API and ABI breaking changes

If this is an API or ABI breaking change, please apply the corresponding GitHub label.

Expected complexity level and risk

How complicated do you think these changes are? Grade on a scale from 1 to 5, where 1 is a trivial change, and 5 is a deep-reaching and complex change.

1

cloutiertyler avatar Feb 19 '24 01:02 cloutiertyler

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 03 '25 18:05 CLAassistant

I've updated the tests here to compile with the latest master and I've cherry-picked the tests over to https://github.com/clockworklabs/SpacetimeDB/pull/2685 which make the tests pass.

Centril avatar May 08 '25 09:05 Centril