Skip to content

Commit

Permalink
Add datadir path to gpsegconfig_dump at cdb dispatcher test (#962)
Browse files Browse the repository at this point in the history
At commit 0cb79ba dumping datadir was added
support to include datadir in segment configuration dump. At the unit test
the gpsegconfig_dump was changed according to this commit.

This patch adds datadir path to each segment configuration at the
gpsegconfig_dump file.
  • Loading branch information
red1452 committed Jun 3, 2024
1 parent 645a88b commit ae46efe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/backend/cdb/dispatcher/test/gpsegconfig_dump
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1 -1 p p n u 6000 localhost localhost
2 0 p p n u 6002 localhost localhost
3 1 p p n u 6003 localhost localhost
4 2 p p n u 6004 localhost localhost
1 -1 p p n u 6000 localhost localhost /tmp/datadir
2 0 p p n u 6002 localhost localhost /tmp/datadir
3 1 p p n u 6003 localhost localhost /tmp/datadir
4 2 p p n u 6004 localhost localhost /tmp/datadir

0 comments on commit ae46efe

Please sign in to comment.