Skip to content

LG-5737 Remove Smoke Tests from IDP#5883

Merged
theabrad merged 6 commits intomainfrom
abradley-5737-smoke-tests
Feb 1, 2022
Merged

LG-5737 Remove Smoke Tests from IDP#5883
theabrad merged 6 commits intomainfrom
abradley-5737-smoke-tests

Conversation

@theabrad
Copy link
Copy Markdown
Contributor

The smoke tests were unreliable so we replaced them with other kinds of
monitoring to make the application still works.

The smoke tests were unreliable so we replaced them with other kinds of
monitoring to make the application still works.
Copy link
Copy Markdown
Contributor

@zachmargolis zachmargolis left a comment

Choose a reason for hiding this comment

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

LGTM! one comment

Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
IdentityIdp/MailLaterLinter:
Enabled: true

IdentityIdp/TranslationLinter:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We'll need to remove line 12 of this file as well.

@zachmargolis
Copy link
Copy Markdown
Contributor

@theabrad CodeClimate's failure here looks incorrect (maintaining total coverage shouldn't be a problem if all this does is delete code), let me know if you'd like me to override CodeClimate with an admin merge


# Looks up the OIDC service provider for that environment, example key: MONITOR_INT_OIDC_SP_URL
def oidc_sp_url
ENV["MONITOR_#{monitor_env}_OIDC_SP_URL"] || (local? && '/test/oidc')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

oh wait this is the one place we use the test OIDC controller, the code coverage error may have been correct

Let's delete the OidcTestController and its route, views, etc. I think the SamlTestController is still used a little in other places

@theabrad theabrad merged commit c2e39bf into main Feb 1, 2022
@theabrad theabrad deleted the abradley-5737-smoke-tests branch February 1, 2022 19:05
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.

3 participants