Commit Graph

123 Commits

Author SHA1 Message Date
Min RK
dfc8b5557c debugging progress page output 2023-05-16 21:07:20 +02:00
Min RK
a58956f14b update for traefik v2, treafik-proxy v1
- tls config is no longer allowed in static config file, add separate dynamic config
- no longer need to persist auth config ourselves (TraefikProxy handles this)
- make sure to reload proxy before reloading hub in tests
2023-05-16 11:47:23 +02:00
pre-commit-ci[bot]
e95942d61b [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-05-15 08:51:36 +00:00
Erik Sundell
b366d6b63f Remove unused copy-paste remnants in tests 2023-05-15 10:49:56 +02:00
pre-commit-ci[bot]
922db1ae8e [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-05-11 21:47:14 +00:00
Erik Sundell
c09e83a6c8 Pass xsrf token in tests to /hub/api requests 2023-05-11 23:46:55 +02:00
Erik Sundell
b3365fbe45 update: jupyterhub 4 2023-05-11 23:19:27 +02:00
Min RK
1dd25392a2 add integration test for hub version
make sure the hub has the version we expect
2023-05-11 10:55:17 +02:00
Min RK
000e4f2540 sync with main 2023-04-17 09:44:58 +02:00
Erik Sundell
9e1bc61519 breaking, maint: remove deprecated use of nteract-on-jupyter 2023-04-04 22:00:44 +02:00
Min RK
2d1c584eca Fix wait/fail conditions in hub culling tests
- actually check for running server, matching comments, not just user existence
- catch asyncio.TimeoutError, not TimeoutError
- fail if condition is not met, rather than passing in both cases
- update some comments for accuracy (max age and timeout aren't the same)
2023-03-28 15:48:35 +02:00
Min RK
6b0b5f2998 add bzip2 to test env
required for testing against miniconda 4.5
2023-03-24 11:58:12 +01:00
Min RK
c80e5f6854 add python3 to integration test
debian base image doesn't include Python3
2023-03-21 11:05:25 +01:00
Min RK
aa72179afa require ubuntu 20.04, test on debian 10 2023-03-21 10:17:02 +01:00
Simon Li
7a50cc9436 bootstrap.py: Only lookup git ref if TLJH_BOOTSTRAP_PIP_SPEC not set
test_bootstrap.py: use `--version main` since there are no tags/releases
2023-02-10 11:44:02 +00:00
Pris Nasrat
4a701d2e1c Remove commented out code in uid/gid debugging 2023-02-09 07:52:04 -05:00
Pris Nasrat
acd64c277e Drop supplemental groups in install testing 2023-02-07 11:42:02 -05:00
Simon Li
6413268211 use id to debug test_install.py 2023-02-07 11:42:02 -05:00
Simon Li
5c475b876c Add debugging info to test_install permissions checks 2023-02-07 11:42:01 -05:00
Erik Sundell
e0aaa4f995 pre-commit: run black with string normalization 2021-11-03 23:55:34 +01:00
Erik Sundell
771ae59636 pre-commit: run black without string normalization 2021-11-03 23:53:41 +01:00
Erik Sundell
c2c4d708f5 pyupgrade fixes 2021-10-31 11:26:40 +01:00
Erik Sundell
a64f242b61 flake8 fixes: unused imports and f-strings without vars 2021-10-28 15:43:50 +02:00
Erik Sundell
990135e179 hub env: bump to require latest major version, less pinned now 2021-10-27 09:15:44 +02:00
Erik Sundell
6cb3172b93 ci: add fixme statements and organize for comprehension 2021-10-20 11:31:37 +02:00
Erik Sundell
4a8308b0db ci: ensure all tests adjust based on matrix.ubuntu_version 2021-10-20 11:31:37 +02:00
Erik Sundell
26c34524b2 bootstrap: DEBIAN_FRONTEND=noninteractive during apt-get install 2021-10-20 11:31:37 +02:00
Erik Sundell
513aff1102 ci: Dockerfile: /lib/systemd/systemd instead of /sbin/init 2021-10-19 14:42:36 +02:00
Erik Sundell
777c78e0fe test: document test_bootstrap.py refactoring plan 2021-10-19 14:42:36 +02:00
Erik Sundell
2b265baa0b tests: improve test readability by partial string match 2021-10-19 14:42:36 +02:00
Erik Sundell
2dfe4b8211 ci: towards testing non-LTS ubuntu versions 2021-10-19 14:42:36 +02:00
Erik Sundell
8054411e40 ci: dockerfile: avoid being asked question during apt-get 2021-10-19 14:42:36 +02:00
Erik Sundell
403f2cb5cb ci: dockerfile: apply apt-get best-practices 2021-10-19 14:42:36 +02:00
Erik Sundell
922bfad0f5 ci: let ubuntu version be configurable 2021-10-19 14:42:36 +02:00
Erik Sundell
f930d9dfb7 Update nbgitpuller to 1.* 2021-10-16 19:05:21 +02:00
GeorgianaElena
32e0f99c3c Add the jupyterhub-configurator service 2021-04-05 21:43:10 +03:00
Jeremy Tuloup
1a4748bd06 Fix jupyter-resource-usage config 2021-02-09 10:55:39 +01:00
Jeremy Tuloup
dc30923658 Update to jupyter-resource-usage 2021-02-09 09:07:51 +01:00
YuviPanda
94b38def7d Upgrade to JupyterLab 3.0
JupyterLab 3.0 no longer equires npm to build extensions!
This should hopefully let us reduce the memory requiremets
for TLJH.
2020-12-29 16:22:57 +05:30
GeorgianaElena
678fa3adfa Update proxy test for latest jh version 2020-12-23 18:02:45 +02:00
GeorgianaElena
6925279d59 Update test with new nbgitpuller version 2020-12-14 10:14:51 +02:00
Jean-Marc Alkazzi
70853059ff Test user server started with custom base_url 2020-11-04 14:32:48 +02:00
Jean-Marc Alkazzi
0a0abf4ff2 Add base 2020-11-04 14:32:48 +02:00
Jean-Marc Alkazzi
2eed619745 Add integration test for user code execution with custom base_url 2020-11-04 14:32:48 +02:00
GeorgianaElena
66c74849e6 Check progress page up with curl 2020-08-24 13:01:54 +03:00
GeorgianaElena
025063b189 Log request error 2020-08-22 16:11:24 +03:00
GeorgianaElena
baf2c35f1f Show tests output 2020-08-22 15:57:40 +03:00
GeorgianaElena
62bd60e23c Update boostrap tests 2020-08-21 18:03:57 +03:00
GeorgianaElena
05e9659763 Remove debug statements 2020-08-19 15:02:03 +03:00
GeorgianaElena
15c5733a57 Test progress page stopped 2020-08-19 02:33:17 +03:00