Tomoya Iwata
Tomoya Iwata
## Changes Previously, all tests shared same temporary file/directory, causing concurrency conflicts when running tests in multi-threaded. Resolved test concurrency issues by incorporating random strings into file/directory names. ## Reason...
### First-time contributors' checklist - [x] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) Corrected the...
*Issue #, if available:* The markdown regarding vsock was broken like in the image below  *Description of changes:* Fixed markdown to render correctly By submitting this pull request, I...
When executing the `Debug executable 'jwtui'` defined in the launch.json, the following error will occure. ``` Running `cargo build --bin=jwtui --package=jwtui --message-format=json`... error: package ID specification `jwtui` did not match...
When entering `POST collections/:collection_name/points/search` in the Web UI console, the documentation link is auto-completed, but this link is incorrect. The generated link is `https://api.qdrant.tech/api-reference/points/search-points`, but this page does not exist,...
In the previous implementation, it was necessary to adjust the timeout value every time a benchmark test added. By parametrizing the benchmark tests, the time required for each test becomes...