Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshi-yb committed Jan 17, 2025
1 parent 03e2b96 commit cb27941
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pg-17-migtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,6 @@ jobs:
# - name: "TEST: pg-basic-non-public-fall-back-test"
# run: migtests/scripts/live-migration-fallb-run-test.sh pg/basic-non-public-live-test

- name: "TEST: pg-datatypes-live-test"
if: ${{ !cancelled() && matrix.test_group == 'live_basic' }}
run: migtests/scripts/live-migration-run-test.sh pg/datatypes

- name: "TEST: pg-datatypes-fall-forward-test"
if: ${{ !cancelled() && matrix.test_group == 'live_basic' }}
run: migtests/scripts/live-migration-fallf-run-test.sh pg/datatypes

- name: "TEST: pg-datatypes-fall-back-test"
if: ${{ !cancelled() && matrix.test_group == 'live_basic' }}
run: migtests/scripts/live-migration-fallb-run-test.sh pg/datatypes
Expand Down
8 changes: 0 additions & 8 deletions migtests/scripts/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,6 @@ main() {
fi
fi

if [ "${TEST_DIR}" = "${TESTS_DIR}/pg/datatypes" ]; then
cat ${EXPORT_DIR}/data/hstore_example_data.sql
if [ "${BETA_FAST_DATA_EXPORT}" = "1" ]; then
cat ${EXPORT_DIR}/data/schemas/source_db_exporter/hstore_example_schema.json
cat ${EXPORT_DIR}/logs/debezium-source_db_exporter.log
fi
fi

step "Fix data."
if [ -x "${TEST_DIR}/fix-data" ]
then
Expand Down

0 comments on commit cb27941

Please sign in to comment.