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

bug-1894282: Support gcp stage in systemtest #1002

Merged
merged 2 commits into from
May 3, 2024
Merged

bug-1894282: Support gcp stage in systemtest #1002

merged 2 commits into from
May 3, 2024

Conversation

relud
Copy link
Member

@relud relud commented Apr 30, 2024

systemtest/test_env.sh needs an env that points to the gcp stage url

systemtest/test_content_length.py::TestContentLength::test_content_length_1000 needs to accept http 502 from google's load balancer, because it behaves differently from amazon load balancers.

@relud relud requested a review from willkg April 30, 2024 16:22
@relud relud requested a review from a team as a code owner April 30, 2024 16:22
assert status_code == 504
assert status_code in (
# without LB, nginx drops the connection
None,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What environment do we run the system tests in that doesn't have a load balancer, but does have nginx?

Copy link
Member Author

@relud relud Apr 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when i have a spare moment: local dev and CI

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand what that means. Does that mean you wrote up a bug to change the local dev environment such that it includes nginx running in local dev?

Copy link
Member Author

@relud relud May 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point, i have filed a bug about it https://bugzilla.mozilla.org/show_bug.cgi?id=1894955

We should support nginx without a cloud load balancer for a future where that bug is implemented.

@relud relud requested a review from willkg May 1, 2024 15:37
Copy link
Contributor

@willkg willkg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@relud relud merged commit fc443fd into main May 3, 2024
2 checks passed
@relud relud deleted the systemtest-gcp branch May 3, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants