Moved azure-spring-data-cosmos-test to azure-spring-data-cosmos module#34898
Merged
kushagraThapar merged 24 commits intoMay 16, 2023
Merged
Conversation
saragluna
approved these changes
May 16, 2023
saragluna
pushed a commit
to saragluna/azure-sdk-for-java
that referenced
this pull request
May 16, 2023
Azure#34898) * Moved azure-spring-data-cosmos-test to azure-spring-data-cosmos module * Deleted azure-spring-data-cosmos-test module * Fixed build issues with spring-data-cosmos-test module * Opened azure.cosmos.implementation package to com.azure.spring.data.cosmos for testing * Updated AdditionalModules with azure-spring-data-cosmos module * Relying on current version of azure-cosmos * Reverting the current version change * Disabled tests with implementation packages accessor * Suppressing test checks * Added suppressions for spring data cosmos test files * updated pom.xml with experiments * testing junit * Fixed unit tests * Fixed application properties account host and key * Removed protocol and other unnecessary command line args * Passing env variables * Adding additional args back * Fixing java 17 tests * Fixed some tests with refelction issues * Fixed more tests * Fixed more tests * Fixed more tests
saragluna
added a commit
that referenced
this pull request
May 16, 2023
* Moved azure-spring-data-cosmos-test to azure-spring-data-cosmos module (#34898) * Moved azure-spring-data-cosmos-test to azure-spring-data-cosmos module * Deleted azure-spring-data-cosmos-test module * Fixed build issues with spring-data-cosmos-test module * Opened azure.cosmos.implementation package to com.azure.spring.data.cosmos for testing * Updated AdditionalModules with azure-spring-data-cosmos module * Relying on current version of azure-cosmos * Reverting the current version change * Disabled tests with implementation packages accessor * Suppressing test checks * Added suppressions for spring data cosmos test files * updated pom.xml with experiments * testing junit * Fixed unit tests * Fixed application properties account host and key * Removed protocol and other unnecessary command line args * Passing env variables * Adding additional args back * Fixing java 17 tests * Fixed some tests with refelction issues * Fixed more tests * Fixed more tests * Fixed more tests * Update pom.xml * Update CODEOWNERS --------- Co-authored-by: Kushagra Thapar <kuthapar@microsoft.com>
Netyyyy
reviewed
May 16, 2023
|
|
||
| assertThat(personListener.invokedOnAfterLoad).isTrue(); | ||
| assertThat(contactListener.invokedOnAfterLoad).isTrue(); | ||
| assertThat(contactListener.invokedOnAfterLoad).isFalse(); |
Contributor
There was a problem hiding this comment.
Is that right to directly change to false?
Netyyyy
reviewed
May 16, 2023
| List<ObjectNode> groupByContacts = repository.selectGroupBy(); | ||
| Assert.assertEquals(3, groupByContacts.size()); | ||
| } | ||
| // @Test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.