Skip to content

Commit

Permalink
Add schema, data comparison for timescaledb test.
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhaveS committed Aug 8, 2024
1 parent b703369 commit 46fc8d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/timescaledb/copydb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ psql -o $s -d ${PGCOPYDB_SOURCE_PGURI} -f /usr/src/pgcopydb/fares.sql
psql -o $t -d ${PGCOPYDB_TARGET_PGURI} -f /usr/src/pgcopydb/fares.sql

diff $s $t

pgcopydb compare schema
pgcopydb compare data

0 comments on commit 46fc8d3

Please sign in to comment.