Files
mostlymatter/server
Jesse Hallam e39b485c4b Fail vs. fatal on store startup (#24170)
If the store fails to initialize (e.g. run a migration), it would `log.Fatal` and then `os.Exit`. Unfortunately, this trips up `TestMain`, which happily keeps running tests, now guaranteed to fail.

Avoid this by instead returning an error from the store initialization, handling appropriately at the layer above.
2023-08-04 23:05:01 -03:00
..
2023-03-22 17:22:27 -04:00
2023-07-27 11:56:22 +00:00
2023-07-25 12:34:38 +05:30
2023-03-22 17:22:27 -04:00
2023-07-25 12:34:38 +05:30
2023-08-03 12:45:10 -03:00
2023-06-15 15:27:52 -03:00
2023-03-22 17:22:27 -04:00
2023-03-22 17:22:27 -04:00
2023-06-15 15:27:52 -03:00
2023-03-22 17:22:27 -04:00
2023-03-22 17:22:27 -04:00
2023-03-22 17:22:27 -04:00
2023-03-22 17:22:27 -04:00
2023-08-04 08:35:59 -06:00