Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(fix): increase the short timeout #4609

Merged
merged 8 commits into from
May 30, 2024
Merged

test(fix): increase the short timeout #4609

merged 8 commits into from
May 30, 2024

Conversation

sxd
Copy link
Member

@sxd sxd commented May 20, 2024

The short timeout that is only used on tablespaces tests it was by default set to
5 seconds, this is a bit too short and it was producing some failures in some of
the cloud environment tests.

Also, we stop logging errors that aren't errors at all while getting the pod logs.

Closes #4606

@sxd sxd requested review from jsilvela, NiccoloFei, litaocdl and a team as code owners May 20, 2024 13:02
@github-actions github-actions bot added backport-requested ◀️ This pull request should be backported to all supported releases release-1.21 release-1.22 release-1.23 labels May 20, 2024
Copy link
Contributor

❗ By default, the pull request is configured to backport to all release branches.

  • To stop backporting this pr, remove the label: backport-requested ◀️ or add the label 'do not backport'
  • To stop backporting this pr to a certain release branch, remove the specific branch label: release-x.y

@sxd sxd force-pushed the dev/4606 branch 2 times, most recently from e117b0b to a00aee2 Compare May 21, 2024 12:29
NiccoloFei added a commit to EnterpriseDB/cloudnative-pg that referenced this pull request May 24, 2024
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
@sxd sxd force-pushed the dev/4606 branch 2 times, most recently from 5c6e144 to 87c4f01 Compare May 28, 2024 08:38
sxd and others added 8 commits May 29, 2024 17:16
The short timeout that is only used on tablespaces tests it was by default
set to 5 seconds, this is a bit too short and it was producing some failures
in some of the cloud environment tests.

Closes #4606

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Remove `prometheus`, since it's not an existing filter.
Adding `tablespaces`.

Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Signed-off-by: Jonathan Gonzalez V. <jonathan.abdiel@gmail.com>
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
@mnencia
Copy link
Member

mnencia commented May 29, 2024

/test

Copy link
Contributor

@mnencia, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/9289873857

@mnencia
Copy link
Member

mnencia commented May 30, 2024

/ok-to-merge E2E failures are unrelated.

@cnpg-bot cnpg-bot added the ok to merge 👌 This PR can be merged label May 30, 2024
@mnencia mnencia merged commit 4b454e6 into main May 30, 2024
30 of 31 checks passed
@mnencia mnencia deleted the dev/4606 branch May 30, 2024 08:19
cnpg-bot pushed a commit that referenced this pull request May 30, 2024
The short timeout, which is only used on tablespaces tests, is set to
5 seconds by default. This is too short and produced some failures
in some cloud environment tests.

Additionally, we stop logging errors that aren't errors at all while getting
the pod logs.

Closes #4606

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Jonathan Gonzalez V. <jonathan.abdiel@gmail.com>
Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
(cherry picked from commit 4b454e6)
mnencia pushed a commit that referenced this pull request May 30, 2024
The short timeout, which is only used on tablespaces tests, is set to
5 seconds by default. This is too short and produced some failures
in some cloud environment tests.

Additionally, we stop logging errors that aren't errors at all while getting
the pod logs.

Closes #4606

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Jonathan Gonzalez V. <jonathan.abdiel@gmail.com>
Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
(cherry picked from commit 4b454e6)
mnencia pushed a commit that referenced this pull request May 30, 2024
The short timeout, which is only used on tablespaces tests, is set to
5 seconds by default. This is too short and produced some failures
in some cloud environment tests.

Additionally, we stop logging errors that aren't errors at all while getting
the pod logs.

Closes #4606

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Jonathan Gonzalez V. <jonathan.abdiel@gmail.com>
Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
(cherry picked from commit 4b454e6)
dougkirkley pushed a commit to dougkirkley/cloudnative-pg that referenced this pull request Jun 11, 2024
The short timeout, which is only used on tablespaces tests, is set to
5 seconds by default. This is too short and produced some failures
in some cloud environment tests.

Additionally, we stop logging errors that aren't errors at all while getting
the pod logs.

Closes cloudnative-pg#4606

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Jonathan Gonzalez V. <jonathan.abdiel@gmail.com>
Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Signed-off-by: Douglass Kirkley <dkirkley@eitccorp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-requested ◀️ This pull request should be backported to all supported releases ok to merge 👌 This PR can be merged release-1.21 release-1.22 release-1.23
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Tablespace e2e test sometimes goes timeout
4 participants