Commit Graph

13 Commits

Author SHA1 Message Date
hosted-fornet
120fa2b4eb bump all process_lib deps to 5e1b94a 2023-12-05 22:14:43 -08:00
dr-frmr
98de8d3c82
fix test_runner deps 2023-12-05 19:00:33 -05:00
dr-frmr
94c934f67c
little cleanup 2023-12-05 13:37:33 -05:00
hosted-fornet
4844e840c0 remove commented-out code
the commented-out code relates to a speculative feature
that stores ALL KernelMessages in the tester so that tests can
access & assert against more than just whatever Response
they receive

e.g. if a test Request kicks off a chain of 10 Messages,
a test might grab those 10 & assert against some subset of
them; this is not possible unless we store all KernelMessages
somewhere & make them queryable

this is a speculative feature in that we don't have a specific
usecase in mind for it; it was commented-out for this reason
and because it led to significant performance issues (noticeable
slowdown of nodes)
2023-12-05 09:33:19 -08:00
hosted-fornet
2de6a10cd9 Merge branch 'v0.4.0' into hf/start-from-commandline
Conflicts:
      Cargo.lock
      modules/sqlite/sqlite/src/lib.rs
      src/http_server/mod.rs
      src/kernel/mod.rs
      src/main.rs
      src/types.rs
2023-11-30 17:16:37 -08:00
hosted-fornet
fdddd3636d add networked testing 2023-11-28 20:29:10 -08:00
hosted-fornet
0239d6c02a improve output 2023-11-27 19:13:58 -08:00
hosted-fornet
e0df3994a1 tester: get & store all Messages 2023-11-09 15:04:07 -08:00
hosted-fornet
6202cd2b6a tester: use process_lib git repo 2023-11-08 13:54:30 -08:00
hosted-fornet
1900bdbfb8 add tester, sqlite, key_value fixes 2023-11-07 14:43:52 -08:00
hosted-fornet
b5a5e31517 fix tester 2023-11-06 21:57:26 -08:00
hosted-fornet
b436fcb177 Merge branch 'main' into hf/start-from-commandline
Conflicts:
      src/types.rs
2023-11-06 21:14:38 -08:00
hosted-fornet
199e9587d4 add tester tweaks to get it working 2023-11-03 17:41:34 -07:00