pullrequests Search Results · repo:postgrespro/testgres language:Python is:merged is:merged
Filter by
210 results
(111 ms)210 results
inpostgrespro/testgres (press backspace or delete to remove)This commit does the following things:
1) It detects a kind of process (master/worker)
2) It detects a mode of process (collect/exec)
3) It creates/configures a log file for worker/exec only
4) It ...
dmitry-lipetsk
- Opened on Jul 8
- #282
dmitry-lipetsk
- Opened on Jul 8
- #281
Testgres supports python 3.7 but its tests - no.
The problem was in pluggy.Result.
In the python 3.7 this thing has the name pluggy._result._Result.
CI now tests python 3.7, too.
The exact latest version ...
dmitry-lipetsk
- Opened on Jul 7
- #280
This patch contains a lot of improvements for NodeApp
- NodeApp was moved to own py-file
- NodeApp::os_ops is RO-property
- NodeApp::test_path is RO-property
- NodeApp::nodes_to_cleanup is RO-property ...
dmitry-lipetsk
- 1
- Opened on Jun 27
- #278
Python 3.13 deleted the following internal functions:
- logging._acquireLock()
- logging._releaseLock()
See https://github.com/python/cpython/commit/74723e11109a320e628898817ab449b3dad9ee96 (Sep ...
dmitry-lipetsk
- Opened on Jun 27
- #276
This strange PostgresNode property is not documented and is not used in Testgres code.
dmitry-lipetsk
- Opened on Jun 25
- #275
This thing must be used instead os.path.join(...).
I decided to use the name build_path instead path_join . If you know the better name for this method, please, let me
know. Thanks.
LocalOperations uses ...
dmitry-lipetsk
- Opened on Jun 25
- #273
dmitry-lipetsk
- Opened on Jun 24
- #272
It will help understand what it happens? when a port conflict occurs.
dmitry-lipetsk
- Opened on Jun 24
- #270