We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cea54 commit f6a468aCopy full SHA for f6a468a
tests/test_asyncio/test_vsets.py
@@ -449,7 +449,9 @@ async def test_vsim_with_filter(d_client):
449
assert isinstance(sim, list)
450
451
452
-@skip_if_server_version_lt("7.9.0")
+# just experiment if this is the problematic test that kills the server
453
+@skip_if_server_version_lt("8.10.0")
454
+# @skip_if_server_version_lt("7.9.0")
455
async def test_vsim_truth_no_thread_enabled(d_client):
456
elements_count = 1000
457
vector_dim = 50
0 commit comments