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

test time increase #25582

Merged
merged 1 commit into from
Aug 8, 2022
Merged

test time increase #25582

merged 1 commit into from
Aug 8, 2022

Conversation

kashifkhan
Copy link
Member

@kashifkhan kashifkhan commented Aug 5, 2022

Increasing the time on the sleep, since I suspect that on Windows and MacOS where this particular test fails consistently on the pipeline fails, is due to the fact that asyncio.sleep is waking up a few ms before the actual sleep time. This causes the assert to fail since the increments havent been made to send_events

After the time, the test is consistenly passing on subsequent runs on mac, windows & linux.

More info here https://bugs.python.org/issue31539

@ghost ghost added the Event Hubs label Aug 5, 2022
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@kashifkhan
Copy link
Member Author

/azp run python - eventhub - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kashifkhan
Copy link
Member Author

/azp run python - eventhub - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kashifkhan
Copy link
Member Author

/azp run python - eventhub - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kashifkhan kashifkhan marked this pull request as ready for review August 8, 2022 22:13
@kashifkhan kashifkhan merged commit 967d083 into Azure:main Aug 8, 2022
@kashifkhan kashifkhan deleted the eh_async_tests branch August 17, 2022 13:59
wonder6845 pushed a commit to wonder6845/azure-sdk-for-python that referenced this pull request Aug 23, 2022
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-python that referenced this pull request Sep 26, 2023
AKS Fleet 2023 08 15 preview (Azure#25756)

* Adds base for updating Microsoft.ContainerService/fleet from version preview/2023-06-15-preview to version 2023-08-15-preview

* Updates readme

* Updates API version in new specs and examples

* [Fleet][Dev] Strategy resource API (Azure#25582)

* Adds base for updating Microsoft.ContainerService/fleet from version preview/2023-06-15-preview to version 2023-07-15-preview

* rebase

* Updates API version in new specs and examples

* new tsp files

* new tsp files

* readme files

* copy example files

* new example files

* fix example files

* compile

* compile to add new example files

* improve comments

* format tsp files

* re-compile

* improve comments

* visibility concistency

* [Fleet] Add VMSize to hub profile (Azure#25709)

* add VMSize to hub profile
* add VMSize examples
* improve description
* format

* Add portal FQDN to fleet hub profile (Azure#25766)

Co-authored-by: nguyenmin <nguyenmin@microsoft.com>

* [Fleet] Move VMSize into AgentProfile (Azure#25805)

* move vm size into agent profile

* re-generate

* [Fleet] Fix readme.md for 0815 (Azure#25822)

* fix readme

* format

---------

Co-authored-by: Minh Nguyen <comrc019@icloud.com>
Co-authored-by: nguyenmin <nguyenmin@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants