-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Event Hubs
Milestone
Description
To be completed after issue: #16617
Summary
Many EH samples run forever because of push mode. Currently, we choose to ignore these samples when testing in the live test pipeline. This is done by listing the samples in the IGNORED_SAMPLES of scripts/devops_tasks/test_run_samples.py. We want to allow these samples to exit() after a time limit.
Scope of work
Add the following push-mode samples to the TIMED_SAMPLES section in scripts/devops_tasks/test_run_samples.py. Since this issue should be completed after #16617 , the TIMED_SAMPLES section should already be in place.
Success Criteria
- Add EH push-mode samples to the
TIMED_SAMPLESsection. - Remove these samples from the
IGNORED_SAMPLESsection
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Event Hubs