Commit graph

15 commits

Author SHA1 Message Date
cschen
c0bff45989 fix(test): add more clear explainations of what went wrong. 2024-11-03 17:53:27 +01:00
cschen
3773ebfd7d test: moved around previously existing tests. and other formatter shenanigans 2024-11-03 17:26:14 +01:00
cschen
7f17d1fd6e test: inviting users to one's workspace 2024-11-03 17:24:47 +01:00
cschen
84bfc45fc8 test(WIP): added skeleton for testing of behaviour when deleting workspace with people attached.
Need to know what is the expected behaviour that we want.
2024-11-03 17:24:08 +01:00
cschen
35b9b12aaf test: deleting twice or non existing is an error 2024-11-03 17:23:00 +01:00
cschen
9d0c961ac2 test: delete empty workspace 2024-11-03 17:22:41 +01:00
cschen
781fd9ba42 test: leaving workspaces, attaching after leaving 2024-11-03 17:22:13 +01:00
cschen
fdd272646d test: attaching to a non existing workspace is an error 2024-11-03 17:21:06 +01:00
cschen
ccb5406ccf test: attaching to workspaces and making them active 2024-11-03 17:20:30 +01:00
cschen
9ff9a47d86 test: can't create workspace more than once 2024-11-03 17:20:09 +01:00
cschen
7a535d4492 test: workspace creation and lookup 2024-11-03 17:18:24 +01:00
cd4e09c1cd
test: show for which test workspace was
basically fixtures leak workspaces when errors occur, so to better debug
what is happening every test now names its workspace. this is tedious
and should probably be removed eventually but for now it helps a ton
2024-10-30 17:33:51 +01:00
e0b919bae8
fix: more time in tryRecv to compensate longer RTT 2024-10-30 14:22:51 +01:00
90568bba8d
test: ignored a test, fixed another
leftover assert!(false) for debugging, test_cant_delete_other_buffers
will not work since server doesn't track buffer ownership yet
2024-10-30 13:50:08 +01:00
26bbd190dd
test: split down test stuff a bit 2024-10-30 13:21:09 +01:00