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

Fix digital twins query pagination test #16087

Merged
merged 3 commits into from
Oct 19, 2020

Commits on Oct 19, 2020

  1. Fix digital twins query pagination test

    This test frequently failed claiming that only one page of results was returned from a query. In order to fix this, the test will now create more than just the minimum amount of queryable twins, and it will wait until at least pageSize + 1 twins can be queried before testing that we can control the page size
    timtay-microsoft committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    3e917ac View commit details
    Browse the repository at this point in the history
  2. fixup

    timtay-microsoft committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    cc58940 View commit details
    Browse the repository at this point in the history
  3. fix up

    timtay-microsoft committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    082f5a3 View commit details
    Browse the repository at this point in the history