-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
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.Service Bus
Milestone
Description
To be completed after issue: #16617
Summary
A few of the SB 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. In order to test as many samples as possible, we should allow push-mode samples to run for a limited period of time then timeout.
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 SB push-mode samples to the TIMED_SAMPLES section.
- Remove those samples from IGNORED_SAMPLES section.
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.Service Bus