We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617e5e0 commit 83257fdCopy full SHA for 83257fd
tests/llama_stack/conftest.py
@@ -289,7 +289,7 @@ def test_with_remote_milvus(llama_stack_server_config):
289
290
if params.get("llama_stack_storage_size"):
291
if IS_DISCONNECTED_CLUSTER:
292
- LOGGER.info("Skipping storage_size configuration on disconnected clusters due to known bug RHAIENG-1819")
+ LOGGER.warning("Skipping storage_size configuration on disconnected clusters due to known bug RHAIENG-1819")
293
else:
294
storage_size = params.get("llama_stack_storage_size")
295
server_config["storage"] = {"size": storage_size}
0 commit comments