Skip to content

Commit e08a651

Browse files
committed
Added/Updated tests\functional\arno\optimizer\test_opt_inner_join_03.py: Adjusted expected plan for FB 3.x after #8030 (discussed with dimitr).
1 parent 393817c commit e08a651

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/functional/arno/optimizer/test_opt_inner_join_03.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
1111
Before 2.0, Firebird did stop checking order possibilties above 7 relations.
1212
FBTEST: functional.arno.optimizer.opt_inner_join_03
13+
NOTES:
14+
[15.03.2024] pzotov
15+
Adjusted expected plan for FB 3.x after #8030 (discussed with dimitr).
1316
"""
1417

1518
import pytest
@@ -113,7 +116,7 @@
113116

114117
# version: 3.0
115118

116-
expected_stdout_1 = """PLAN JOIN (T1 NATURAL, T1K INDEX (PK_TABLE_1K), T2K INDEX (PK_TABLE_2K), T3K INDEX (PK_TABLE_3K), T5K INDEX (PK_TABLE_5K), T4K INDEX (PK_TABLE_4K), T6K INDEX (PK_TABLE_6K), T8K INDEX (PK_TABLE_8K), T10K INDEX (PK_TABLE_10K))
119+
expected_stdout_1 = """PLAN JOIN (T1 NATURAL, T1K INDEX (PK_TABLE_1K), T2K INDEX (PK_TABLE_2K), T3K INDEX (PK_TABLE_3K), T4K INDEX (PK_TABLE_4K), T5K INDEX (PK_TABLE_5K), T6K INDEX (PK_TABLE_6K), T8K INDEX (PK_TABLE_8K), T10K INDEX (PK_TABLE_10K))
117120
118121
COUNT
119122
============

0 commit comments

Comments
 (0)