feat: implemented multithreaded hnsw build - #174
Open
glookka wants to merge 3 commits into
Open
GitHub Actions / Linux debug test results
failed
May 24, 2026 in 0s
1 fail, 13 skipped, 521 pass in 16m 14s
8 files 8 suites 16m 14s ⏱️
535 tests 521 ✅ 13 💤 1 ❌
549 runs 535 ✅ 13 💤 1 ❌
Results for commit 8709e3a.
Annotations
Check warning on line 0 in this/_deps/manticore-build/test
github-actions / Linux debug test results
col_481 -- ALTER TABLE settings with auto-embeddings (this/_deps/manticore-build/test) failed
build/junit_tests_379_and_on.xml [took 0s]
Raw output
Failed (1)
cd /__w/columnar/columnar/build/_deps/manticore-src/test
/usr/bin/php8.1 ubertest.php -b "/__w/columnar/columnar/build/_deps/manticore-build/src/" -t "/__w/columnar/columnar/build/_deps/manticore-build/test/" -tt "/__w/columnar/columnar/build/_deps/manticore-build/test/" --ctest -u test --strict-verbose --no-demo --rt --ignore-weights --columnar t 481
PERFORMING AUTOMATED TESTING
testing test_481, ALTER TABLE settings with auto-embeddings... 1/1testing test_481, ALTER TABLE settings with auto-embeddings... done; 1/1 subtests FAILED:
subtest 1: query results mismatch; see /__w/columnar/columnar/build/_deps/manticore-build/test/col_481/report.txt
--------------Test report:------------
==== Run 1 ====
Settings:
/* regression: ALTER TABLE with settings fails for tables with auto-embeddings (issue #4131) */
sphinxql-1> create table test_auto_embed ( f text, v FLOAT_VECTOR KNN_TYPE='hnsw' HNSW_SIMILARITY='l2' MODEL_NAME='sentence-transformers/all-MiniLM-L6-v2' FROM='f' );
ERROR 1064: error adding table 'test_auto_embed': directory is not empty: /__w/columnar/columnar/build/_deps/manticore-build/test/data/data0/test_auto_embed
sphinxql-2> insert into test_auto_embed (id, f) values (1, 'test document');
ERROR 1064: table 'test_auto_embed' absent
sphinxql-3> select * from test_auto_embed;
ERROR 1064: unknown local table(s) 'test_auto_embed' in search request
sphinxql-4> show create table test_auto_embed;
ERROR 1146: no such table 'test_auto_embed'
/* Test ALTER TABLE with various full-text settings */
sphinxql-5> alter table test_auto_embed html_strip='1';
ERROR 1064: table 'test_auto_embed' is not found, or not real-time
sphinxql-6> show create table test_auto_embed;
ERROR 1146: no such table 'test_auto_embed'
sphinxql-7> insert into test_auto_embed (id, f) values (2, 'another test');
ERROR 1064: table 'test_auto_embed' absent
sphinxql-8> select * from test_auto_embed;
ERROR 1064: unknown local table(s) 'test_auto_embed' in search request
sphinxql-9> alter table test_auto_embed index_sp='1';
ERROR 1064: table 'test_auto_embed' is not found, or not real-time
sphinxql-10> show create table test_auto_embed;
ERROR 1146: no such table 'test_auto_embed'
sphinxql-11> alter table test_auto_embed index_zones='h*';
ERROR 1064: table 'test_auto_embed' is not found, or not real-time
sphinxql-12> show create table test_auto_embed;
ERROR 1146: no such table 'test_auto_embed'
sphinxql-13> drop table test_auto_embed;
ERROR 1064: DROP TABLE failed: unknown table 'test_auto_embed'
SUBTEST FAILED, RESULTS ARE DIFFERENT FROM THE REFERENCE:
Run settings:
=== query 1 diff start ===
--- reference 2026-05-24 15:14:44.248919783 +0000
+++ current 2026-05-24 15:14:44.248919783 +0000
@@ -1,3 +1,3 @@
sphinxql-1> create table test_auto_embed ( f text, v FLOAT_VECTOR KNN_TYPE='hnsw' HNSW_SIMILARITY='l2' MODEL_NAME='sentence-transformers/all-MiniLM-L6-v2' FROM='f' );
-Query OK, 0 rows affected
+ERROR 1064: error adding table 'test_auto_embed': directory is not empty: /__w/columnar/columnar/build/_deps/manticore-build/test/data/data0/test_auto_embed
=== query 1 diff end ===
=== query 2 diff start ===
--- reference 2026-05-24 15:14:44.250919826 +0000
+++ current 2026-05-24 15:14:44.250919826 +0000
@@ -1,3 +1,3 @@
sphinxql-2> insert into test_auto_embed (id, f) values (1, 'test document');
-Query OK, 1 rows affected
+ERROR 1064: table 'test_auto_embed' absent
=== query 2 diff end ===
=== query 3 diff start ===
--- reference 2026-05-24 15:14:44.252919868 +0000
+++ current 2026-05-24 15:14:44.252919868 +0000
@@ -1,5 +1,3 @@
sphinxql-3> select * from test_auto_embed;
- id f v
- 1 test document -0.04151651,0.09282155,-0.05712181,0.05036595,0.00843864,-0.04833879,-0.05042762,0.06708161,-0.01108303,0.02363188,0.06090306,0.01147879,0.02814739,-0.01768794,-0.02235429,-0.05563800,-0.01398692,-0.03110127,0.02045665,0.05278189,0.00463081,0.01316844,0.00775716,0.00284691,-0.02182202,0.03900830,-0.06144991,-0.00538519,0.01575791,-0.05798697,0.06881321,0.00540581,0.02567521,0.02855397,0.11350386,-0.01401968,0.03636365,-0.04553532,0.03717884,0.03936062,-0.03781772,-0.09095327,-0.00347042,0.03680356,0.04622133,-0.00443641,-0.02722426,0.03766271,-0.00795663,0.02745043,-0.05388094,-0.05025372,-0.03985753,-0.03361329,-0.02193121,0.03465693,0.05196762,-0.00198822,-0.04165533,-0.01660061,0.00697017,-0.00299637,-0.05220712,0.03721003,0.01595091,0.05677040,-0.03545034,0.02013062,-0.00882704,-0.06031128,-0.08403206,0.02229603,0.06793710,0.06557794,0.04703201,-0.02124887,-0.03752044,-0.08843781,0.05561602,-0.06166825,-0.03824311,-0.05497064,0.02156661,0.02687263,0.01527290,0.09731455,0.13584064,0.05050974,-0.03192076,0.02361045,0.03877071,-0.02694750,-0.03200066,0.01064014,-0.04665241,0.05324271,0.03917544,-0.02967853,0.08852439,0.13960211,0.04795552,-0.00554295,0.05553145,-0.02624442,-0.07962783,-0.02694748,0.03867640,-0.09668564,0.07904147,-0.06172008,0.00820158,-0.04587492,-0.11068999,-0.04733647,-0.00561699,-0.10078406,-0.01540430,-0.01549482,-0.06109702,0.04242542,0.04653181,0.02516884,-0.02845922,-0.02991115,-0.00493068,0.01572420,0.10992081,-0.00000000,-0.00273097,-0.09079350,-0.05221495,0.11833946,-0.00091798,0.00472120,0.03506171,0.09499753,-0.08932685,0.01678262,0.02956863,-0.01682666,-0.00060641,0.04136515,-0.00630401,0.08389934,-0.05221621,0.03525314,-0.02049625,0.00576543,0.01346825,-0.08310001,0.01821580,-0.02612343,-0.02971596,0.02982461,-0.00235584,-0.01908955,-0.04423482,-0.01820723,-0.01118975,-0.01995188,-0.069458,0.01700917,-0.01878264,0.08593713,-0.00851922,-0.00696568,-0.02876659,0.01049932,-0.07249118,-0.01660795,0.12188945,0.02894537,0.02947711,-0.02471729,-0.04446882,-0.01668544,0.10434774,-0.01306296,-0.03506685,0.04779993,-0.02460337,-0.01318561,0.03409535,0.04549002,-0.00871120,0.01034604,0.03134415,0.02206183,0.00292923,0.04851756,-0.02542727,0.06226978,-0.03493130,-0.05588325,-0.05870732,-0.09592489,0.11711734,-0.01389758,-0.01911684,-0.07078794,-0.00697699,-0.04979282,0.00257394,-0.01422175,0.02723817,0.02951050,-0.09444816,-0.07034828,0.05694875,-0.05737074,0.00573138,-0.05120349,-0.01031339,0.00577122,0.00015808,-0.06131910,0.01931077,-0.09240788,0.04976291,0.05189783,-0.05638136,-0.04793940,0.18009733,0.00000000,0.02421979,-0.00887861,-0.06785879,0.11472050,0.02844366,0.02523993,0.08752147,0.01062414,-0.07159940,0.04582144,0.04891840,-0.03756025,-0.00267023,0.00257451,-0.04376524,-0.02080038,-0.03929977,-0.04846243,0.00895584,0.01132202,-0.10510702,0.02137129,0.06700403,-0.00732860,-0.00967806,-0.02269319,0.00974633,-0.07887044,-0.02479694,-0.00582353,0.02946624,0.05147395,-0.05797116,0.10898084,0.08719212,-0.07734987,0.13392498,-0.01364300,0.01963783,0.07076668,0.05991691,0.07971467,0.01896294,-0.01648660,-0.02420636,0.07057691,0.03359000,-0.02639678,0.07104941,0.00907722,-0.00806088,-0.01656595,0.04358852,-0.09389308,-0.04422211,0.01417168,-0.06413972,-0.04182620,-0.03867235,0.08138452,-0.02121824,0.07790127,0.01334440,0.07849956,-0.04197552,-0.09589118,-0.06826779,0.02693186,-0.02760959,0.05620860,-0.07705360,-0.02449747,0.01947571,-0.04183377,0.11207823,-0.02856496,-0.05319929,-0.04130250,0.00488010,-0.03287828,0.10520226,0.02497919,-0.07224233,0.04818304,0.01730815,0.04203698,0.02488761,0.02084956,-0.04804040,-0.00305583,0.01313262,0.07914829,-0.00193006,-0.00594607,-0.01785477,-0.00000001,-0.07007450,-0.02529212,0.02633813,-0.02890232,-0.08275318,0.01572123,0.01422321,-0.02046936,-0.06459925,-0.04645649,0.02498705,-0.06146009,-0.02799285,0.02744848,-0.02060288,-0.05221517,0.02886128,-0.03138139,-0.01220470,0.02969586,0.00478968,0.02255176,0.03600145,0.05740875,-0.02365921,0.08433913,0.04475499,0.06433879,-0.00091141,-0.06581368,0.08024814,0.05134649,-0.04527558,-0.02253291,0.07817625,0.10523035,0.04943437,0.06270639,0.00767513,0.04430646,-0.05256967,0.01687576,-0.02673389,-0.05412079,0.02184180,-0.08831199,-0.06066119,-0.07448618,-0.02632534,-0.09606558,-0.03302029,-0.05365494,0.02889824,0.02532543,-0.04476150,0.00102942,0.09260711,0.01971652,-0.07213895,0.01037443,0.08346064,0.06844548,0.03723582,-0.02143694
-1 rows in set
+ERROR 1064: unknown local table(s) 'test_auto_embed' in search request
=== query 3 diff end ===
=== query 4 diff start ===
--- reference 2026-05-24 15:14:44.254919910 +0000
+++ current 2026-05-24 15:14:44.254919910 +0000
@@ -1,9 +1,3 @@
sphinxql-4> show create table test_auto_embed;
- Table Create Table
- test_auto_embed CREATE TABLE test_auto_embed (
-id bigint,
-f text,
-v float_vector knn_type='hnsw' hnsw_similarity='L2' model_name='sentence-transformers/all-MiniLM-L6-v2' from='f' api_timeout='10'
-)
-1 rows in set
+ERROR 1146: no such table 'test_auto_embed'
=== query 4 diff end ===
=== query 5 diff start ===
--- reference 2026-05-24 15:14:44.255919931 +0000
+++ current 2026-05-24 15:14:44.255919931 +0000
@@ -1,3 +1,3 @@
sphinxql-5> alter table test_auto_embed html_strip='1';
-Query OK, 0 rows affected
+ERROR 1064: table 'test_auto_embed' is not found, or not real-time
=== query 5 diff end ===
=== query 6 diff start ===
--- reference 2026-05-24 15:14:44.257919974 +0000
+++ current 2026-05-24 15:14:44.257919974 +0000
@@ -1,9 +1,3 @@
sphinxql-6> show create table test_auto_embed;
- Table Create Table
- test_auto_embed CREATE TABLE test_auto_embed (
-id bigint,
-f text,
-v float_vector knn_type='hnsw' hnsw_similarity='L2' model_name='sentence-transformers/all-MiniLM-L6-v2' from='f' api_timeout='10'
-) html_strip='1'
-1 rows in set
+ERROR 1146: no such table 'test_auto_embed'
=== query 6 diff end ===
=== query 7 diff start ===
--- reference 2026-05-24 15:14:44.259920016 +0000
+++ current 2026-05-24 15:14:44.259920016 +0000
@@ -1,3 +1,3 @@
sphinxql-7> insert into test_auto_embed (id, f) values (2, 'another test');
-Query OK, 1 rows affected
+ERROR 1064: table 'test_auto_embed' absent
=== query 7 diff end ===
=== query 8 diff start ===
--- reference 2026-05-24 15:14:44.261920058 +0000
+++ current 2026-05-24 15:14:44.261920058 +0000
@@ -1,6 +1,3 @@
sphinxql-8> select * from test_auto_embed;
- id f v
- 2 another test 0.03118974,-0.02903846,-0.03707713,0.04836553,-0.01915822,-0.06731737,0.08798815,0.03575623,0.03899025,-0.01358429,0.04517710,-0.07139999,-0.00809990,0.06894232,-0.07038215,-0.06178286,-0.03344974,-0.07711565,-0.08190511,0.01876037,-0.04675103,0.01682132,-0.01206056,0.05410803,0.00019610,-0.00306384,-0.03411061,0.03297842,0.00838137,-0.02662029,0.08117589,0.07786781,-0.06483357,0.02845866,0.05944820,-0.01464929,0.06199018,0.06200221,-0.00569162,-0.03552927,0.02468938,-0.14188048,0.01051110,-0.01171581,-0.01181743,0.03167574,-0.02718108,0.02389323,-0.03101151,0.01665217,-0.03024711,0.00255026,-0.07839447,-0.07030808,-0.04037647,0.03394907,-0.05231934,-0.02242564,0.04341182,-0.01629828,0.04148238,0.01856674,0.02001415,0.04489790,0.09986757,0.00170934,-0.02147703,-0.02842263,-0.04903585,0.00501322,0.02352268,0.01568626,-0.01518514,0.04741159,0.04632919,-0.05259505,-0.02342742,-0.04090139,0.04989298,-0.07849140,-0.07549318,-0.09444607,-0.05090732,0.03308570,-0.01861356,0.05574692,0.04283477,-0.03994042,-0.15319875,0.00828656,0.05848985,0.01936148,-0.00813212,0.03427747,0.00861806,0.00601098,0.00687839,-0.00242922,-0.04696056,0.15601061,-0.00729638,0.03846629,-0.04661527,-0.02331512,-0.05577533,-0.02550326,0.05077787,-0.08101012,0.06305866,-0.01508958,-0.03489732,0.029751,-0.00872981,0.06154599,0.01642261,0.02857060,-0.01045900,0.09781516,-0.03420518,0.05929594,0.04760649,-0.02713277,-0.02278521,0.01840521,0.02644899,-0.01687244,0.06521925,-0.00000000,-0.00345634,-0.03692612,0.02170881,0.04819958,0.04207050,0.05533555,-0.01068482,0.06877933,-0.03998249,0.02186472,-0.06075036,-0.02873341,-0.02182870,-0.03537852,0.01137102,0.05374410,0.02238726,0.01805791,-0.02094758,0.03939122,-0.00009850,0.00906153,0.01226681,-0.04556879,-0.03917423,-0.01006311,0.03086261,-0.04256238,0.00985007,0.01031919,-0.02431982,0.02435002,-0.06245158,0.09561366,0.02183404,0.00898127,0.01537284,-0.01237040,-0.00678131,-0.00755541,-0.03435884,0.00146374,-0.01757827,-0.01208540,0.04847436,-0.06262739,0.01047040,-0.03662531,0.06713426,0.00366012,-0.01480821,0.01967804,-0.03413882,-0.02527484,-0.03472161,0.02159367,0.04888935,0.02486014,-0.00471055,0.04829482,0.04549261,0.06688079,-0.11205913,0.08502102,-0.05729122,-0.00531450,-0.01775000,-0.08146755,0.00760708,0.05548379,-0.00527758,-0.06466655,0.02908348,0.01214013,0.01749496,-0.06148893,-0.01502474,0.08903137,0.00014877,-0.07292871,0.07610226,-0.09738013,0.01153283,-0.03724667,0.00377706,-0.00887642,0.00940674,-0.06241206,0.00053799,-0.02516600,-0.02922504,0.04666372,-0.01133690,-0.00311737,0.06783554,0.00000000,-0.08363678,0.08304647,-0.03474527,0.08152550,0.07812081,-0.02893977,0.12853542,-0.05262245,-0.09328911,0.09588873,0.08893438,-0.00925412,0.08029149,-0.01375961,0.03248809,-0.00233106,0.06375662,-0.03011726,-0.05188712,0.00839884,-0.04478149,0.11646131,0.04891745,0.02778679,-0.09619026,0.04321766,0.02902967,-0.01786401,-0.04903587,-0.03967005,0.07533547,0.01252121,-0.05049632,0.06146182,0.06575476,-0.02519628,0.10753772,-0.02875351,-0.06104586,0.11548263,0.05297807,0.07246237,0.04578725,0.07991897,-0.00549146,0.07065311,0.02328726,-0.02279668,0.03863227,0.07629574,-0.05837505,-0.03290370,-0.01118127,0.00663376,-0.03009186,-0.05817997,-0.04691060,-0.00042430,-0.02278465,-0.00757393,-0.06620388,0.09306962,-0.07232531,0.05480773,-0.02898704,-0.04197186,-0.05518704,0.01569331,0.08209524,0.05861722,-0.07055162,-0.00484667,-0.03293920,-0.02448687,0.02915181,-0.00268445,-0.06008873,-0.00838542,0.00910688,-0.02781365,-0.11657015,-0.09263250,-0.03509330,0.08147199,-0.00990730,0.04565026,0.06623929,0.01354492,0.00306950,0.043932,-0.00913719,0.08728623,-0.04023563,-0.02859556,0.02610859,-0.00000001,-0.02992710,-0.11107162,-0.01296392,0.01590885,0.00126017,0.00571742,-0.06153556,-0.06329361,-0.03789711,-0.03280646,0.04427239,0.03480641,-0.00437849,0.08533979,0.00153550,-0.07423715,-0.05606882,0.01286920,0.00072478,0.01089617,-0.09036954,0.03134095,0.03447583,0.06079469,-0.04047406,0.06849671,-0.00926450,0.06748152,-0.00830947,-0.04514693,0.10581291,0.00117089,-0.05000972,-0.08122113,-0.01643030,0.01708221,0.03919684,0.01741726,0.01402071,0.10218410,-0.08130859,-0.06591315,-0.00669311,0.01848321,-0.01584707,-0.10614291,-0.01870021,-0.04340360,0.01795947,-0.05496718,0.01925393,-0.03771488,0.02842252,0.03260437,0.06057450,0.01372765,0.00311787,0.04347859,-0.18883108,0.08560973,0.13275027,-0.08608193,0.05692999,0.02859952
- 1 test document -0.04151651,0.09282155,-0.05712181,0.05036595,0.00843864,-0.04833879,-0.05042762,0.06708161,-0.01108303,0.02363188,0.06090306,0.01147879,0.02814739,-0.01768794,-0.02235429,-0.05563800,-0.01398692,-0.03110127,0.02045665,0.05278189,0.00463081,0.01316844,0.00775716,0.00284691,-0.02182202,0.03900830,-0.06144991,-0.00538519,0.01575791,-0.05798697,0.06881321,0.00540581,0.02567521,0.02855397,0.11350386,-0.01401968,0.03636365,-0.04553532,0.03717884,0.03936062,-0.03781772,-0.09095327,-0.00347042,0.03680356,0.04622133,-0.00443641,-0.02722426,0.03766271,-0.00795663,0.02745043,-0.05388094,-0.05025372,-0.03985753,-0.03361329,-0.02193121,0.03465693,0.05196762,-0.00198822,-0.04165533,-0.01660061,0.00697017,-0.00299637,-0.05220712,0.03721003,0.01595091,0.05677040,-0.03545034,0.02013062,-0.00882704,-0.06031128,-0.08403206,0.02229603,0.06793710,0.06557794,0.04703201,-0.02124887,-0.03752044,-0.08843781,0.05561602,-0.06166825,-0.03824311,-0.05497064,0.02156661,0.02687263,0.01527290,0.09731455,0.13584064,0.05050974,-0.03192076,0.02361045,0.03877071,-0.02694750,-0.03200066,0.01064014,-0.04665241,0.05324271,0.03917544,-0.02967853,0.08852439,0.13960211,0.04795552,-0.00554295,0.05553145,-0.02624442,-0.07962783,-0.02694748,0.03867640,-0.09668564,0.07904147,-0.06172008,0.00820158,-0.04587492,-0.11068999,-0.04733647,-0.00561699,-0.10078406,-0.01540430,-0.01549482,-0.06109702,0.04242542,0.04653181,0.02516884,-0.02845922,-0.02991115,-0.00493068,0.01572420,0.10992081,-0.00000000,-0.00273097,-0.09079350,-0.05221495,0.11833946,-0.00091798,0.00472120,0.03506171,0.09499753,-0.08932685,0.01678262,0.02956863,-0.01682666,-0.00060641,0.04136515,-0.00630401,0.08389934,-0.05221621,0.03525314,-0.02049625,0.00576543,0.01346825,-0.08310001,0.01821580,-0.02612343,-0.02971596,0.02982461,-0.00235584,-0.01908955,-0.04423482,-0.01820723,-0.01118975,-0.01995188,-0.069458,0.01700917,-0.01878264,0.08593713,-0.00851922,-0.00696568,-0.02876659,0.01049932,-0.07249118,-0.01660795,0.12188945,0.02894537,0.02947711,-0.02471729,-0.04446882,-0.01668544,0.10434774,-0.01306296,-0.03506685,0.04779993,-0.02460337,-0.01318561,0.03409535,0.04549002,-0.00871120,0.01034604,0.03134415,0.02206183,0.00292923,0.04851756,-0.02542727,0.06226978,-0.03493130,-0.05588325,-0.05870732,-0.09592489,0.11711734,-0.01389758,-0.01911684,-0.07078794,-0.00697699,-0.04979282,0.00257394,-0.01422175,0.02723817,0.02951050,-0.09444816,-0.07034828,0.05694875,-0.05737074,0.00573138,-0.05120349,-0.01031339,0.00577122,0.00015808,-0.06131910,0.01931077,-0.09240788,0.04976291,0.05189783,-0.05638136,-0.04793940,0.18009733,0.00000000,0.02421979,-0.00887861,-0.06785879,0.11472050,0.02844366,0.02523993,0.08752147,0.01062414,-0.07159940,0.04582144,0.04891840,-0.03756025,-0.00267023,0.00257451,-0.04376524,-0.02080038,-0.03929977,-0.04846243,0.00895584,0.01132202,-0.10510702,0.02137129,0.06700403,-0.00732860,-0.00967806,-0.02269319,0.00974633,-0.07887044,-0.02479694,-0.00582353,0.02946624,0.05147395,-0.05797116,0.10898084,0.08719212,-0.07734987,0.13392498,-0.01364300,0.01963783,0.07076668,0.05991691,0.07971467,0.01896294,-0.01648660,-0.02420636,0.07057691,0.03359000,-0.02639678,0.07104941,0.00907722,-0.00806088,-0.01656595,0.04358852,-0.09389308,-0.04422211,0.01417168,-0.06413972,-0.04182620,-0.03867235,0.08138452,-0.02121824,0.07790127,0.01334440,0.07849956,-0.04197552,-0.09589118,-0.06826779,0.02693186,-0.02760959,0.05620860,-0.07705360,-0.02449747,0.01947571,-0.04183377,0.11207823,-0.02856496,-0.05319929,-0.04130250,0.00488010,-0.03287828,0.10520226,0.02497919,-0.07224233,0.04818304,0.01730815,0.04203698,0.02488761,0.02084956,-0.04804040,-0.00305583,0.01313262,0.07914829,-0.00193006,-0.00594607,-0.01785477,-0.00000001,-0.07007450,-0.02529212,0.02633813,-0.02890232,-0.08275318,0.01572123,0.01422321,-0.02046936,-0.06459925,-0.04645649,0.02498705,-0.06146009,-0.02799285,0.02744848,-0.02060288,-0.05221517,0.02886128,-0.03138139,-0.01220470,0.02969586,0.00478968,0.02255176,0.03600145,0.05740875,-0.02365921,0.08433913,0.04475499,0.06433879,-0.00091141,-0.06581368,0.08024814,0.05134649,-0.04527558,-0.02253291,0.07817625,0.10523035,0.04943437,0.06270639,0.00767513,0.04430646,-0.05256967,0.01687576,-0.02673389,-0.05412079,0.02184180,-0.08831199,-0.06066119,-0.07448618,-0.02632534,-0.09606558,-0.03302029,-0.05365494,0.02889824,0.02532543,-0.04476150,0.00102942,0.09260711,0.01971652,-0.07213895,0.01037443,0.08346064,0.06844548,0.03723582,-0.02143694
-2 rows in set
+ERROR 1064: unknown local table(s) 'test_auto_embed' in search request
=== query 8 diff end ===
=== query 9 diff start ===
--- reference 2026-05-24 15:14:44.263920100 +0000
+++ current 2026-05-24 15:14:44.263920100 +0000
@@ -1,3 +1,3 @@
sphinxql-9> alter table test_auto_embed index_sp='1';
-Query OK, 0 rows affected
+ERROR 1064: table 'test_auto_embed' is not found, or not real-time
=== query 9 diff end ===
=== query 10 diff start ===
--- reference 2026-05-24 15:14:44.265920143 +0000
+++ current 2026-05-24 15:14:44.265920143 +0000
@@ -1,9 +1,3 @@
sphinxql-10> show create table test_auto_embed;
- Table Create Table
- test_auto_embed CREATE TABLE test_auto_embed (
-id bigint,
-f text,
-v float_vector knn_type='hnsw' hnsw_similarity='L2' model_name='sentence-transformers/all-MiniLM-L6-v2' from='f' api_timeout='10'
-) html_strip='1' index_sp='1'
-1 rows in set
+ERROR 1146: no such table 'test_auto_embed'
=== query 10 diff end ===
=== query 11 diff start ===
--- reference 2026-05-24 15:14:44.267920185 +0000
+++ current 2026-05-24 15:14:44.267920185 +0000
@@ -1,3 +1,3 @@
sphinxql-11> alter table test_auto_embed index_zones='h*';
-Query OK, 0 rows affected
+ERROR 1064: table 'test_auto_embed' is not found, or not real-time
=== query 11 diff end ===
=== query 12 diff start ===
--- reference 2026-05-24 15:14:44.268920206 +0000
+++ current 2026-05-24 15:14:44.268920206 +0000
@@ -1,9 +1,3 @@
sphinxql-12> show create table test_auto_embed;
- Table Create Table
- test_auto_embed CREATE TABLE test_auto_embed (
-id bigint,
-f text,
-v float_vector knn_type='hnsw' hnsw_similarity='L2' model_name='sentence-transformers/all-MiniLM-L6-v2' from='f' api_timeout='10'
-) html_strip='1' index_zones='h*' index_sp='1'
-1 rows in set
+ERROR 1146: no such table 'test_auto_embed'
=== query 12 diff end ===
=== query 13 diff start ===
--- reference 2026-05-24 15:14:44.270920248 +0000
+++ current 2026-05-24 15:14:44.270920248 +0000
@@ -1,3 +1,3 @@
sphinxql-13> drop table test_auto_embed;
-Query OK, 0 rows affected
+ERROR 1064: DROP TABLE failed: unknown table 'test_auto_embed'
=== query 13 diff end ===
--------------Done report.------------
To re-run failed tests only:
php ubertest.php t 481
1 of 1 tests and 1 of 2 subtests failed, 0 tests skipped, 0.70 sec elapsed
THERE WERE FAILURES!
Loading