This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 06e115514ce IGNITE-26308 Mute the test until heartbeats are
implemented (#6522)
06e115514ce is described below
commit 06e115514ced8c1ef68b2180de1c330cae7eb421
Author: Igor Sapego <[email protected]>
AuthorDate: Tue Sep 2 10:24:12 2025 +0200
IGNITE-26308 Mute the test until heartbeats are implemented (#6522)
---
modules/platforms/python/tests/test_fetch_table.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/modules/platforms/python/tests/test_fetch_table.py
b/modules/platforms/python/tests/test_fetch_table.py
index faddbfcb200..0535737481a 100644
--- a/modules/platforms/python/tests/test_fetch_table.py
+++ b/modules/platforms/python/tests/test_fetch_table.py
@@ -171,7 +171,8 @@ def test_cursor_iterable(table_name, cursor,
drop_table_cleanup):
TEST_PAGE_SIZE + 1,
TEST_PAGE_SIZE * 2,
TEST_PAGE_SIZE * 2 + 1,
- 8000,
+ # TODO: IGNITE-26358 Implement Heartbeats
+ # 8000,
])
def test_fetch_table_several_pages(table_name, cursor, drop_table_cleanup,
rows_num):
create_and_populate_test_table(cursor, rows_num, table_name, 1000)