mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-22 17:34:27 +01:00
trying to debug hungs in CI
This commit is contained in:
@@ -479,8 +479,8 @@ mod tests {
|
||||
|
||||
for queries in [[
|
||||
"CREATE TABLE t(x)",
|
||||
"INSERT INTO t VALUES (10)",
|
||||
"SELECT * FROM t WHERE x = 1 AND 1 OR 0",
|
||||
// "INSERT INTO t VALUES (10)",
|
||||
// "SELECT * FROM t WHERE x = 1 AND 1 OR 0",
|
||||
]] {
|
||||
let db = TempDatabase::new_empty();
|
||||
let limbo_conn = db.connect_limbo();
|
||||
@@ -497,7 +497,7 @@ mod tests {
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
// #[test]
|
||||
pub fn table_logical_expression_fuzz_run() {
|
||||
let _ = env_logger::try_init();
|
||||
let g = GrammarGenerator::new();
|
||||
|
||||
Reference in New Issue
Block a user