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

SNOW-623822 Fix SnowparkPythonSnowflakePythonClientRegressRunner Job #1183

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

sfc-gh-kwagner
Copy link
Contributor

Description
Added in line to install wheel file for cffi

Testing
Tested in Jenkins. Job now passes

Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes #NNNN

  2. 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 modifying authorization mechanisms
    • I am adding new credentials
    • I am modifying OCSP code
    • I am adding a new dependency
  3. Please describe how your code solves the related issue.

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

Description
Added in line to install wheel file for cffi

Testing
Tested in Jenkins
@codecov-commenter
Copy link

Codecov Report

Merging #1183 (e175ecd) into main (44862bf) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1183      +/-   ##
==========================================
- Coverage   84.80%   84.76%   -0.05%     
==========================================
  Files          57       57              
  Lines        7801     7823      +22     
  Branches     1259     1266       +7     
==========================================
+ Hits         6616     6631      +15     
- Misses        886      893       +7     
  Partials      299      299              
Impacted Files Coverage Δ
src/snowflake/connector/telemetry_oob.py 72.48% <0.00%> (-1.17%) ⬇️
src/snowflake/connector/s3_storage_client.py 84.52% <0.00%> (-0.78%) ⬇️
src/snowflake/connector/ocsp_snowflake.py 71.30% <0.00%> (-0.67%) ⬇️
src/snowflake/connector/network.py 81.32% <0.00%> (-0.48%) ⬇️
src/snowflake/connector/result_batch.py 92.08% <0.00%> (-0.33%) ⬇️
src/snowflake/connector/errors.py 89.89% <0.00%> (ø)
src/snowflake/connector/file_transfer_agent.py 85.80% <0.00%> (ø)
src/snowflake/connector/encryption_util.py 99.08% <0.00%> (+<0.01%) ⬆️
src/snowflake/connector/azure_storage_client.py 91.66% <0.00%> (+0.06%) ⬆️
src/snowflake/connector/constants.py 97.45% <0.00%> (+0.10%) ⬆️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 44862bf...e175ecd. Read the comment docs.

@sfc-gh-kwagner sfc-gh-kwagner merged commit ccbfd7b into main Jul 7, 2022
@sfc-gh-kwagner sfc-gh-kwagner deleted the kwagner-snow-623822 branch July 7, 2022 20:35
@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants