-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[eventgrid] add tests for samples #16033
Conversation
sdk/eventgrid/azure-eventgrid/samples/champion_scenarios/cs3_consume_system_events.py
Outdated
Show resolved
Hide resolved
…onsume_system_events.py
@@ -15,8 +15,9 @@ | |||
from azure.eventgrid import EventGridConsumer | |||
|
|||
consumer = EventGridConsumer() | |||
path = os.path.abspath(os.path.join(os.path.abspath(__file__), "..", "./cs3_consume_system_events.json")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
path = os.path.abspath(os.path.join(os.path.abspath(__file__), "..", "./cs3_consume_system_events.json")) | |
path = os.path.abspath(os.path.join(os.path.abspath(__file__), "..", "./cs3_system_event.json")) |
sdk/eventgrid/azure-eventgrid/samples/champion_scenarios/cs3_consume_system_events.py
Outdated
Show resolved
Hide resolved
"consume_cloud_events_from_eventhub.py", | ||
"consume_cloud_events_from_service_bus_queue.py", | ||
"consume_cloud_events_from_storage_queue.py", | ||
"cs2_publish_custom_events_to_a_domain_topic"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be fixed in this #16042
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM in terms of running samples
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, do we need to kick off a livetest run against this PR before merging?
already did and shared the link on the pr description |
Samples are triggered in the live run
Example: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=679428&view=results
Fixes #14322