Skip to content

Commit

Permalink
Added condition based on debezium export
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-yb committed Mar 3, 2025
1 parent ffddc02 commit 931675d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migtests/tests/mysql/datatypes/validate
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ def migration_completed_checks(tgt):
assert row_count == got_row_count[table_name]

tgtVersion = tgt.get_target_version()
if "2.25" in tgtVersion:

if "2.25" in tgtVersion and os.environ.get('BETA_FAST_DATA_EXPORT') == '1':
EXPECTED_SUM_OF_COLUMN['floating_point_types']['float_type'] = '123582.61200000001'

for table_name, column_names_with_sum in EXPECTED_SUM_OF_COLUMN.items():
Expand Down

0 comments on commit 931675d

Please sign in to comment.