Skip to content

Commit

Permalink
Changed the expected values wrt Ora2pg export in oracle/sequences test (
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-yb authored Dec 6, 2024
1 parent e242809 commit b8f6c84
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions migtests/tests/oracle/sequences/validate
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ EXPECTED_TABLE_SUM = {
}

EXPECTED_TABLE_SUM_AFTER_INSERT = {
'identity_demo_generated_by_def_inc_by': 2227,
'identity_demo_generated_always': 25,
'identity_demo_generated_by_def': 30,
'identity_demo_generated_always_start_with': 223,
'identity_demo_generated_by_def_st_with_inc_by': 2241,
'identity_demo_generated_by_def_start_with': 327,
'identity_demo_with_null': 25,
'case_sensitive_always': 25
'identity_demo_generated_by_def_inc_by': 409,
'identity_demo_generated_always': 7,
'identity_demo_generated_by_def': 11,
'identity_demo_generated_always_start_with': 204,
'identity_demo_generated_by_def_st_with_inc_by': 423,
'identity_demo_generated_by_def_start_with': 309,
'identity_demo_with_null': 7,
'case_sensitive_always': 7
}

if os.environ.get('BETA_FAST_DATA_EXPORT') == '1':
Expand Down

0 comments on commit b8f6c84

Please sign in to comment.