ThreadDao
2a9273defc
test: set woodpecker as e2e standalone messageQueue ( #43330 )
...
/kind improvement
---------
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2025-07-19 14:28:51 +08:00
yanliang567
0017fa8acc
test: Enable storage v2 in ci and nightly runs ( #43086 )
...
related issue: #43020
---------
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-07-04 18:38:44 +08:00
Zhen Ye
5539636b5b
fix: oom bookie when applying test ( #42776 )
...
issue: #42769
Signed-off-by: chyezh <chyezh@outlook.com>
2025-06-16 23:18:37 +08:00
yanliang567
83cdd6b121
test: set specific mq for standalone e2e ( #41859 )
...
related issue: https://github.com/milvus-io/milvus/issues/41819
1. remove useless distributed config
2. set specific mq for standalone e2e
---------
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-05-16 10:30:23 +08:00
yanliang567
b59a2d669f
test: Add resource limit for e2e and nightly tests ( #41820 )
...
related issue: #41819
1. set resource limit for ci and nightly e2e tests
2. combine nightly standalone and standalone+auth
3. enable mmap for distributed-pulsar
---------
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-05-15 14:22:22 +08:00
Zhen Ye
0a465bb5b7
enhance: use recovery+shardmanager, remove segment assignment interceptor ( #41824 )
...
issue: #41544
- add lock interceptor into wal.
- use recovery and shardmanager to replace the original implementation
of segment assignment.
- remove redundant implementation and unittest.
- remove redundant proto definition.
- use 2 streamingnode in e2e.
---------
Signed-off-by: chyezh <chyezh@outlook.com>
2025-05-14 23:00:23 +08:00
ThreadDao
6c12a1c7aa
[skip e2e] update nightly helm chart version and format wp config ( #41559 )
...
fix:
https://jenkins.milvus.io:18080/blue/organizations/jenkins/Milvus%20Nightly%20CI(new)/detail/master/332/pipeline/146
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2025-04-28 11:08:39 +08:00
ThreadDao
bcec6cc3c5
test: [skip-e2e] fix nightly wp deploy config ( #41472 )
...
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2025-04-24 17:36:39 +08:00
ThreadDao
7cec96f892
test: [skip-e2e] add nightly tests for woodpecker mq ( #41427 )
...
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2025-04-22 11:46:36 +08:00
Xianhui Lin
f9febe3bae
enhance: Merge RootCoord, DataCoord And QueryCoord into MixCoord ( #41006 )
...
Merge RootCoord, DataCoord And QueryCoord into MixCoord
Make Session into one
issue : https://github.com/milvus-io/milvus/issues/37764
---------
Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com>
2025-04-11 16:36:30 +08:00
cai.zhang
8a77fb9cdc
enhance: Support slot for index task and stats task ( #39084 )
...
issue: #39101
---------
Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
2025-04-08 20:46:25 +08:00
yanliang567
cf223bae7b
test: Split test_search and refactor on test class to share collections ( #40677 )
...
issue: #40698
---------
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-03-19 14:20:15 +08:00
yihao.dai
b2a8694686
enhance: Merge IndexNode and DataNode ( #40272 )
...
Merge DataNode and IndexNode into DataNode.
issue: https://github.com/milvus-io/milvus/issues/39115
---------
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-03-13 14:26:11 +08:00
nico
ed61abb391
test: update test cases ( #40371 )
...
Signed-off-by: nico <cheng.yuan@zilliz.com>
2025-03-06 10:34:14 +08:00
Zhen Ye
034575396f
fix: streaming consume checkpoint is always nil and limit resource of ci ( #39781 )
...
issue: #38399
- fix the nil pointer bug
- limit the resource usage for streaming e2e
- enhance the go test
- fix: rootcoord block when graceful stop
---------
Signed-off-by: chyezh <chyezh@outlook.com>
2025-02-13 19:18:14 +08:00
nico
1825ab54df
enhance: delete one pod pipeline in nightly and open mmap in standalone ( #38887 )
...
Signed-off-by: nico <cheng.yuan@zilliz.com>
2025-01-03 14:26:54 +08:00
Zhen Ye
5001878b8a
enhance: only use streaming service on e2e and nightly e2e ( #38743 )
...
issue: #38399
Signed-off-by: chyezh <chyezh@outlook.com>
2024-12-26 11:32:50 +08:00
cai.zhang
ba9f36ba33
enhance: Increase the concurrency of index tasks in CI ( #37335 )
...
#37096
Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
2024-11-04 12:04:23 +08:00
nico
e1b511a219
enhance: open mmap on standalone-kafka in ci-e2e ( #36688 )
...
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-10-09 19:03:19 +08:00
nico
c43d94319f
enhance: [skip e2e]open querynode mmap for all pipeline ( #36586 )
...
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-09-29 09:41:15 +08:00
cai.zhang
b0939fd20e
enhance: Reset task check interval configuration ( #36121 )
...
Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
2024-09-10 14:35:08 +08:00
yellow-shine
1e3e34d149
enhance: [ci] organize values file in the form of milvus deployment options ( #35832 )
...
https://github.com/milvus-io/milvus/issues/35842
Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
2024-08-30 13:07:15 +08:00