Commit Graph

1054 Commits

Author SHA1 Message Date
a294e20f5b don't put data chunks twice
it can't be deleted as long as we don't have tracing gc
2024-07-01 19:55:52 +02:00
680a8a4322 cleanup conflict resolution a little 2024-07-01 19:38:14 +02:00
f6339655d0 limit ci running tests to 1 thread
otherwise the logs are unreadable
2024-07-01 19:11:03 +02:00
4e747228a9 cleanup sync handling a little 2024-07-01 18:55:16 +02:00
fad1477ecf more strict changelog comparison
Some checks failed
Server / build (push) Failing after 17m14s
after conflict resolution, even without changes we still want to push the write
2024-06-30 23:42:45 +02:00
e2012b878a set empty set as saved refs when saving something without data
otherwise they won't be recreated when downloading
2024-06-30 23:22:44 +02:00
6ed2c6b5eb always upload test logs 2024-06-30 23:07:57 +02:00
7b264c2f60 return default empty set for saved refs
otherwise hydrated refs don't hydrate their children
2024-06-30 23:00:43 +02:00
17086ab207 more sleep in tests 2024-06-30 22:54:50 +02:00
83e0f26884 make saved refs null by default 2024-06-30 22:49:25 +02:00
47cf8b442d fix size using int instead of long 2024-06-30 22:46:20 +02:00
0a582c3fbe add test logs to artifacts 2024-06-30 21:33:06 +02:00
6439298479 enable output capture for tests 2024-06-30 21:31:12 +02:00
3205e1575c real update fix 2024-06-30 21:07:47 +02:00
2d684dcebb less log spam in tests 2024-06-30 21:01:28 +02:00
fe9384d9b4 logging in tests fix 2024-06-30 21:00:05 +02:00
84155653af update fix? 2024-06-30 20:35:43 +02:00
82bd5a577a rewrite changelog only if update updates 2024-06-30 20:30:33 +02:00
65d7a0a288 don't forget the exception there 2024-06-30 19:49:49 +02:00
41533804c2 push update when getting outdated one 2024-06-30 19:49:03 +02:00
2f31753446 conflict detection fix 2024-06-30 19:37:12 +02:00
d376d4d781 don't rehydrate refs every time object is read 2024-06-30 19:04:48 +02:00
290cdba0b2 reading deleted object trace 2024-06-30 18:57:52 +02:00
a332442526 writeback fix 2024-06-30 18:47:00 +02:00
91184eafc0 webui skeleton 2024-06-30 18:01:37 +02:00
a7a9770c9e nursery leak fix 2024-06-30 16:11:57 +02:00
6525b85549 injection fix 2024-06-30 16:07:25 +02:00
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