1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-04-26 21:22:39 +02:00
Commit Graph

23 Commits

Author SHA1 Message Date
Ivan Lazarev 3e8a08edd5 [PBCKP-220] removed FULL tests, PGPROBACKUP=ON and other flags added on CI 2022-07-04 06:04:17 +03:00
avaness acc8edcd62 minor hotfix for OptionTest.test_help_6, OptionTest.test_version_2 and tests/Readme.md FAQ (#494)
Co-authored-by: Ivan Lazarev <i.lazarev@postgrespro.ru>
2022-06-16 11:46:19 +03:00
Daniel Shelepanov 68b77a06bc [PBCKP-150] Reading buffer is flushed each time we verify the checksum. (#487)
The race condition is covered with a unit-test, the buffer is flushed
now so each of 300 reads requests the data from the disc.
2022-05-25 14:45:25 +03:00
Vyacheslav Makarov 4b2df86d69 PBCKP-97: added localization of messages
* PBCKP-97: Adding localization files

	Added localization of messages. Fixed some bugs.
	Added the --enable-nls tag for tests.
	Added a test to check the localization of messages.

Co-authored-by: Vyacheslav Makarov <v.makarov@postgrespro.ru>
2022-05-23 20:13:18 +03:00
AndrewBille 8846e1997a Stabilizy tests. (#411)
* tests: Introduced a new flag for tests -- PGPROBACKUP_GDB
* tests: Do travis builds with CFLAGS="-O0" (stabilization of gdb tests)
* tests: Run compatibility tests only if PGPROBACKUPBIN_OLD set
* tests: Running some tests now depends on PGPROBACKUP_SSH_REMOTE
2021-08-03 21:59:49 +03:00
Grigory Smolkin bd284a7a41 Readme: allow tracing for gdb tests 2021-04-22 17:36:34 +03:00
anastasia 5207900fb8 Update tests/Readme.md. Add note about python3. 2021-02-11 12:01:13 +03:00
Grigory Smolkin 3c00972bd4 tests: move to python3 2020-10-30 02:47:06 +03:00
Alexey Kondratov 64d35c5022 Added support for ptrack 2.0 2019-12-23 18:23:29 +03:00
Grigory Smolkin db73f84057 [Issue #101] Multiple spelling fixes. Reported by Alexander Lakhin 2019-07-23 20:11:11 +03:00
Grigory Smolkin b38692f464 tests: now ptrack tests by default are disabled, they can be enables via PG_PROBACKUP_PTRACK env variable. Multiple fixes, especially for PG 9.5 2019-07-12 18:01:28 +03:00
Grigory Smolkin 513bc487c2 tests: remove psycopg2 2019-06-01 15:00:32 +03:00
Grigory Smolkin 88fed2b424 tests: add suit of basic tests 2019-05-28 12:41:03 +03:00
Grigory Smolkin 04541c5029 tests: final Windows fixes 2019-05-01 02:39:08 +03:00
Grigory Smolkin 62c2028a0f tests: support remote tests 2019-02-01 19:32:48 +03:00
Grigory Smolkin 0818889c06 tests: add note about compatibility test in Readme 2018-10-15 12:30:35 +03:00
Ilya Skvortsov 4f544e90b7 Update Readme.md 2018-04-23 17:20:46 +03:00
Grigory Smolkin fa9d02e9a3 tests: testgres version in Readme fix 2018-02-14 10:31:30 +03:00
Grigory Smolkin 9e44d505bc tests: changes to tests.README and minor corrections 2018-01-18 17:15:21 +03:00
Grigory Smolkin 0de4ec09ab tests: PGPRO-1230 ptrack race condition tests 2018-01-10 16:03:33 +03:00
Grigory Smolkin ab59860dc9 tests: minor improvements 2017-12-25 11:28:25 +03:00
Grigory Smolkin 17c1b317ca tests: archive compression 2017-12-14 00:29:39 +03:00
Grigory Smolkin 2bd2b6e1b8 tests fixes 2017-10-11 18:08:56 +03:00