Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 While it's loading, feel free to check out the other repositories:

🔔 To get a notification when it's ready, leave your email here:

By entering your email, you agree to receive notifications and marketing-related emails

Filter by reset

482 results 7 ms in manticoresoftware/manticoresearch-buddy

Autosharding tests: Outage & Rebalancing

donhardmandonhardman · 2024-09-02 · 2 · #160

est::size_L

Ignore rebalancing when any part of the shards is missing. This one is not clear.

sanikolaevsanikolaev · 2024-08-27

Autosharding tests: Outage & Rebalancing

donhardmandonhardman · 2024-09-02 · 2 · #160

est::size_L

Ignore rebalancing when any part of the shards is missing. This one is not clear. Do not rebalance when we lost some shards, for example 5 clusers, 2 node dead, rf=2, we lost data, no need rebalancing

PavelShilin89PavelShilin89 · 2024-09-02

Improve table formatter approach

donhardmandonhardman · 2024-10-30 · 4 · #369

bug

Once done let's add CLT tests for these combinations: /cli + buddy query (various queries, e.g. SHOW and fuzzy) /cli + normal query /cli_json + buddy_query /sql + normal select query /sql + buddy select query /sql?mode=raw + normal query /sql?mode=raw + …

sanikolaevsanikolaev · 2024-10-23

Improve table formatter approach

donhardmandonhardman · 2024-10-30 · 4 · #369

bug

Implementation finished, but waiting for https://github.com/manticoresoftware/manticoresearch/issues/2680 to be resolved before we can test it in the easiest way possible.

donhardmandonhardman · 2024-10-25

Improve table formatter approach

donhardmandonhardman · 2024-10-30 · 4 · #369

bug

@Nick-S-2018 I have no idea, but after refactoring, something happened to Elastic-like queries. I tried to fix what I could, but I'm afraid I need help to take a look at this logic: 1) InsertQueryTest::testHTTPElasticInsertQueryOk /workdir/test/Buddy/ …

donhardmandonhardman · 2024-10-30

Improve table formatter approach

donhardmandonhardman · 2024-10-30 · 4 · #369

bug

I found and fixed the issue on my own, so we can proceed with tests

donhardmandonhardman · 2024-10-30

Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).

donhardmandonhardman · 2024-09-05 · 3 · #207

Can you provide an example of "changes to the cluster", so it's easier to implement the tests?

sanikolaevsanikolaev · 2024-02-08

Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).

donhardmandonhardman · 2024-09-05 · 3 · #207

We should NOT be able to perform next queries to protected cluster: ALTER CLUSTER <cluster_name> ADD <table_name> ALTER CLUSTER <cluster_name> DROP <table_name> DELETE CLUSTER <cluster_name>…

donhardmandonhardman · 2024-02-08

Development flow README

donhardmandonhardman · 2023-01-06 · 1 · #72

I've made minor changes in the text. Looks good to me, let's merge it.

sanikolaevsanikolaev · 2023-01-06

Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).

donhardmandonhardman · 2024-09-05 · 3 · #207

This is still blocked, cuz daemon does not implement "protected mechanism" for clusters.

donhardmandonhardman · 2024-09-05

Incorrect /cli requests hang

Nick-S-2018Nick-S-2018 · 2024-06-26 · 13 · #271

rel::6.3.2

@Nick-S-2018 pls update the changelog here https://docs.google.com/spreadsheets/d/1mz_3dRWKs86FjRF7EIZUziUDK_2Hvhd97G0pLpxo05s/edit?pli=1#gid=1102439133 too. The change you've made directly in the md file may be unexpectedly lost. We use the sheet to ease …

sanikolaevsanikolaev · 2024-05-28

"drop table if exists t; create table t" via /cli hangs

sanikolaevsanikolaev · 2024-06-26 · 8 · #275

bugrel::6.3.2

@Nick-S-2018 pls update the changelog here https://docs.google.com/spreadsheets/d/1mz_3dRWKs86FjRF7EIZUziUDK_2Hvhd97G0pLpxo05s/edit?pli=1#gid=1102439133

sanikolaevsanikolaev · 2024-05-28

Update PHP codestyle to the latest version

donhardmandonhardman · 2022-12-23 · 1 · #62

Cool! Let's merge

donhardmandonhardman · 2022-12-23

Incorrect handling of KNN query when using an int field for the vector

PavelShilin89PavelShilin89 · 2024-10-23 · 4 · #366

bug

Waiting for review https://github.com/manticoresoftware/manticoresearch-buddy/pull/371

djklim87djklim87 · 2024-10-09

Incorrect handling of KNN query when using an int field for the vector

PavelShilin89PavelShilin89 · 2024-10-23 · 4 · #366

bug

Blocked by https://github.com/manticoresoftware/manticoresearch-buddy/issues/372

djklim87djklim87 · 2024-10-11

Added support for DBeaver

Nick-S-2018Nick-S-2018 · 2024-05-29 · 3 · #294

After getting the latest version of the modified branch, I'm unable to reproduce the same issue that I encountered before. So I suppose it's working fine for the cases I've checked. 🔍

donhardmandonhardman · 2024-05-28

Incorrect handling of KNN query when using an int field for the vector

PavelShilin89PavelShilin89 · 2024-10-23 · 4 · #366

bug

fixed in https://github.com/manticoresoftware/manticoresearch/commit/8f0cc03688ea3105d241075f641a0dbac347f031

djklim87djklim87 · 2024-10-22

Incorrect handling of KNN query when using an int field for the vector

PavelShilin89PavelShilin89 · 2024-10-23 · 4 · #366

bug

Testing performed in PR - https://github.com/manticoresoftware/manticoresearch/pull/2682

PavelShilin89PavelShilin89 · 2024-10-23

No float_vector support in Auto schema

PavelShilin89PavelShilin89 · 2024-10-31 · 1 · #377

bug

We need to test if clt tests are passed correctly after we added support for float vector type values to auto schema. A branch with the fix is here: https://github.com/manticoresoftware/manticoresearch-buddy/tree/refs/heads/fix/autoschema_float_vector

Nick-S-2018Nick-S-2018 · 2024-10-30

Added functional tests handler and insert query test

Nick-S-2018Nick-S-2018 · 2022-12-20 · 1 · #50

We should also pass tests to get it merged.

donhardmandonhardman · 2022-12-16