sapling/eden/scm/lib/dag
Jun Wu d7cbb641ff dag: fix fuzz tests
Summary:
The fuzz tests need `TestContext::id_dag()`, which was removed by D20471712 (1fb5acf242).
Restore it so fuzz tests can run. This is mainly to check the new `range`
function.

The `range` fuzz test does find an issue caused by `>` written as `>=`
relatively quickly.

Reviewed By: sfilipco

Differential Revision: D23106176

fbshipit-source-id: e9540cc932503a9d54246d24c70bac829fcb13df
2020-08-21 13:00:45 -07:00
..
benches dag: improve segment building perf by using precalculated flat segments 2020-08-21 13:00:45 -07:00
bindag dag: fix fuzz tests 2020-08-21 13:00:45 -07:00
fuzz dag: fix fuzz tests 2020-08-21 13:00:45 -07:00
gitdag gitdag: crate to build segmented dag from git history 2020-08-21 13:00:45 -07:00
src dag: fix fuzz tests 2020-08-21 13:00:45 -07:00
Cargo.toml dag: add some tracing spans 2020-08-21 13:00:45 -07:00