This is an automated email from the ASF dual-hosted git repository. airborne12 pushed a commit to branch jk/snii-next-rebased in repository https://gitbox.apache.org/repos/asf/doris.git
commit 64cbc38c5514b28fbd9cb29fdb0f14e6f74742c7 Author: airborne12 <[email protected]> AuthorDate: Tue Jul 28 21:49:12 2026 +0800 disable bench --- be/test/storage/index/snii/bench/snii_vs_v3_benchmark_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/be/test/storage/index/snii/bench/snii_vs_v3_benchmark_test.cpp b/be/test/storage/index/snii/bench/snii_vs_v3_benchmark_test.cpp index 586e39e0e85..192a7cd8a7d 100644 --- a/be/test/storage/index/snii/bench/snii_vs_v3_benchmark_test.cpp +++ b/be/test/storage/index/snii/bench/snii_vs_v3_benchmark_test.cpp @@ -239,11 +239,11 @@ TEST(DISABLED_SniiBenchmarkPercentile, RejectsInvalidPercentiles) { EXPECT_DEATH({ static_cast<void>(nearest_rank_percentile(samples, 101)); }, ""); } -TEST(SniiBenchmarkConfig, ParsesPositiveQueryIterations) { +TEST(DISABLED_SniiBenchmarkConfig, ParsesPositiveQueryIterations) { EXPECT_EQ(parse_query_iterations("30"), 30); } -TEST(SniiBenchmarkConfig, RejectsInvalidQueryIterations) { +TEST(DISABLED_SniiBenchmarkConfig, RejectsInvalidQueryIterations) { EXPECT_DEATH({ static_cast<void>(parse_query_iterations("0")); }, ""); EXPECT_DEATH({ static_cast<void>(parse_query_iterations("-1")); }, ""); EXPECT_DEATH({ static_cast<void>(parse_query_iterations("30junk")); }, ""); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
