Skip to content

Commit 31d6f4e

Browse files
committed
fix:PRComments
1 parent 2607444 commit 31d6f4e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/integration/file/test_file_client.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,12 @@ def test__query_files_linq__skip_and_take_pagination(
314314
def test__search_files__succeeds(
315315
self, client: FileClient, test_file, random_filename_extension: str
316316
):
317-
"""Test search_files with filtering, pagination, and ordering."""
317+
"""Test search_files with filtering, pagination, and ordering.
318+
319+
Note: search_files() is not guaranteed to return newly created files immediately
320+
due to indexing delay (a few seconds). Retry logic with backoff is used to handle
321+
this eventual consistency behavior.
322+
"""
318323
# Upload 5 files to test various scenarios
319324
NUM_FILES = 5
320325
file_ids = []

0 commit comments

Comments
 (0)