pnkfelix / krabcake

Umbrella repository for Krabcake experiments
Other
46 stars 1 forks source link

tests need to be in C *and* Rust during initial prototype phase #19

Open pnkfelix opened 1 year ago

pnkfelix commented 1 year ago

(spawned off of issue #18)

Until we have confidence that issues like #18 are not arising, we need to encode each basic test in C first and in Rust second.

pnkfelix commented 1 year ago

after having slept a bit... this requirement to have a significant set of tests in both places may be overkill.

A better middle ground will be to enable easy development of C-based tests; i.e., ensuring that all the Rust client requests have C equivalents, so that when oddities in a Rust-based test crop up, one of the available options for investigation should always be "Does the same problem arise in a C-based port of the test...?"