Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PostgresNode_Base is added #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
node.py is updated
- [del] import of PG_CTL__STATUS__OK
- [del] import of PG_CTL__STATUS__NODE_IS_STOPPED
- [del] PG_CTL__STATUS__BAD_DATADIR
  • Loading branch information
dmitry-lipetsk committed Mar 17, 2025
commit cef79820ffa2786ef2f2b83334715044acd2f711
5 changes: 1 addition & 4 deletions testgres/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@
HBA_CONF_FILE, \
RECOVERY_CONF_FILE, \
PG_LOG_FILE, \
UTILS_LOG_FILE, \
PG_CTL__STATUS__OK, \
PG_CTL__STATUS__NODE_IS_STOPPED, \
PG_CTL__STATUS__BAD_DATADIR # noqa: F401
UTILS_LOG_FILE # noqa: F401

from .consts import \
MAX_LOGICAL_REPLICATION_WORKERS, \
Expand Down