Skip to content

Moved azure-spring-data-cosmos-test to azure-spring-data-cosmos module#34898

Merged
kushagraThapar merged 24 commits into
Azure:mainfrom
kushagraThapar:dissolve_azure_spring_data_cosmos_test_module
May 16, 2023
Merged

Moved azure-spring-data-cosmos-test to azure-spring-data-cosmos module#34898
kushagraThapar merged 24 commits into
Azure:mainfrom
kushagraThapar:dissolve_azure_spring_data_cosmos_test_module

Conversation

@kushagraThapar

@kushagraThapar kushagraThapar commented May 11, 2023

Copy link
Copy Markdown
Member
  • Moved azure-spring-data-cosmos-test to azure-spring-data-cosmos module
  • Fixed integration tests on emulator and unit tests run on unit tests CI.

@kushagraThapar kushagraThapar requested a review from mssfang as a code owner May 12, 2023 16:22

@FabianMeiswinkel FabianMeiswinkel left a comment

Copy link
Copy Markdown
Member

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 6747da4 into Azure:main 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>

assertThat(personListener.invokedOnAfterLoad).isTrue();
assertThat(contactListener.invokedOnAfterLoad).isTrue();
assertThat(contactListener.invokedOnAfterLoad).isFalse();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is that right to directly change to false?

List<ObjectNode> groupByContacts = repository.selectGroupBy();
Assert.assertEquals(3, groupByContacts.size());
}
// @Test

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is there a TODO status?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

azure-spring All azure-spring related issues Cosmos

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants