question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[communication-phone-numbers] samples fail in smoke test pipeline

See original GitHub issue

The samples from the @azure/communication-phone-numbers are currently failing in our smoke tests pipeline: internal pipeline

It looks like they’re failing because our subscription does not have the required permissions to call the APIs the samples use, or in some cases (e.g. releasePhoneNumber) the inputs are invalid without value substitution.

Ideally we should fix the samples/test environment so that we can run the samples as part of our smoke tests.

Short-term, we can consider skipping samples from this package by modifying the package.json metadata (example: https://github.com/Azure/azure-sdk-for-js/blob/e28dc306dead121659d194ddb10bb09a2b3b576b/sdk/eventhub/event-processor-host/package.json#L69-L76)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ramya-rao-acommented, Mar 17, 2021

@0rland0Wats0n, @DominikMe Can one of you take a look at this at the earliest?

0reactions
0rland0Wats0ncommented, May 10, 2021

Fixed by #14814

Read more comments on GitHub >

github_iconTop Results From Across the Web

Smoke testing in CI/CD pipelines - CircleCI
The solution? Smoke tests are designed to reveal these types of failures early by running test cases that cover the critical components and ......
Read more >
Smoke Testing Keeps Your Delivery Pipeline Safe and Sound
Post-deploy smoke test — checks that the application is running. Failures at this point can trigger a rollback process, possibly using some form ......
Read more >
Easily Set Up Smoke Tests in Your Build Pipeline - Split
Smoke tests should be blocking, which means if any of them fail in a pull request, they will block the pull request from...
Read more >
Jenkins builds fail when the tester's smoketest fails #49 - GitHub
Currently, if the tester container's smoketest fails, the Jenkins GKE build-test-verify builds are still marked as passing. An example of this can be...
Read more >
The Unreasonable Effectiveness of Data Pipeline Smoke Tests
In this post, we'll discuss a powerful technique for speeding up data pipeline development: the data pipeline smoke test.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found