Skip to content

Conversation

@David-Noble-at-work
Copy link

@David-Noble-at-work David-Noble-at-work commented Nov 15, 2019

See #6289 and the test results that follow.]

David Noble and others added 27 commits November 8, 2019 16:15
…t from Main.java, and attempted to address a memory leak in the RntbdRequestTimer
…n long or int value should specify units
…_RESOLUTION_IN_NANOS from 5 to 100 ms in the hopes of resolving a performance issue on Windows
…d Mono.empty() and instead used ValueHolder<>(null)
…perations test failure which resulted from an incorrectly formed expected result string. Also: Removed unnecessary Ignore annotation imports.
…ogs. We might or might not keep the renames.
@David-Noble-at-work
Copy link
Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Pull request contains merge conflicts.

@David-Noble-at-work
Copy link
Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

David Noble added 2 commits November 16, 2019 10:28
…test because it is configured to use BoundedStaleness consistency.
… test timeout by bumping TIMEOUT as well as SETUP_TIMEOUT interval from 60 to 120 seconds
@David-Noble-at-work
Copy link
Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

… test timeout on Emulator runs by moving the queryLargeDocuments test out of the emulator group into the simple group.
@David-Noble-at-work
Copy link
Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@David-Noble-at-work
Copy link
Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

David Noble added 2 commits November 17, 2019 21:38
@David-Noble-at-work
Copy link
Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

…yTest which itermittently times out in CI environments.
@David-Noble-at-work
Copy link
Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

…egy for before_ParallelDocumentQueryTest which itermittently fails due to a 503 on a query operation in CI environments.
@David-Noble-at-work
Copy link
Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@David-Noble-at-work David-Noble-at-work marked this pull request as ready for review November 20, 2019 19:26
@David-Noble-at-work David-Noble-at-work changed the title DO NOT MERGE Issue/#6289/cosmos/v4/assess test issues Cosmos: clean test gates Nov 20, 2019
Copy link
Member

@kushagraThapar kushagraThapar left a comment

Choose a reason for hiding this comment

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

lgtm

/// <returns>List of effective partition key ranges for a collection or null if collection doesn't exist.</returns>
Mono<List<PartitionKeyRange>> tryGetOverlappingRangesAsync(String collectionResourceId, Range<String> range,
boolean forceRefresh /* = false */, Map<String, Object> properties);
Mono<Utils.ValueHolder<List<PartitionKeyRange>>> tryGetOverlappingRangesAsync(String collectionResourceId, Range<String> range,
Copy link
Contributor

Choose a reason for hiding this comment

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

This changes already are already merged:
#6312

Are there more changes? or the branch is stale? could you merge the source branch back to your branch


@BeforeClass(groups = { "simple" }, timeOut = SETUP_TIMEOUT)
public void beforeClass() throws URISyntaxException, IOException {
public void before_CosmosPartitionKeyTests() throws URISyntaxException, IOException {
Copy link
Contributor

Choose a reason for hiding this comment

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

any reason for renaming this method to before_CosmosPartitionKeyTests
If we are changing the test name pattern for beforeClass we should be consistent everywhere.

on the other test class you changed to before_CosmosSyncStoredProcTest
If this change is needed could you be consistent on "test" vs "tests"

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 brings in changes which are already merged in other PR:
#6312

Could you merge the target branch back to your branch to make sure this branch is not stale.

@David-Noble-at-work David-Noble-at-work merged commit b18a6aa into Azure:feature/cosmos/v4 Nov 21, 2019
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.

3 participants