agora inbox for pgpool-committers@postgresql.org  
help / color / mirror / Atom feed
pgpool: Test: tweak timeout in 034 and 075 tests.
5+ messages / 1 participants
[nested] [flat]

* pgpool: Test: tweak timeout in 034 and 075 tests.
@ 2025-08-29 07:08 Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 5+ messages in thread

From: Tatsuo Ishii @ 2025-08-29 07:08 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

Test: tweak timeout in 034 and 075 tests.

034.promote_node and 075.detach_primary_left_down_node set the timeout
60 seconds for finishing follow primary script.  It turns out that
these timeout values are not long enough, and sometimes caused false
errors. So make them from 60 seconds to 120 seconds.

Backpath-through: v4.2

Branch
------
V4_3_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=3d38bcb00359f3e0fcad262294f2244ad641e...

Modified Files
--------------
src/test/regression/tests/034.promote_node/test.sh                  | 2 +-
src/test/regression/tests/075.detach_primary_left_down_node/test.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* pgpool: Test: tweak timeout in 034 and 075 tests.
@ 2025-08-29 07:08 Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 5+ messages in thread

From: Tatsuo Ishii @ 2025-08-29 07:08 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

Test: tweak timeout in 034 and 075 tests.

034.promote_node and 075.detach_primary_left_down_node set the timeout
60 seconds for finishing follow primary script.  It turns out that
these timeout values are not long enough, and sometimes caused false
errors. So make them from 60 seconds to 120 seconds.

Backpath-through: v4.2

Branch
------
V4_4_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a86afc6c6d0747c8fa5f416f34427716e9a23...

Modified Files
--------------
src/test/regression/tests/034.promote_node/test.sh                  | 2 +-
src/test/regression/tests/075.detach_primary_left_down_node/test.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* pgpool: Test: tweak timeout in 034 and 075 tests.
@ 2025-08-29 07:08 Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 5+ messages in thread

From: Tatsuo Ishii @ 2025-08-29 07:08 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

Test: tweak timeout in 034 and 075 tests.

034.promote_node and 075.detach_primary_left_down_node set the timeout
60 seconds for finishing follow primary script.  It turns out that
these timeout values are not long enough, and sometimes caused false
errors. So make them from 60 seconds to 120 seconds.

Backpath-through: v4.2

Branch
------
V4_5_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=705c9c68fe1b8855cffbdf3581a1a79554398...

Modified Files
--------------
src/test/regression/tests/034.promote_node/test.sh                  | 2 +-
src/test/regression/tests/075.detach_primary_left_down_node/test.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* pgpool: Test: tweak timeout in 034 and 075 tests.
@ 2025-08-29 07:09 Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 5+ messages in thread

From: Tatsuo Ishii @ 2025-08-29 07:09 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

Test: tweak timeout in 034 and 075 tests.

034.promote_node and 075.detach_primary_left_down_node set the timeout
60 seconds for finishing follow primary script.  It turns out that
these timeout values are not long enough, and sometimes caused false
errors. So make them from 60 seconds to 120 seconds.

Backpath-through: v4.2

Branch
------
V4_6_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=9c901e60a1f09babf6e8951bedff70a7b3c87...

Modified Files
--------------
src/test/regression/tests/034.promote_node/test.sh                  | 2 +-
src/test/regression/tests/075.detach_primary_left_down_node/test.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* pgpool: Test: tweak timeout in 034 and 075 tests.
@ 2025-08-29 07:09 Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 5+ messages in thread

From: Tatsuo Ishii @ 2025-08-29 07:09 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

Test: tweak timeout in 034 and 075 tests.

034.promote_node and 075.detach_primary_left_down_node set the timeout
60 seconds for finishing follow primary script.  It turns out that
these timeout values are not long enough, and sometimes caused false
errors. So make them from 60 seconds to 120 seconds.

Backpath-through: v4.2

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=58f0f472ada32bac147801c20b6d92983af9e...

Modified Files
--------------
src/test/regression/tests/034.promote_node/test.sh                  | 2 +-
src/test/regression/tests/075.detach_primary_left_down_node/test.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~2025-08-29 07:09 UTC | newest]

Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-08-29 07:08 pgpool: Test: tweak timeout in 034 and 075 tests. Tatsuo Ishii <ishii@postgresql.org>
2025-08-29 07:08 pgpool: Test: tweak timeout in 034 and 075 tests. Tatsuo Ishii <ishii@postgresql.org>
2025-08-29 07:08 pgpool: Test: tweak timeout in 034 and 075 tests. Tatsuo Ishii <ishii@postgresql.org>
2025-08-29 07:09 pgpool: Test: tweak timeout in 034 and 075 tests. Tatsuo Ishii <ishii@postgresql.org>
2025-08-29 07:09 pgpool: Test: tweak timeout in 034 and 075 tests. Tatsuo Ishii <ishii@postgresql.org>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox