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

Updated netty versions to 4.1.50.Final #11271

Conversation

@kushagraThapar
Copy link
Member Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kushagraThapar
Copy link
Member Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@moderakh moderakh left a 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?

# by running them against a different cosmosdb instance
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml
parameters:
TestName: Single_Region_Session_2
Copy link
Contributor

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?

Copy link
Member Author

@kushagraThapar kushagraThapar May 19, 2020

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"'
Copy link
Contributor

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?

Copy link
Member Author

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"'
Copy link
Contributor

Choose a reason for hiding this comment

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

ditto

Copy link
Member Author

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.

Copy link
Contributor

@moderakh moderakh left a comment

Choose a reason for hiding this comment

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

LGTM

@kushagraThapar kushagraThapar merged commit cf9f58a into Azure:release/cosmos_v3 May 19, 2020
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