alpaylan
|
28ecb083e1
|
fix faulty Insert::Select generation within delete_select
|
2025-07-15 22:35:05 -04:00 |
|
alpaylan
|
9347e43dfc
|
clippy + fmt
|
2025-07-15 09:57:55 -04:00 |
|
alpaylan
|
9a921ed4b9
|
make the large table smaller
|
2025-07-15 09:56:27 -04:00 |
|
alpaylan
|
6b96789b6d
|
add random_expr for SELECT <expr>;
|
2025-07-14 18:48:02 -04:00 |
|
alpaylan
|
731e6e32e8
|
updates to the generator distribution
|
2025-07-14 01:27:01 -04:00 |
|
alpaylan
|
0b3fb2ecdd
|
Merge branch 'main' of https://github.com/tursodatabase/limbo
|
2025-07-13 11:10:52 -04:00 |
|
Jussi Saurio
|
a48b6d049a
|
Another post-rebase clippy round with 1.88.0
|
2025-07-12 19:10:56 +03:00 |
|
Nils Koch
|
1a91966c7e
|
fix clippy errors for rust 1.88.0 (manual fix)
|
2025-07-12 18:58:55 +03:00 |
|
Nils Koch
|
828d4f5016
|
fix clippy errors for rust 1.88.0 (auto fix)
|
2025-07-12 18:58:41 +03:00 |
|
Jussi Saurio
|
cb16301157
|
sim: return LimboError::Busy when busy, instead of looping forever
|
2025-07-12 10:24:49 +03:00 |
|
alpaylan
|
d99793ca2f
|
generate parenthesizes expressions by default
|
2025-07-11 11:08:35 -04:00 |
|
Mikaël Francoeur
|
ed2de42048
|
only output color on terminal
|
2025-07-11 10:57:01 -04:00 |
|
alpaylan
|
8917438f54
|
fix DISTINCT generation without --experimental-indexes
|
2025-07-11 03:44:03 -04:00 |
|
alpaylan
|
e28ad97ac7
|
cargo fmt and cargo clippy fixes
|
2025-07-11 03:35:32 -04:00 |
|
alpaylan
|
3a967f9127
|
remove rusqlite integrity check, sync generation with --experimental-indexes, move FaultyQuery to disabled by default
|
2025-07-11 03:35:02 -04:00 |
|
alpaylan
|
b98542d112
|
cargo fmt and cargo clippy fixes
|
2025-07-11 02:12:56 -04:00 |
|
alpaylan
|
65fe60ba57
|
fix the merge conflicts
|
2025-07-11 02:04:14 -04:00 |
|
alpaylan
|
8f46bbc77e
|
Merge branch 'main' of https://github.com/tursodatabase/limbo
|
2025-07-11 01:33:50 -04:00 |
|
alpaylan
|
489602b095
|
updates to the oracle implementations for differential and doublecheck, add integrity check to the end of the simulation, run cargo clippy --fix
|
2025-07-11 01:22:40 -04:00 |
|
alpaylan
|
a7b5a2c435
|
Merge branch 'main' of https://github.com/alpaylan/limbo
|
2025-07-09 00:14:24 -04:00 |
|
alpaylan
|
44a2fa60a3
|
add union all cardinality preservation, start generating INSERT INTO t SELECT... queries, add integrity checks to the end of run_simulation
|
2025-07-09 00:14:13 -04:00 |
|
echoumcp1
|
c5d719dafa
|
adding better shrinking and cli opts
|
2025-07-07 21:21:21 -04:00 |
|
alpaylan
|
75b86d1ae2
|
make the generation cheaper
|
2025-07-07 13:19:21 -04:00 |
|
alpaylan
|
f5d4429b04
|
reproduce very specific bug for https://github.com/tursodatabase/turso/issues/1991 with seed 13622105005141748081
|
2025-07-07 13:11:09 -04:00 |
|
pedrocarlo
|
d21a629cd9
|
rollback simulator table when we encounter a Rollback query
|
2025-07-07 13:37:51 -03:00 |
|
pedrocarlo
|
b85687658d
|
change instrumentation level to INFO
|
2025-07-07 11:53:45 -03:00 |
|
pedrocarlo
|
4639a4565f
|
change max_frame count only after wal sync in cacheflush
|
2025-07-07 11:53:45 -03:00 |
|
pedrocarlo
|
46f59e4f0f
|
add more instrumentation + add faults to shrunk plan
|
2025-07-07 11:53:45 -03:00 |
|
pedrocarlo
|
7c8737e292
|
do not shadow + continue the assertion on injected fault error
|
2025-07-07 11:53:45 -03:00 |
|
pedrocarlo
|
e32cc5e0d1
|
fix query shadowing in faulty query
|
2025-07-07 11:53:45 -03:00 |
|
pedrocarlo
|
711b1ef114
|
make all run_once be run under statement or connection so that rollback is called
|
2025-07-07 11:51:25 -03:00 |
|
pedrocarlo
|
897426a662
|
add error tracing to relevant functions + rollback transaction in step_end_write_txn + make move_to_root return result
|
2025-07-07 11:50:21 -03:00 |
|
pedrocarlo
|
5f9abb62c4
|
enable faulty query
|
2025-07-07 11:50:21 -03:00 |
|
Pekka Enberg
|
931a33642e
|
Merge 'add interactive transaction to property insert-values-select' from Pere Diaz Bou
Closes #1958
|
2025-07-07 14:29:02 +03:00 |
|
Pere Diaz Bou
|
f7c6d68435
|
fmt
|
2025-07-07 08:16:21 +00:00 |
|
Pere Diaz Bou
|
e34058c2d7
|
clippy
|
2025-07-07 10:14:40 +02:00 |
|
Jussi Saurio
|
ec939eaaa9
|
sim: add feature flags (indexes,mvcc) to CLI args
|
2025-07-07 10:27:15 +03:00 |
|
alpaylan
|
ea9c67a950
|
generate joins and unions
|
2025-07-07 02:54:48 -04:00 |
|
alpaylan
|
b0cf2ba92c
|
add paranthesis to the unary expression printer
|
2025-07-06 14:58:29 -04:00 |
|
alpaylan
|
2124cc41c0
|
enable indexes
|
2025-07-06 14:51:20 -04:00 |
|
alpaylan
|
0bce68b38d
|
wip: add joins to the select
|
2025-07-06 14:46:38 -04:00 |
|
Pere Diaz Bou
|
897f13c173
|
add interactive transaction to property insert-values-select
|
2025-07-04 15:50:46 +02:00 |
|
pedrocarlo
|
251926cd79
|
leave io faults and fsync query disabled by default
|
2025-06-30 12:36:26 -03:00 |
|
pedrocarlo
|
4a32f83bd0
|
add cli option to disable faulty query
|
2025-06-29 15:56:03 -03:00 |
|
pedrocarlo
|
119c537334
|
add FaultyQuery Property to inject fault in a query and then assert that it did not modify the database
|
2025-06-29 15:54:27 -03:00 |
|
pedrocarlo
|
b578f2249a
|
add FaultyQuery
|
2025-06-29 14:22:11 -03:00 |
|
pedrocarlo
|
ac34928d53
|
fix delete shadowing + build result rows from fsync query
|
2025-06-29 12:44:13 -03:00 |
|
pedrocarlo
|
fcabc18bbc
|
add description to property
|
2025-06-29 12:40:53 -03:00 |
|
pedrocarlo
|
2461b4eb46
|
fix shadowing and run a query after the fsync query to try to catch a problem with the WAL
|
2025-06-29 12:40:53 -03:00 |
|
pedrocarlo
|
684a23020d
|
add cli options to disable fsync property
|
2025-06-29 12:40:53 -03:00 |
|