Files
oak-gpui/crates
Conrad Irwin 5a9f1e4eb7 fix local collab tests (#4209)
I was unable to run the collab tests locally because I would run out of
file descriptors.

From some digging it turned out that tokio allocates a new file
descriptor to do work on the CurrentThread using KQUEUE.

We create a new tokio Runtime with each database connection, and these
database connections were being retained by the Client, which is
retained by the Context.

Cleaning up our leaked contexts (and an unrelated retain cycle in the
UserStore) fixes the problem (though does make me
wonder if a different approach might be preferrable).

Release Notes:

- N/A
2024-01-22 23:17:23 -07:00
..
2024-01-08 16:53:01 -07:00
2024-01-03 12:59:39 -08:00
2024-01-22 23:05:54 -07:00
2024-01-22 14:48:14 -07:00
2024-01-17 11:39:09 -05:00
2024-01-03 12:59:39 -08:00
2024-01-21 20:26:33 -08:00
2024-01-18 01:33:30 -05:00
2024-01-18 00:48:37 +01:00
2024-01-03 12:59:39 -08:00
2024-01-18 00:48:37 +01:00
2024-01-22 23:17:23 -07:00
2024-01-03 12:59:39 -08:00
2024-01-03 12:59:39 -08:00
2024-01-03 20:02:23 -05:00
2024-01-18 00:48:37 +01:00
2024-01-03 12:59:39 -08:00
2024-01-18 00:48:37 +01:00
2024-01-18 00:48:37 +01:00
2024-01-22 19:30:40 -08:00
2024-01-18 01:33:30 -05:00
2024-01-22 10:16:59 -05:00
2024-01-09 14:16:46 -08:00
2024-01-22 10:16:59 -05:00
2024-01-22 12:37:38 -07:00
2024-01-03 12:59:39 -08:00