314 Commits

Author SHA1 Message Date
Andrea Falzetti
d687ec2b0c chore: split IDE integration tests 2022-11-09 08:49:38 +01:00
JenTing Hsiao
f96cbe6087 test: check the /workspace UID:GID is gitpod:gitpod
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-11-06 18:59:37 +01:00
JenTing Hsiao
c7cb625ad1 test: check UID/GID is not gitpod
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-11-06 18:59:37 +01:00
Thomas Schubart
6deb07650a [workspace] Test dotfiles 2022-11-03 14:34:08 +01:00
Thomas Schubart
ad2f82b43b [server] Do not send protected secrets feature flag 2022-11-02 21:25:07 +01:00
Andrea Falzetti
680dbde07c chore: retry logic for workspace url empty in tests
Co-authored-by: Victor Nogueira <victor@gitpod.io>
Co-authored-by: Pudong <tianshi8650@gmail.com>
2022-11-01 19:50:06 +01:00
Pudong Zheng
051603aaee [integration-test] don't parallel run JetBrains IDE test 2022-10-28 04:54:01 +02:00
Sven Efftinge
b879279bc1 [content-service] incremental workspace init
if we initialize the workspace from an outdated prebuild,
we need the regular workspace tasks (including init) should run.
2022-10-27 18:06:41 +02:00
Wouter Verlaek
fc916b7ab9 chore(image-builder-mk3): Reduce retry duration 2022-10-26 20:23:41 +02:00
Andrea Falzetti
bc0ab37a54 feat: add integration tests for ssh gateway 2022-10-21 20:41:36 +02:00
utam0k
32e8d1b4ed content-service: Ignore git hooks when checkout
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-10-21 07:24:36 +02:00
utam0k
cee3c72a1e test: Add a test case for git hooks. 2022-10-21 07:24:36 +02:00
Pudong Zheng
4c6b2246a1 [integration-test] add user scope 2022-10-19 21:14:35 +02:00
Pudong Zheng
35c10163e4 [integration-test] allow mark user as unleashed plan 2022-10-19 21:14:35 +02:00
Pudong Zheng
8f336d5eb3 [jetbrains-test] using linux github runner 2022-10-19 21:14:35 +02:00
Jean Pierre
1a9d6de04d Increase timeout 2022-10-13 19:10:29 +02:00
Pudong Zheng
b99f7b989a [integration-test] make workspace integtation test pass 2022-10-13 18:13:28 +02:00
Pudong Zheng
6f3775df4e [integration-test] use correct workspace id 2022-10-13 18:13:28 +02:00
Victor Nogueira
1f605d62ee Add missing gitpod configurations for RubyMine and WebStorm
Co-authored-by: Anton Kosyakov <anton@gitpod.io>
Co-authored-by: Andrea Falzetti <andrea@gitpod.io>
2022-10-07 10:26:22 +02:00
Pavel Tumik @ GitPod
58b15618c2 [pvc] add a test for non gitpodified repo 2022-10-06 07:45:21 +02:00
Anton Kosyakov
08a8412774 random exponential backoff of server connections 2022-10-05 11:16:20 +02:00
Manuel Alejandro de Brito Fontes
0412c5f461 [test] Reduce loop wait time 2022-10-05 05:15:20 +02:00
Manuel Alejandro de Brito Fontes
aafb0d3aec Check the branch is the expected 2022-10-04 17:37:20 +02:00
Manuel Alejandro de Brito Fontes
416c46075c Add integration tests for additionalRepositories 2022-10-04 17:37:20 +02:00
Manuel Alejandro de Brito Fontes
d5eb5815b5 Update to 1.19 2022-10-04 15:17:22 +02:00
Manuel Alejandro de Brito Fontes
3f6cbd07f1 Update go dependencies 2022-10-04 15:17:22 +02:00
JenTing Hsiao
18c147fe4d test: restart control plane components during the volume snapshot is in progress
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-10-04 01:03:19 +02:00
JenTing Hsiao
df77406fc5 test: restart control plane components after the volume snapshot is finished
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-10-02 04:32:32 +02:00
Manuel Alejandro de Brito Fontes
c398ac054f Add test for different CloneTarget name 2022-10-01 04:22:31 +02:00
Thomas Schubart
8d63709724 [test] Test protected secrets 2022-09-30 21:58:31 +02:00
JenTing Hsiao
d2eca2b09e test: update TestOpenWorkspaceFromPrebuild
Check the PVC object should exist or not.

Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-09-29 08:05:29 +02:00
Christian Weichel
d6023c989a Revert "Switch to Go workspaces"
This reverts commit 6bc34cf17512cb0a10a3a6cce44141b1f06b624e.
2022-09-29 05:28:29 +02:00
Christian Weichel
174a09222f Revert "Run go work sync"
This reverts commit 6b23167e09f74062b31150d4044a8fe7cacbc34b.
2022-09-29 05:28:29 +02:00
JenTing Hsiao
129f9b457a test: add new test TestPrebuildAndRegularWorkspaceDifferentWorkspaceClass
Test prebuild and regular workspace with different workspace class

Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-09-28 09:42:28 +02:00
Christian Weichel
6b23167e09 Run go work sync 2022-09-28 08:45:28 +02:00
Christian Weichel
6bc34cf175 Switch to Go workspaces 2022-09-28 08:45:28 +02:00
JenTing Hsiao
988d75e17d test: remove git initializer TargetMode and CloneTaget
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-09-26 10:32:26 +02:00
utam0k
4af208a0d0 test: Introduction of parallelization of tests to launch workspaces 2022-09-26 09:59:26 +02:00
utam0k
6669a4a54e test: Use larger vm to improve testing speed 2022-09-26 09:59:26 +02:00
Manuel Alejandro de Brito Fontes
9aa153e559 Revert change in integration test 2022-09-23 09:03:23 +02:00
JenTing Hsiao
41c034cfd5 test: fall back to check the init task message and file exits
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-09-23 08:35:23 +02:00
utam0k
fff9ce3d5b test: Update README.md 2022-09-22 09:25:22 +02:00
Manuel Alejandro de Brito Fontes
6475a7846f Update integration test 2022-09-22 02:35:22 +02:00
Milan Pavlik
6f461f5714 [baseserver] Track metrics for HTTP requests automatically 2022-09-20 09:05:21 +02:00
JenTing Hsiao
3ce09dcbdf test: new integration test TestOpenWorkspaceFromPrebuild
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-09-19 15:22:20 +02:00
Mads Hartmann
cf1962b70b Fix typo
Co-authored-by: Gero Posmyk-Leinemann <32448529+geropl@users.noreply.github.com>
2022-09-19 11:27:20 +02:00
Mads Hartmann
d335058c6b Fix ability to run integration tests in Werft 2022-09-19 11:27:20 +02:00
utam0k
6c669f75f2 test: Add a handling if the workspace already has gone when try to delete it 2022-09-15 15:42:16 +02:00
utam0k
312b6b826b test: Refactor prebuild_test 2022-09-15 15:42:16 +02:00
utam0k
7deee9f1c6 test: Enhanced running in unstable environments 2022-09-15 15:42:16 +02:00