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

[eventgrid] add tests for samples #16033

Merged
merged 7 commits into from
Jan 8, 2021
Merged

Conversation

rakshith91
Copy link
Contributor

@rakshith91 rakshith91 commented Jan 8, 2021

@ghost ghost added the Event Grid label Jan 8, 2021
@@ -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"))
Copy link
Contributor Author

@rakshith91 rakshith91 Jan 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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"))

Rakshith Bhyravabhotla and others added 3 commits January 7, 2021 20:28
"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"]
Copy link
Contributor Author

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

@rakshith91 rakshith91 marked this pull request as ready for review January 8, 2021 18:02
Copy link
Member

@kristapratico kristapratico left a 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

Copy link
Contributor

@yunhaoling yunhaoling left a 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?

@rakshith91
Copy link
Contributor Author

do we need to kick off a livetest run against this PR before merging?

already did and shared the link on the pr description

@rakshith91 rakshith91 merged commit 49befdc into Azure:master Jan 8, 2021
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.

[EventGrid] Tests for Samples
3 participants