Results 29 issues of Yuyuan Yuan

- [x] Following up the discussion in https://github.com/eclipse-zenoh/zenoh/pull/949#issuecomment-2069005395 and fine-tune the cache. - [x] Move `cargo doc --test` to following the cargo check. It can save a few minutes in...

At first, I've tried with [skywalking-eyes](https://github.com/apache/skywalking-eyes) developed by Apache. But it turns out to be too slow to generate the header. Then [hawkeye](https://github.com/korandoru/hawkeye) from the [greptime](https://github.com/GreptimeTeam/greptimedb) was tested and ran...

### Describe the bug As titled. ### To reproduce ```bash cargo clippy --all-targets -p zenoh -- -D warnings ``` ```console error: unused import: `zenoh::prelude::r#async::*` --> zenoh/tests/liveliness.rs:15:5 | 15 | use...

bug

### Describe the bug Similar issue as #854. If we run examples under _zenoh-ext_ instead of workspace, then the default features of zenoh are missing to include. ### To reproduce...

bug

### Describe the bug REST plugin of 0.10.1-rc failed with get "@/**". Consider adding a test to cover this issue. ### To reproduce ```bash cargo build --bin zenohd cargo build...

bug

### Describe the feature We could speed up the CI checks by running the checks and tests in parallel as in zenoh rust.

### Describe the bug A new session creation hangs if a `PublicationCache` of another closed session is not dropped. ### To reproduce ```rust use config::ModeDependentValue; use zenoh_ext::SessionExt; use zenoh::prelude::r#async::*; #[tokio::main]...

bug

### Describe the bug ```console 2024-05-24T09:16:37.076191Z INFO main ThreadId(01) zenoh::net::runtime: Using ZID: c8fb696718026344604f9b074a3ff1e7 [ping] Started measuring for 5(s) [ping] RTT(us) p05: 93393, p50: 769794, p95: 1409960, avg: 763211.63 [ping] Recv...

bug

## Issue Description *bug report* Hi there! I encountered a problem that I believe it's already included since #313. Am I missing something? ### Describe what happened 1. git clone...

### Describe the bug When building zenoh-c with the latest Rust toolchain 1.80.0, it passed on main but failed on dev/1.0.0 with the following log ```console error: failed to run...

bug