Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

adding key -F to pg_dump#32

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
funbringer merged 13 commits intopostgrespro:masterfromFenimorkin:pg_dump
May 8, 2018
Merged
Changes from1 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
PrevPrevious commit
Cleanup test_dump
  • Loading branch information
@Fenimorkin
Fenimorkin committedMay 8, 2018
commitbb88d6e0506a687ebc7ce94ed672e8b12da7da3c
10 changes: 0 additions & 10 deletionstests/test_simple.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -428,16 +428,6 @@ def test_dump(self):
with get_new_node().init().start() as node1:

node1.execute(query_create)

# take a new dump plain format
with removing(node1.dump()) as dump:
with get_new_node().init().start() as node2:
# restore dump
self.assertTrue(os.path.isfile(dump))
node2.restore(filename=dump)
res = node2.execute(query_select)
self.assertListEqual(res, [(1, ), (2, )])

for format in ['plain', 'custom', 'directory', 'tar']:
with removing(node1.dump(format=format)) as dump:
with get_new_node().init().start() as node3:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp