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

Replace boulder tests with pebble #9918

Merged
merged 13 commits into from May 2, 2024
Merged

Replace boulder tests with pebble #9918

merged 13 commits into from May 2, 2024

Conversation

wgreenberg
Copy link
Collaborator

Pebble 2.5.1 supports OCSP stapling, so we can finally replace all boulder tests/harnesses with the much simpler pebble setup.

Closes #9898

@zoracon zoracon requested review from a team and bmw and removed request for a team April 16, 2024 02:07
@bmw
Copy link
Member

bmw commented Apr 16, 2024

@wgreenberg, are you ready for a review on this? just let me know when you are and i'll take a look

@wgreenberg
Copy link
Collaborator Author

@bmw just about! need to fix some bits around how we invoke pebble, but that shouldn't take too long

Since this argument is never set and always defaults to 'pebble', just
remove it to simplify assumptions about which test server's being used.
Now that pebble supports all of our test cases, we can move off of
the much more complicated boulder test harness.
@wgreenberg
Copy link
Collaborator Author

@bmw aaand finally, this is ready for review.

Copy link
Member

@bmw bmw left a comment

Choose a reason for hiding this comment

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

nice work!

i initially just started to approve this and submit a follow up PR with a few minor nitpicks for you to take or leave, but i thought it'd be slightly nice to avoid the unnecessary churn on the custom http-01-port and proxy condition if i'm understanding that code correctly

otherwise, this LGTM

.azure-pipelines/templates/jobs/extended-tests-jobs.yml Outdated Show resolved Hide resolved
tox.ini Outdated Show resolved Hide resolved
Copy link
Member

@bmw bmw left a comment

Choose a reason for hiding this comment

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

lgtm!

@bmw
Copy link
Member

bmw commented May 2, 2024

79 added lines to 376 deleted lines is pretty damn good imo

@bmw bmw merged commit 873f979 into master May 2, 2024
13 checks passed
@bmw bmw deleted the fix-9898 branch May 2, 2024 19:24
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.

Look into replacing Boulder tests w/ Pebble tests (or removing it entirely)
2 participants