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

TestAccClient failing #502

Closed
t0yv0 opened this issue Apr 17, 2024 · 1 comment · Fixed by #505
Closed

TestAccClient failing #502

t0yv0 opened this issue Apr 17, 2024 · 1 comment · Fixed by #505
Assignees
Labels
kind/bug Some behavior is incorrect or out of spec p1 A bug severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed

Comments

@t0yv0
Copy link
Member

t0yv0 commented Apr 17, 2024

What happened?

      error: 1 error occurred:
      	* failed to send the request: Post "https://***/api/v2/clients": oauth2: "server_error" "callback is not a function"
      	

Also TestAccResourceServer

This is blocking https://github.com/pulumi/pulumi-auth0/actions/runs/8710853966/job/23893786532?pr=500 and #500

I'd suggest skipping the test if there is no quick resolution. Thank you.

Example

See above.

Output of pulumi about

N/A

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

@t0yv0 t0yv0 added needs-triage Needs attention from the triage team kind/bug Some behavior is incorrect or out of spec p1 A bug severe enough to be the next item assigned to an engineer and removed needs-triage Needs attention from the triage team labels Apr 17, 2024
@VenelinMartinov
Copy link
Contributor

Yeah, that's an issue from last week: #488

Unfortunately this is all of our tests in the provider - something's wrong with the credentials or account. I don't think we can really release it without any tests.

I'll add a skip for the tests to unblock work here but we should not release the provider before fixing the tests.

cc @guineveresaenger @iwahbe

VenelinMartinov added a commit that referenced this issue Apr 18, 2024
Skip the tests until the credentials issue is solved
#504

fixes #502
fixes #488
@pulumi-bot pulumi-bot added the resolution/fixed This issue was fixed label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec p1 A bug severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants