An open API service providing commit metadata for open source projects.

GitHub / postgrespro/testgres / commits

Testing framework for PostgreSQL and its extensions

SHA Message Author Date Stats
0051f449 fix yapf pattern usage in node.py Dmitry Ivanov <i****5@g****m> over 7 years ago
e00a16d4 fix yapf pattern usage in test_simple.py Dmitry Ivanov <i****5@g****m> over 7 years ago
0dc92b18 fix yapf pattern usage in enums.py Dmitry Ivanov <i****5@g****m> over 7 years ago
019812ce fix yapf pattern usage in backup.py Dmitry Ivanov <i****5@g****m> over 7 years ago
6c380930 improve docs of config stack Dmitry Ivanov <i****5@g****m> over 7 years ago
138c6ccf Added test for Publication.add_tables() Ildar Musin <z****n@g****m> over 7 years ago
f48623be Add failing logical replication test for 9.6 Ildar Musin <z****n@g****m> over 7 years ago
f4e0bd0e Minor refactoring Ildar Musin <z****n@g****m> over 7 years ago
0741c706 merge Merge branch 'master' into logical Ildar Musin <z****n@g****m> over 7 years ago
954879aa Added options_string() func Ildar Musin <z****n@g****m> over 7 years ago
b1cba73c Some minor refactoring of logical replication Ildar Musin <z****n@g****m> over 7 years ago
56ddf779 merge Merge branch 'master' of github.com:postgrespro/testgres Dmitry Ivanov <i****5@g****m> over 7 years ago
7d724ac9 merge Merge pull request #44 from zilder/node_repr Dmitry Ivanov <i****5@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
5a81db19 all catalog objects must be schema-qualified Dmitry Ivanov <i****5@g****m> over 7 years ago
04f0dd16 introduce clean_on_error() for safer node handling Dmitry Ivanov <i****5@g****m> over 7 years ago
749de80e Use __class__.__name__ instead of 'PostgresNode' literal Ildar Musin <z****n@g****m> over 7 years ago
06ce6e24 fix ProcessProxy's __repr__() according to guidelines Dmitry Ivanov <i****5@g****m> over 7 years ago
008236d0 Added test for PostgresNode.__repr__() method; removed node name from examples Ildar Musin <z****n@g****m> over 7 years ago
71e487ee inline _create_replication_slot() to _create_recovery_conf() Dmitry Ivanov <i****5@g****m> over 7 years ago
b4051cf3 merge Merge pull request #41 from zilder/repslot Dmitry Ivanov <i****5@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
0b4ac3ad merge Merge branch 'master' into repslot Ildar Musin <z****n@g****m> over 7 years ago
57eaea11 Added PostgresNode.__repr__() method and fix doctests Ildar Musin <z****n@g****m> over 7 years ago
7251c955 add README.md for git hooks Dmitry Ivanov <i****5@g****m> over 7 years ago
2c16df63 merge Merge branch 'master' of github.com:postgrespro/testgres Dmitry Ivanov <i****5@g****m> over 7 years ago
773b42ab add pre-commit hook executing yapf Dmitry Ivanov <i****5@g****m> over 7 years ago
59dbe426 When creating new physical replication slot check that it doesn't already exist Ildar Musin <z****n@g****m> over 7 years ago
1289214e merge Merge pull request #43 from zilder/docs Dmitry Ivanov <i****5@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
98c96dd7 Remove redundunt _static directory from Sphinx configuration script Ildar Musin <z****n@g****m> over 7 years ago
d4f48c87 Run documentation build along with the tests Ildar Musin <z****n@g****m> over 7 years ago
37120a2c After yapf been applied Ildar Musin <z****n@g****m> over 7 years ago
8c199a40 Remove redundant comments from Sphinx configuration script Ildar Musin <z****n@g****m> over 7 years ago
aca77bff Some documentation improvements and refactoring Ildar Musin <z****n@g****m> over 7 years ago
8bac32eb Sphinx configuration Ildar Musin <z****n@g****m> over 7 years ago
e2e5a8d3 Make replication slot creation implicit; minor refactoring Ildar Musin <z****n@g****m> over 7 years ago
f8b95c60 merge Merge branch 'master' into logical Ildar Musin <z****n@g****m> over 7 years ago
e3492bd8 execute only a small subset of tests for PG_BIN and PG_CONFIG Dmitry Ivanov <i****5@g****m> over 7 years ago
782484b9 Fix logical replication for python3 Ildar Musin <z****n@g****m> over 7 years ago
bb01c7d7 Skip logical replication test on PostgreSQL versions below 10 Ildar Musin <z****n@g****m> over 7 years ago
ca5b5465 Logical replication Ildar Musin <z****n@g****m> over 7 years ago
b4174180 make psutil a dependency Dmitry Ivanov <i****5@g****m> over 7 years ago
1dc3c929 bump version to 1.6.0 Dmitry Ivanov <i****5@g****m> over 7 years ago
8045bbe8 add missing test Dmitry Ivanov <i****5@g****m> over 7 years ago
e27f01b2 minor fixes to ProcessProxy Dmitry Ivanov <i****5@g****m> over 7 years ago
c86c0bf8 merge Merge branch 'ildus-master' Dmitry Ivanov <i****5@g****m> over 7 years ago
e46f239e small changes for yapf Dmitry Ivanov <i****5@g****m> over 7 years ago
8c96ba02 small fixes and refactoring after a chat with @ildus Dmitry Ivanov <i****5@g****m> over 7 years ago
bc6c3027 Fix: primary_slot_name never actually was set Ildar Musin <z****n@g****m> over 7 years ago
3e5dbec7 Set default max_replication_slots number Ildar Musin <z****n@g****m> over 7 years ago
0dda2ffe Replication slots Ildar Musin <z****n@g****m> over 7 years ago
91a56e83 Remove warnings module import for node.py Ildus Kurbangaliev <i****v@g****m> over 7 years ago
390ed7cd Raise exception for functions that require psutil when psutil is not installed Ildus Kurbangaliev <i****v@g****m> over 7 years ago
f6d1e5b5 Fix pytest uninstallation in tests Ildus Kurbangaliev <i****v@g****m> over 7 years ago
8f1cdd24 Test when psutil is not installed Ildus Kurbangaliev <i****v@g****m> over 7 years ago
152faf31 Add instance names for 9.6 and 10 Ildus Kurbangaliev <i****v@g****m> over 7 years ago
1bd538f5 Add older names support for pids Ildus Kurbangaliev <i****v@g****m> over 7 years ago
3a24554a Add linux-headers to Dockerfile Ildus Kurbangaliev <i****v@g****m> over 7 years ago
3f489724 Use enum for process types Ildus Kurbangaliev <i****v@g****m> over 7 years ago
23790b24 Add build-base package to Dockerfile Ildus Kurbangaliev <i****v@g****m> over 7 years ago
a0ebde3b Return 0 when no pid, do the same for backend pid, and add packages to Docker... Ildus Kurbangaliev <i****v@g****m> over 7 years ago
61b5d446 Add psutil installation in travis tests Ildus Kurbangaliev <i****v@g****m> over 7 years ago
e20ed5e8 Add functions that return PIDs of various processes Ildus Kurbangaliev <i****v@g****m> over 7 years ago
5bc608e2 compatibility fixes Dmitry Ivanov <i****5@g****m> over 7 years ago
70bd5126 merge Merge pull request #38 from funbringer/remove_prepare_dirs Dmitry Ivanov <i****5@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
ec94f99c fix typo Dmitry Ivanov <i****5@g****m> over 7 years ago
c75424d4 replace function _prepare_dirs() with smart properties Dmitry Ivanov <i****5@g****m> over 7 years ago
4241471d reformat code Dmitry Ivanov <i****5@g****m> over 7 years ago
d9473c64 get rid of DEFAULT_XLOG_METHOD (because kwargs) Dmitry Ivanov <i****5@g****m> over 7 years ago
31751254 merge Merge pull request #33 from Valeria1235/simplified_enums Dmitry Ivanov <i****5@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
bc285516 README.md checkout Valeria112 <v****6@g****m> over 7 years ago
ec7605ec add backup testcase Valeria112 <v****6@g****m> over 7 years ago
8f6b8a40 merge sync with master Valeria112 <v****6@g****m> over 7 years ago
cf9313b1 reorganize enums Valeria112 <v****6@g****m> over 7 years ago
be1e3c59 small refactoring Dmitry Ivanov <i****5@g****m> over 7 years ago
e1b5a510 minor improvements Dmitry Ivanov <i****5@g****m> over 7 years ago
2ceabc0b merge Merge pull request #36 from ildus/master Dmitry Ivanov <i****5@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
04e74abc allow single arg in append_conf() Dmitry Ivanov <i****5@g****m> over 7 years ago
9b06dc25 Remove unused constant from imports import node.py Ildus Kurbangaliev <i****v@g****m> over 7 years ago
2693dac1 Use kwargs for PostgresNode.init Ildus Kurbangaliev <i****v@g****m> over 7 years ago
8e5b09d6 Use kwargs for several functions to move through all possible arguments Ildus Kurbangaliev <i****v@g****m> over 7 years ago
f800bfca move some code to dedicated modules Dmitry Ivanov <i****5@g****m> over 7 years ago
7153fd3a add 'temp_dir' setting to GlobalConfig Dmitry Ivanov <i****5@g****m> over 7 years ago
56f79aa6 merge Merge pull request #35 from funbringer/unique_system_ids_for_cached_initdb Dmitry Ivanov <i****5@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
636d0f91 merge Merge branch 'master' into unique_system_ids_for_cached_initdb Dmitry Ivanov <i****5@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
5bd8d48e add prefix for files produced by pg_dump Dmitry Ivanov <i****5@g****m> over 7 years ago
04598307 add some prefixes for mkdtemp() Dmitry Ivanov <i****5@g****m> over 7 years ago
c2f01569 make test_init_unique_system_id() more durable Dmitry Ivanov <i****5@g****m> over 7 years ago
83d122f1 add a comment in generate_system_id() Dmitry Ivanov <i****5@g****m> over 7 years ago
c6960049 fixes in code & tests Dmitry Ivanov <i****5@g****m> over 7 years ago
e10520a9 Generate unique system ids in cached_initdb() Dmitry Ivanov <i****5@g****m> over 7 years ago
d800f485 merge Merge pull request #34 from funbringer/flexible_config Dmitry Ivanov <i****5@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
3378f280 small fixes, improve tests Dmitry Ivanov <i****5@g****m> over 7 years ago
dd8c5000 more tests for config stack Dmitry Ivanov <i****5@g****m> over 7 years ago
72976a62 initial implementation of config stack Dmitry Ivanov <i****5@g****m> over 7 years ago
740b8d8d small fixes in README.md Dmitry Ivanov <i****5@g****m> over 7 years ago
69053208 merge Merge branch 'better_exceptions' Dmitry Ivanov <i****5@g****m> over 7 years ago
9c308656 merge Merge branch 'master' into better_exceptions Dmitry Ivanov <i****5@g****m> over 7 years ago
0e1172de merge Merge branch 'better_exceptions' Dmitry Ivanov <i****5@g****m> over 7 years ago
e2bd5a8c merge Merge branch 'master' into better_exceptions Dmitry Ivanov <i****5@g****m> over 7 years ago
5a4aa2df more tests for exceptions Dmitry Ivanov <i****5@g****m> over 7 years ago
3a07a89c merge Merge branch 'master' into better_exceptions Dmitry Ivanov <i****5@g****m> over 7 years ago

← Back to repository