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

fix: update dotnetTestBase assembly version #1601

Merged

Conversation

serena-ruan
Copy link
Contributor

@serena-ruan serena-ruan commented Aug 5, 2022

… not interrupt each other

Related Issues/PRs

None

What changes are proposed in this pull request?

Update dotnetTestBase assembly to keep updated with current version. Because it internally changes for each build by updating synapseml package version, and if you run two pipeline at the same time they interrupt each other.

How is this patch tested?

  • I have written tests (not required for typo or doc fix) and confirmed the proposed feature/bug-fix/change works.

Does this PR change any dependencies?

  • No. You can skip this section.
  • Yes. Make sure the dependencies are resolved correctly, and list changes here.

Does this PR add a new feature? If so, have you added samples on website?

  • No. You can skip this section.
  • Yes. Make sure you have added samples following below steps.
  1. Find the corresponding markdown file for your new feature in website/docs/documentation folder.
    Make sure you choose the correct class estimators/transformers and namespace.
  2. Follow the pattern in markdown file and add another section for your new API, including pyspark, scala (and .NET potentially) samples.
  3. Make sure the DocTable points to correct API link.
  4. Navigate to website folder, and run yarn run start to make sure the website renders correctly.
  5. Don't forget to add <!--pytest-codeblocks:cont--> before each python code blocks to enable auto-tests for python samples.
  6. Make sure the WebsiteSamplesTests job pass in the pipeline.

AB#1915009

@serena-ruan
Copy link
Contributor Author

/azp run

@github-actions
Copy link

github-actions bot commented Aug 5, 2022

Hey @serena-ruan 👋!
Thank you so much for contributing to our repository 🙌.
Someone from SynapseML Team will be reviewing this pull request soon.
We appreciate your patience and contributions 💯!

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2022

Codecov Report

Merging #1601 (7bf3d87) into master (05a4202) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1601      +/-   ##
==========================================
- Coverage   83.66%   83.64%   -0.02%     
==========================================
  Files         305      295      -10     
  Lines       15797    15541     -256     
  Branches      752      752              
==========================================
- Hits        13217    13000     -217     
+ Misses       2580     2541      -39     
Impacted Files Coverage Δ
...soft/azure/synapse/ml/cntk/CNTKFunctionParam.scala 30.76% <0.00%> (-15.39%) ⬇️
...crosoft/azure/synapse/ml/io/http/HTTPClients.scala 67.64% <0.00%> (-14.71%) ⬇️
...rosoft/azure/synapse/ml/param/DataFrameParam.scala 64.28% <0.00%> (-14.29%) ⬇️
.../azure/synapse/ml/param/PythonWrappableParam.scala 66.66% <0.00%> (-8.34%) ⬇️
...ft/azure/synapse/ml/param/JsonEncodableParam.scala 57.14% <0.00%> (-7.15%) ⬇️
...re/src/main/python/synapse/ml/core/schema/Utils.py 67.10% <0.00%> (-5.27%) ⬇️
...soft/azure/synapse/ml/cognitive/TextToSpeech.scala 84.84% <0.00%> (-3.04%) ⬇️
...oft/azure/synapse/ml/cognitive/TextAnalytics.scala 86.25% <0.00%> (-2.68%) ⬇️
.../azure/synapse/ml/downloader/ModelDownloader.scala 85.18% <0.00%> (-2.47%) ⬇️
.../azure/synapse/ml/cognitive/TextAnalyticsSDK.scala 86.01% <0.00%> (-1.40%) ⬇️
... and 14 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@serena-ruan
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@serena-ruan
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@serena-ruan
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@serena-ruan serena-ruan changed the title fix: update dotnetTestBase assembly version so different pipelines do… fix: update dotnetTestBase assembly version Aug 5, 2022
@serena-ruan serena-ruan merged commit adf1a61 into microsoft:master Aug 5, 2022
@serena-ruan serena-ruan deleted the serena/updateDotnetTestBase branch August 5, 2022 08: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.

2 participants