-
Notifications
You must be signed in to change notification settings - Fork 155
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
e2e test failing intermittently #11669
Labels
Comments
ocis logs: {"level":"error","service":"proxy","error":"not found","service":"com.owncloud.web.idp","time":"2024-10-08T04:23:48Z","message":"could not select service from the registry"}
2024/10/08 04:23:48 http: proxy error: unsupported protocol scheme ""
{"level":"error","service":"proxy","error":"not found","service":"com.owncloud.web.idp","time":"2024-10-08T04:23:48Z","message":"could not select service from the registry"}
2024/10/08 04:23:48 http: proxy error: unsupported protocol scheme "" |
Related PR #11791. |
We may now close this one. I haven't seen any failure related to this. |
@saw-jan sure, closing it now. |
Reopening this issue as the same failure has occurred Build: https://drone.owncloud.com/owncloud/web/49973/15/10 Feature: Token renewal using iframe # tests/e2e/cucumber/features/oidc/iframeTokenRenewal.feature:1
As a user
I want the web application to automatically renew access token just before access token expires using an iframe in the background,
So that I can be confident the application will not encounter issues related to expired access tokens.
Scenario: access token renewal via iframe # tests/e2e/cucumber/features/oidc/iframeTokenRenewal.feature:8
(node:43) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)
✖ failed
Error: Logon failed: Expected status code be 200 but received 502 Message: Bad Gateway
at getAuthorizedEndPoint (file:///var/www/owncloud/web/tests/e2e/support/api/token/utils.ts:26:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Module.setAccessAndRefreshToken (file:///var/www/owncloud/web/tests/e2e/support/api/token/utils.ts:76:38)
at async World.<anonymous> (file:///var/www/owncloud/web/tests/e2e/cucumber/environment/index.ts:55:13)
Given "Admin" creates following users using API
│ id │
│ Alice │
- skipped
And "Admin" assigns following roles to the users using API
│ id │ role │
│ Alice │ Space Admin │
- skipped
And "Alice" logs in
- skipped
And "Alice" opens the "files" app
- skipped
And "Alice" navigates to the projects space page
- skipped
And "Alice" creates the following project spaces
│ name │ id │
│ team │ team.1 │
- skipped
When "Alice" waits for token renewal via iframe
- skipped
And "Alice" navigates to the project space "team.1"
- skipped
And "Alice" creates the following resources
│ resource │ type │
│ space-folder │ folder │
- skipped
Then following resources should be displayed in the files list for user "Alice"
│ resource │
│ space-folder │
- skipped
And "Alice" logs out
- skipped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Build: https://drone.owncloud.com/owncloud/web/47922/15/8
The text was updated successfully, but these errors were encountered: