You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keys_with_fitlters require a feature flag server_2_10. That is also the reason why they are separated, instead of one method taking interator of sorts.
are unit test working? I tried to run cargo test (both on the whole project and only on keys() and get errors.
running 1 testtest kv::keys ... FAILED
failures:
---- kv::keys stdout ----
thread 'kv::keys' panicked at nats-server/src/lib.rs:268:29:
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }note: run with `RUST_BACKTRACE=1` environment variable to display a backtracefailures: kv::keystest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 19 filtered out; finished in 0.01serror: test failed, to rerun pass `-p async-nats --test kv_tests`
Proposed change
Add two new methods:
keys_with_fitlters
require a feature flagserver_2_10
. That is also the reason why they are separated, instead of one method taking interator of sorts.https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-8.md?plain=1#L139
Reference ADR issue: nats-io/nats-architecture-and-design#289
Use case
nats-io/nats-architecture-and-design#289
Contribution
No response
The text was updated successfully, but these errors were encountered: