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

Enabling ignored query tests. Ported Queryplan and OffsetLimit #5365

Merged
merged 7 commits into from
Nov 6, 2019

Conversation

mbhaskar
Copy link
Member

@mbhaskar mbhaskar commented Sep 12, 2019

Enabling the ignored query tests.
Ported query plan from V2: https://github.com/Azure/azure-cosmosdb-java/pull/111/files
Ported offset limit from V2: https://github.com/Azure/azure-cosmosdb-java/pull/234/files
Ported offset limit fix from V2: https://github.com/Azure/azure-cosmosdb-java/pull/256/files
Added additional test to consume all the docs from a collection using offset limit based paging: Azure/azure-cosmosdb-java#257

@mbhaskar
Copy link
Member Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mbhaskar
Copy link
Member Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mbhaskar
Copy link
Member Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

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.

I have added 1 suggestion, please implement it.

Disabling non value aggregates
@mbhaskar mbhaskar requested review from kushagraThapar and removed request for christopheranderson October 30, 2019 19:35
Adding test to drain all the documents (Azure#257)
@mbhaskar
Copy link
Member Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mbhaskar
Copy link
Member Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mbhaskar mbhaskar changed the title Enabling ignored query tests. Enabling ignored query tests. Ported Queryplan and OffsetLimit Oct 31, 2019
@mbhaskar
Copy link
Member Author

mbhaskar commented Nov 1, 2019

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

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

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.

@bhaskar is ReadMyWrites test passing on this PR?

ReadMyWrites is a must for this PR. Please make sure it is running
The PR code looks good. thank you.

@mbhaskar
Copy link
Member Author

mbhaskar commented Nov 5, 2019

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@moderakh
Copy link
Contributor

moderakh commented Nov 5, 2019

@mbhaskar which test is running ReadMyWrites? none is called that

@mbhaskar
Copy link
Member Author

mbhaskar commented Nov 5, 2019

@bhaskar is ReadMyWrites test passing on this PR?

ReadMyWrites is a must for this PR. Please make sure it is running
The PR code looks good. thank you.

-- Meters ----------------------------------------------------------------------
#Successful Operations
count = 50203
mean rate = 20.41 events/second
1-minute rate = 14.61 events/second
5-minute rate = 15.43 events/second
15-minute rate = 18.11 events/second
#Unsuccessful Operations
count = 0
mean rate = 0.00 events/second
1-minute rate = 0.00 events/second
5-minute rate = 0.00 events/second
15-minute rate = 0.00 events/second

@moderakh moderakh self-requested a review November 6, 2019 00:11
@mbhaskar
Copy link
Member Author

mbhaskar commented Nov 6, 2019

@mbhaskar which test is running ReadMyWrites? none is called that

E2E tests run ReadMyWrites

This is the o/p for HTTPs mode
-- Meters ----------------------------------------------------------------------
#Successful Operations
count = 207812
mean rate = 129.08 events/second
1-minute rate = 112.97 events/second
5-minute rate = 118.36 events/second
15-minute rate = 114.81 events/second
#Unsuccessful Operations
count = 0
mean rate = 0.00 events/second
1-minute rate = 0.00 events/second
5-minute rate = 0.00 events/second
15-minute rate = 0.00 events/second

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