iGxnon

Results 14 issues of iGxnon

**Describe the bug** can't sign in with google. it keeps throwing a try again error. **To Reproduce** 1. Click Sign in with Google 2. Login 3. Throw the error ("The...

bug

Signed-off-by: iGxnon Please briefly answer these questions: * what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?) Add benchmark CI for...

run-benchmark

Please briefly answer these questions: * what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?) Command deduplication * what changes does...

Please briefly answer these questions: * what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?) - Change quick start - Fix...

Signed-off-by: iGxnon Please briefly answer these questions: * what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?) Fix the lock order...

Please briefly answer these questions: * what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?) Add a delay when publish *...

### Description about the feature ## Background Currently, our testing framework uses some bash scripts to start a cluster of containers and configure some network and other environments. https://github.com/xline-kv/Xline/blob/72f3cf9f0210c175ad36e77b4dedcdf39774a329/scripts/benchmark.sh#L88-L107 https://github.com/xline-kv/Xline/blob/72f3cf9f0210c175ad36e77b4dedcdf39774a329/scripts/benchmark.sh#L143-L150...

documentation
enhancement
Improvement

### Description about the bug The system will execute publishing to configure its information to the cluster after startup. However, this always fails after client reconstruction because the system has...

bug

### Description about the bug In testing, we extensively use sleep(...) to ensure that the Curp server has accomplished a certain task. `read_state.rs` ```rust #[tokio::test(flavor = "multi_thread")] #[abort_on_panic] async fn...

enhancement
help wanted

### Description about the bug The integration testing of the `xline` and `xline-client` crates may hang and cannot continue. It seems to be a deadlock issue. ### Version 0.6.1 (Default)...

bug