-
Notifications
You must be signed in to change notification settings - Fork 1.3k
test: remove git initializer TargetMode and CloneTaget #13277
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
Conversation
/hold Waits for the integration test pass |
👋 @jenting can you share context for this PR? For example, the issue you linked to is closed. Is there a new issue or problem that was reported? edit: I assume you are referring to this comment? #13241 (comment) |
Yes, because we could fix it within 5 mins, so I did not bring up the issue originally. |
441b3b8
to
e80b11a
Compare
started the job as gitpod-build-jenting-revert-git-ls-remote-exit-code.2 because the annotations in the pull request description changed |
e80b11a
to
6e7b926
Compare
6e7b926
to
3c88028
Compare
started the job as gitpod-build-jenting-revert-git-ls-remote-exit-code.5 because the annotations in the pull request description changed |
3c88028
to
f193c27
Compare
This PR is blocked by issue #13284. |
started the job as gitpod-build-jenting-revert-git-ls-remote-exit-code.7 because the annotations in the pull request description changed |
/werft run 👍 started the job as gitpod-build-jenting-revert-git-ls-remote-exit-code.8 |
I have one question. Should this modify the test, or is this something that contentInitializer should handle (or ignore)? |
I use Jaeger to catch the initializer sent from the server, and it does not contain the TargetMode and CloneTarget from the start workspace request. That's why we can't reproduce it when we open the workspace from Gitpod GUI. For the short term, we could fix it with an integration test. But I am thinking about the long term. We should change the workspace integration test that sends requests from integration test client -> server -> ws-manager, rather than from integration test client-> ws-manager. |
Make sense 💯 Please put TODO comment about it to the integration test. |
Signed-off-by: JenTing Hsiao <[email protected]>
f193c27
to
228515c
Compare
/werft run 👍 started the job as gitpod-build-jenting-revert-git-ls-remote-exit-code.10 |
/unhold |
Description
Remove git initializer TargetMode and CloneTaget in the workspace integration test.
Related Issue(s)
Fixes #13278
How to test
Running the integration test, make sure the integration test pass.
Release Notes
Documentation
None
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide