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
5f12e7b0 merge Merge branch 'master' of github.com:postgrespro/testgres Ildus Kurbangaliev <i****v@g****m> over 7 years ago
7536809c Fix application_name of replica Ildus Kurbangaliev <i****v@g****m> over 7 years ago
c5a26260 merge Merge branch 'master' of github.com:postgrespro/testgres Dmitry Ivanov <i****5@g****m> over 7 years ago
04600844 specify versions in setup.py Dmitry Ivanov <i****5@g****m> over 7 years ago
cfa8cabd Update README.md Ildus Kurbangaliev <i****v@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
b4cf4e68 small improvements in execute_utility() Dmitry Ivanov <i****5@g****m> over 7 years ago
1f4e0d3e Make "use_logging" parameter global Ildus Kurbangaliev <i****v@g****m> over 7 years ago
a731c203 enum for xlog_method in NodeBackup Valeria112 <v****6@g****m> over 7 years ago
1975e127 make exceptions more useful Dmitry Ivanov <i****5@g****m> over 7 years ago
80d4e008 minor fixes in README.md Dmitry Ivanov <i****5@g****m> almost 8 years ago
f023166b Update README.md Ildus Kurbangaliev <i****v@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
88ab4b22 Update README.md Ildus Kurbangaliev <i****v@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
8b402727 Add documentation about custom configuration Ildus Kurbangaliev <i****v@g****m> almost 8 years ago
5a2a9200 simplify README.md Dmitry Ivanov <i****5@g****m> almost 8 years ago
d3c15285 cleanup in MANIFEST.in & setup.py Dmitry Ivanov <i****5@g****m> almost 8 years ago
3e91753d improve tests for coverage Dmitry Ivanov <i****5@g****m> almost 8 years ago
0d537986 reworked logic in PostgresNode.__exit__() according to review by @gsmol Dmitry Ivanov <i****5@g****m> almost 8 years ago
cf03ee25 simplified enums NodeStatus and IsolationLevel Valeria112 <v****6@g****m> almost 8 years ago
58785525 bump version to 1.5.0 Dmitry Ivanov <i****5@g****m> almost 8 years ago
9140b980 fix several incosistencies spotted by @Valeria1235 Dmitry Ivanov <i****5@g****m> almost 8 years ago
24221e67 small fix for logger Dmitry Ivanov <i****5@g****m> almost 8 years ago
7bcb4f33 minor fixes Dmitry Ivanov <i****5@g****m> almost 8 years ago
8430468d remove all kinds of mangling Dmitry Ivanov <i****5@g****m> almost 8 years ago
ac75f15c reformat code, simplify tests (needless args) Dmitry Ivanov <i****5@g****m> almost 8 years ago
2a64ba5d various improvements, change args of query performing functions Dmitry Ivanov <i****5@g****m> almost 8 years ago
5e3c0f33 adding key -F to pg_dump Ivan Kartyshov <i****v@p****u> almost 8 years ago
370c9341 PostgresNode.master should be a property Dmitry Ivanov <i****5@g****m> almost 8 years ago
2a694348 merge Merge branch 'master' of github.com:postgrespro/testgres Dmitry Ivanov <i****5@g****m> almost 8 years ago
1b1d4562 bring pgbench_init() back, make pgbench_run() much more flexible Dmitry Ivanov <i****5@g****m> almost 8 years ago
c81e5206 merge Merge pull request #31 from gsmol/master Dmitry Ivanov <i****5@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
cd2ce892 fix base_dir ignore if provided base_dir do not exists Grigory Smolkin <g****n@p****u> almost 8 years ago
4eb329f4 fix docstrings Dmitry Ivanov <i****5@g****m> almost 8 years ago
35fd3a07 fixes for python 2 Dmitry Ivanov <i****5@g****m> almost 8 years ago
a4b37cae more tests Dmitry Ivanov <i****5@g****m> almost 8 years ago
0756cab5 show N last log lines in exceptions (impl file_tail()) Dmitry Ivanov <i****5@g****m> almost 8 years ago
d243e494 generate application name if asked to Dmitry Ivanov <i****5@g****m> almost 8 years ago
2ecd3a83 fix error in tests, enable streaming by default Dmitry Ivanov <i****5@g****m> almost 8 years ago
21ff1687 improved exception handling Dmitry Ivanov <i****5@g****m> almost 8 years ago
2b5d7eaa add unix_sockets=True to init() and default_conf() Dmitry Ivanov <i****5@g****m> almost 8 years ago
9648aa2e fix docs Dmitry Ivanov <i****5@g****m> almost 8 years ago
882582cc small fixes Dmitry Ivanov <i****5@g****m> almost 8 years ago
933c7ddb remove pgbench_init(), add pgbench_run(), add self.host here and there Dmitry Ivanov <i****5@g****m> almost 8 years ago
8c6d72bb move cached_initdb() to a dedicated module Dmitry Ivanov <i****5@g****m> almost 8 years ago
95d8d7c1 small fixes in tests/README.md Dmitry Ivanov <i****5@g****m> almost 8 years ago
6d50c5be readme for tests Dmitry Ivanov <i****5@g****m> almost 8 years ago
17fb170d enforce some checks (flake8) Dmitry Ivanov <i****5@g****m> almost 8 years ago
0e3a50e9 fix tests for 9.4 Dmitry Ivanov <i****5@g****m> almost 8 years ago
53c79f50 refactoring, fix handling of PG_BIN & PG_CONFIG, fix test_reload() Dmitry Ivanov <i****5@g****m> almost 8 years ago
8ff83491 remove six from dependencies Dmitry Ivanov <i****5@g****m> almost 8 years ago
fb4516ab merge Merge pull request #30 from funbringer/master Dmitry Ivanov <i****5@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
f79efe0c attempt to fix codecov Dmitry Ivanov <i****5@g****m> almost 8 years ago
84f033ec fixes, per review by @ildus Dmitry Ivanov <i****5@g****m> almost 8 years ago
03edc2eb remove unused module Dmitry Ivanov <i****5@g****m> almost 8 years ago
8449b878 make use of 'io', comments Dmitry Ivanov <i****5@g****m> almost 8 years ago
33ec2604 more tests for poll_query_until() Dmitry Ivanov <i****5@g****m> almost 8 years ago
18fccb64 fix unicode one more time Dmitry Ivanov <i****5@g****m> almost 8 years ago
c256c0c3 huge refactoring, split code into several submodules Dmitry Ivanov <i****5@g****m> almost 8 years ago
8434cc37 fixes in poll_query_until() Dmitry Ivanov <i****5@g****m> almost 8 years ago
5f08f2ef reformat code, add 'commit' arg to poll_query_until() Dmitry Ivanov <i****5@g****m> almost 8 years ago
f59150b7 improve catchup() api, don't use /dev/null in _execute_utility(), don't creat... Dmitry Ivanov <i****5@g****m> almost 8 years ago
24aa4eab update README.md Dmitry Ivanov <i****5@g****m> almost 8 years ago
9cc56398 fixes, small cleanup Dmitry Ivanov <i****5@g****m> almost 8 years ago
5b15db9c reformat code using yapf Dmitry Ivanov <i****5@g****m> almost 8 years ago
613c59ce more tests for coverage Dmitry Ivanov <i****5@g****m> almost 8 years ago
7be2f8da improve logging, make tests more reliable Dmitry Ivanov <i****5@g****m> almost 8 years ago
2119d996 merge Merge branch 'arssher-master' Dmitry Ivanov <i****5@g****m> almost 8 years ago
a329c426 refactoring, improved TestgresLogger, make some fields private Dmitry Ivanov <i****5@g****m> almost 8 years ago
f5732d15 One-line input. Arseny Sher <s****s@y****u> almost 8 years ago
59e8c818 Renamed inp to input, added test for it, fixed restart logging. Arseny Sher <s****s@y****u> almost 8 years ago
43cb1d16 Enable node restart logging. Arseny Sher <s****s@y****u> almost 8 years ago
72f6a7ee Allow to feed smth into stdin of psql and safe_psql. Arseny Sher <s****s@y****u> almost 8 years ago
14447595 bump version to 1.4.1 Dmitry Ivanov <i****5@g****m> almost 8 years ago
bd4eb3c2 fix authentication for replication in pg_hba.conf Dmitry Ivanov <i****5@g****m> almost 8 years ago
a0fa95ef take better care of pg_hba.conf Dmitry Ivanov <i****5@g****m> almost 8 years ago
a4fcaa2c bump version to 1.4.0 Dmitry Ivanov <i****5@g****m> almost 8 years ago
f4686a48 improve test_backup_simple(), set max_attempts=0 in poll_query_until() by def... Dmitry Ivanov <i****5@g****m> almost 8 years ago
b9b1d015 add test_custom_init() Dmitry Ivanov <i****5@g****m> almost 8 years ago
33c3b7bc rewrite tests using assertRaises() Dmitry Ivanov <i****5@g****m> almost 8 years ago
07b42aeb fix typos Dmitry Ivanov <i****5@g****m> almost 8 years ago
d7afaad5 allow zero (infinite) 'max_attempts' in poll_query_until() Dmitry Ivanov <i****5@g****m> almost 8 years ago
15ccedb5 more tests Dmitry Ivanov <i****5@g****m> almost 8 years ago
5d5b471b improve error handling and logging Dmitry Ivanov <i****5@g****m> almost 8 years ago
71d0af07 small fix Dmitry Ivanov <i****5@g****m> almost 8 years ago
61b75168 fix support for utf-8 Dmitry Ivanov <i****5@g****m> almost 8 years ago
650a7dfb refactoring, fix tests, fix moron comments Dmitry Ivanov <i****5@g****m> almost 8 years ago
1f74dde8 merge Merge branch 'master' of github.com:postgrespro/testgres Dmitry Ivanov <i****5@g****m> almost 8 years ago
4f00dbb0 improved setup.py, new enum for transaction isolation levels Dmitry Ivanov <i****5@g****m> almost 8 years ago
3cbb3a56 Update README.md Dmitry Ivanov <i****5@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
18d6d796 bump version to 1.3.4 Dmitry Ivanov <i****5@g****m> almost 8 years ago
49fab00e reformat code using yapf Dmitry Ivanov <i****5@g****m> almost 8 years ago
a1ac4fb6 merge Merge pull request #28 from arssher/master Dmitry Ivanov <i****5@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
5f57cb66 commit=True by default in PostgresNode.execute() and document it. Arseny Sher <s****s@y****u> almost 8 years ago
aaf73ff0 bump version to 1.3.3 Dmitry Ivanov <i****5@g****m> about 8 years ago
10f43fb5 fix get_control_data() Dmitry Ivanov <i****5@g****m> about 8 years ago
ee895121 fix F821 reported by flake8 Dmitry Ivanov <i****5@g****m> about 8 years ago
6561a457 unite two logging sections in README.md Dmitry Ivanov <i****5@g****m> about 8 years ago
2d6f1c3e update README.md Dmitry Ivanov <i****5@g****m> about 8 years ago
e39bdfc4 remove everything on cleanup() by default Dmitry Ivanov <i****5@g****m> about 8 years ago
1c907235 fix rm files on cleanup() Dmitry Ivanov <i****5@g****m> about 8 years ago
bd428b03 remove cached initdb dir by default Dmitry Ivanov <i****5@g****m> about 8 years ago

← Back to repository