- Add BUILD.bazel across tidal, tidal-net, tidal-server, tidalctl for bzlmod build - Add tidal/ crate docs (README, CHANGELOG, CONTRIBUTING, AGENTS, CLAUDE, API, ARCHITECTURE) and ai-lookup reference - Add docker standalone/cluster/deploy images, compose, and prometheus config - Harden WAL (batch format, writer, dedup, diagnostics), text syncer/collectors, and vector registry - Expand tidalctl CLI and tests; restructure WAL/visibility integration test suites - Refine tidal-net transport/client/server and tidal-server cluster/scatter-gather
9 lines
573 B
Plaintext
9 lines
573 B
Plaintext
# Seeds for failure cases proptest has generated in the past. It is
|
|
# automatically read and these particular cases re-run before any
|
|
# novel cases are generated.
|
|
#
|
|
# It is recommended to check this file in to source control so that
|
|
# everyone who runs the test benefits from these saved cases.
|
|
cc 1be0bf7e15fffaae014cccaa5256d279c6add487401c18d2244bdffdad201283 # shrinks to entity_count = 1, signals_per_entity = 1, crash_after = 0
|
|
cc 956c88bc29c1d612ca40d9d8f66dd4dbcfda24ef9e3a274220e6a6b5421b0860 # shrinks to entity_count = 1, signals_per_entity = 4, crash_after = 3
|