mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-06-27 08:18:48 -04:00
1747ca6c3d
# Description of Changes This is an attempt at fixing a SIGABRT that sometimes happens when running the standalone integration tests. It's not clear exactly what causes it, however one thing that may have contributed to it was that previously the tests did not initiate a clean shutdown of the database. Some modules schedule repeating work in `init`, and it's not obvious to me that in flight operations will exit cleanly if we just drop all of the database/runtime handles at once. # API and ABI breaking changes N/A # Expected complexity level and risk 1 # Testing This is a testing fix.
⚠️ Internal Crate ⚠️
This crate is intended for internal use only. It is not stable and may change without notice.