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

basic wiremock test #2170

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

Conversation

sfc-gh-mkubik
Copy link

@sfc-gh-mkubik sfc-gh-mkubik commented Feb 10, 2025

SNOW-921045

This PR adds support for wiremock tests. Wiremock is being fetched with curl on environment setup and the wiremock server is started per test suite using pytest fixture providing a context manager that assures one wiremock instance is being shared between multiple tests.

Wiremock tests need to be skipped on Jenkins since currently used manylinux container doesn't support Java.

  1. Fill out the following pre-review checklist:

    • I am adding a new automated test(s) to verify correctness of my new code
    • I am adding new logging messages
    • I am adding a new telemetry message
    • I am modifying authorization mechanisms
    • I am adding new credentials
    • I am modifying OCSP code
    • I am adding a new dependency
  2. Please describe how your code solves the related issue.

    Please write a short description of how your code change solves the related issue.

@sfc-gh-mkubik sfc-gh-mkubik added the DO_NOT_PORT_CHANGES_TO_SP Add this label when changes in this PR do not need to be port to SP connector label Feb 11, 2025
@sfc-gh-mkubik sfc-gh-mkubik removed the DO_NOT_PORT_CHANGES_TO_SP Add this label when changes in this PR do not need to be port to SP connector label Feb 13, 2025
@sfc-gh-mkubik sfc-gh-mkubik marked this pull request as ready for review February 13, 2025 17:36
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