Content-Length: 994 | pFad | http://github.com/postgrespro/testgres/pull/107.patch
thub.com
From 7041c0ccb23440c0e5ab6ae6f486465988bc7174 Mon Sep 17 00:00:00 2001
From: Oleg Gurev
Date: Tue, 30 Jan 2024 13:44:31 +0300
Subject: [PATCH] set default test locale to en
---
testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py b/testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py
index 7af21eb6..23777e92 100644
--- a/testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py
+++ b/testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py
@@ -52,6 +52,7 @@ def __init__(self):
parts[0] = re.match(r'\d+', parts[0]).group()
self.pg_config_version = reduce(lambda v, x: v * 100 + int(x), parts, 0)
+ os.environ['LANGUAGE'] = 'en' # set default locale language to en. All messages will use this locale
test_env = os.environ.copy()
envs_list = [
'LANGUAGE',
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/postgrespro/testgres/pull/107.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy