-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Updated netty versions to 4.1.50.Final #11271
Updated netty versions to 4.1.50.Final #11271
Conversation
/azp run java - cosmos - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - cosmos - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR seems to be removing our integration tests. are the tests not working for v3?
sdk/cosmos/tests.yml
Outdated
# by running them against a different cosmosdb instance | ||
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml | ||
parameters: | ||
TestName: Single_Region_Session_2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you seem to be removing our integration tests. are the tests not working for v3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are:
- just clubbed some of different CIs to single CI with both Https and Tcp protocol.
- removed some of the extra ones which we don't need every single time for every change.
- In addition, we really don't need all these CIs for v3 as there is no feature changes going on.
I am okay with adding them back if you think they are essential.
@@ -22,7 +22,6 @@ jobs: | |||
DisplayName: ReadMyWrites Integration Tests | |||
OSVmImage: 'ubuntu-18.04' | |||
ProfileFlag: '-Pe2e' | |||
AdditionalArgs: '-DargLine="-Dcosmos.directModeProtocol=Https"' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why these ones are removed? is that intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, currently on V3- we are not running e2e tests on Tcp mode, which is important as compared to running e2e tests on https mode.
@@ -190,7 +189,6 @@ jobs: | |||
DisplayName: Single Region ReadMyWrites | |||
OSVmImage: 'ubuntu-18.04' | |||
ProfileFlag: '-Pe2e' | |||
AdditionalArgs: '-DargLine="-Dcosmos.directModeProtocol=Https"' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, currently on V3- we are not running e2e tests on Tcp mode, which is important as compared to running e2e tests on https mode.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Vulnerabilities Reported:
https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11612/
https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20445/
https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20444/