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

fix(test): update trace names asserition on Pokeshop #1846

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

danielbdias
Copy link
Contributor

@danielbdias danielbdias commented Jan 17, 2023

This PR aims to fix a change in a dogfood test. As we updated Pokeshop example, one of the spans that we were validating has his name changed.

Context: open-telemetry/opentelemetry-js-contrib#1306 needed to change they way that the spans where reported for pg

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@danielbdias danielbdias changed the title Fixing trace names on Pokeshop fix(test): update trace names asserition on Pokeshop Jan 17, 2023
@@ -32,7 +32,7 @@ spec:
"specs": [
{
"selector": {
"query": "span[name = \"pg.query:SELECT\"]"
"query": "span[name = \"pg.query:SELECT pokeshop\"]"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This line of code owes me 4 hours of life 😝

@danielbdias danielbdias merged commit 5dd85b4 into main Jan 17, 2023
@danielbdias danielbdias deleted the update/dogfood-tests branch January 17, 2023 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants