mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 00:45:37 +01:00
shrinking: remove table assertions for non-dependent tables
This commit is contained in:
@@ -73,14 +73,16 @@ impl InteractionPlan {
|
||||
| Property::DropSelect { queries, .. } => {
|
||||
queries.clear();
|
||||
}
|
||||
Property::FsyncNoWait { tables, .. }
|
||||
| Property::FaultyQuery { tables, .. } => {
|
||||
tables.retain(|table| depending_tables.contains(table));
|
||||
}
|
||||
Property::SelectLimit { .. }
|
||||
| Property::SelectSelectOptimizer { .. }
|
||||
| Property::WhereTrueFalseNull { .. }
|
||||
| Property::UNIONAllPreservesCardinality { .. }
|
||||
| Property::FsyncNoWait { .. }
|
||||
| Property::ReadYourUpdatesBack { .. }
|
||||
| Property::TableHasExpectedContent { .. }
|
||||
| Property::FaultyQuery { .. } => {}
|
||||
| Property::TableHasExpectedContent { .. } => {}
|
||||
}
|
||||
}
|
||||
// Check again after query clear if the interactions still uses the failing table
|
||||
|
||||
Reference in New Issue
Block a user