Skip to content

Commit

Permalink
Fix PG tests for assess-export
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-yb committed Jan 7, 2025
1 parent 9c48e80 commit 7b03e72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions migtests/tests/upgrade-tests/assess-export/after
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"${TEST_DIR}/fix-schema"
fi

if [ "${MOVE_PK_FROM_ALTER_TO_CREATE}" = true ] ; then
"${SCRIPTS}/add-pk-from-alter-to-create"
fi

cat ${EXPORT_DIR}/schema/tables/INDEXES_table.sql

step "Import schema."
import_schema --continue-on-error true
run_ysql ${TARGET_DB_NAME} "\dt"
Expand Down
2 changes: 0 additions & 2 deletions migtests/tests/upgrade-tests/assess-export/before
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@
cat_log_file "yb-voyager-assess-migration.log"
exit 1
fi

post_assess_migration
fi

0 comments on commit 7b03e72

Please sign in to comment.