Commit Graph

177 Commits

Author SHA1 Message Date
b4dca123a2 more options for writeback 2024-06-30 16:05:42 +02:00
d0fd0f729f multiple writeback threads 2024-06-30 14:40:58 +02:00
3e0403eede waste less cycles when quick deleting
otherwise that .wait is using quite a lot
2024-06-30 14:10:57 +02:00
cc856d788f less file touching 2024-06-30 13:50:46 +02:00
dcb3b0ba57 Revert "write objects directly"
This reverts commit 4dc3cfa481.
2024-06-30 13:44:27 +02:00
4dc3cfa481 write objects directly 2024-06-30 13:44:20 +02:00
e726986081 less crappy writeback 2024-06-30 13:23:05 +02:00
0ba29eca0f some writeback tweaks 2024-06-30 09:15:42 +02:00
1c03457545 burn less cpu when we aren't connected to anyone 2024-06-29 23:26:04 +02:00
b21d1361cb handling update trace 2024-06-29 23:07:01 +02:00
9640594625 don't put empty entries into changelogs 2024-06-29 23:00:00 +02:00
aa429794f3 how did it get there? 2024-06-29 22:54:04 +02:00
7747400653 add some checks
why does it break?
2024-06-29 22:44:18 +02:00
e86cc288ba enable ref verification in integration tests 2024-06-29 21:22:05 +02:00
9707b5f94c actually working deletion 2024-06-29 21:19:25 +02:00
cd75d209e1 some tweaks 2024-06-29 20:43:25 +02:00
4c76b889c3 truncate fix
how was it working???
2024-06-29 18:48:14 +02:00
044dbdb441 closed socket fix 2024-06-29 17:29:11 +02:00
04b7808b00 undelete fix 2024-06-29 17:24:01 +02:00
bb5dec33b3 proper concurrency in x3 test
hopefully
2024-06-29 17:16:15 +02:00
922a2ed56e configurable timeouts 2024-06-29 17:08:08 +02:00
4e7e3268de don't rewrite objects only if their metadata has changed 2024-06-29 17:01:16 +02:00
5a05a1d263 cleanup ref cleanup 2024-06-29 16:53:02 +02:00
bb4715e10c race quick fix 2024-06-29 16:45:04 +02:00
2d5dd222ca refcounting 2 2024-06-29 16:12:46 +02:00
989527bea9 refcounting 1 2024-06-28 19:16:48 +02:00
af14ec9691 a little writeback cleanup 2024-06-24 20:22:54 +02:00
74c37a90a2 actually test for file write conflict 2024-06-24 08:26:31 +02:00
be879da6a0 larger timeout on docker containers 2024-06-23 22:59:15 +02:00
22aff5e8c5 a little refactoring 2024-06-23 22:57:34 +02:00
2a2a87e265 use OutdatedUpdateException in Synchandler 2024-06-23 22:11:40 +02:00
4e9ba6508e use aborted on failing to resolve conflict if we don't have local copy 2024-06-23 22:08:03 +02:00
3f444329e4 Revert "don't use privileged docker containers"
Some checks failed
Server / build (push) Failing after 14m4s
This reverts commit 8ffaa80252.
2024-06-23 22:01:11 +02:00
8ffaa80252 don't use privileged docker containers
Some checks failed
Server / build (push) Has been cancelled
2024-06-23 21:54:46 +02:00
3e145b18cb typo fix
Some checks are pending
Server / build (push) Waiting to run
and trigger ci in gitea (hopefully)
2024-06-23 21:38:43 +02:00
bfef9898d4 test cleanup 2024-06-23 21:34:45 +02:00
a9a264cea4 a little cleanup with handleConnectionSuccess
let's not spam it right now
2024-06-23 20:40:59 +02:00
45a1bb299c a little cleanup 2 2024-06-23 20:37:51 +02:00
77c57a36c0 a little cleanup 2024-06-23 20:31:38 +02:00
5623ff9471 we don't need that after all 2024-06-23 20:09:35 +02:00
5eab8c67c4 the fix? 2024-06-23 20:06:55 +02:00
baddf61370 fixes 2024-06-23 19:50:15 +02:00
9e916daea0 fixes 2024-06-23 19:00:18 +02:00
1a75fb7f42 there really has to be something better than sleeps... 2 2024-06-23 18:49:50 +02:00
efb8d4dfcf there really has to be something better than sleeps... 2024-06-23 18:43:18 +02:00
731cf1e6e4 more tests 5
there has to be something better than sleeps...
2024-06-23 18:40:59 +02:00
f962ef0e38 more tests 4 2024-06-23 18:17:26 +02:00
5e346eb01b more tests 3 2024-06-23 18:08:58 +02:00
55720e4f02 more tests 2 2024-06-23 18:06:43 +02:00
8f2207f6ab more tests 2024-06-23 17:05:40 +02:00