Commit Graph

11 Commits

Author SHA1 Message Date
Aaron Son
23dc3ed014 cmd/dolt/commands/sqlserver: Restructure the start up sequence for sql-server.
We explicitly model Services, which can have an Init step, a Run step and a
Stop step. Every registered service get initialized in the order they were
registered in, then they all run concurrently until Stop is called, when they
all get Stopped in reverse order. It's possible for clients to wait for init to
be completed and be delivered any errors encountered on startup. They can also
wait for stop, to be delivered any errors encountered on shutdown.
2023-11-14 16:58:55 -08:00
Taylor Bantle
7d8c914275 Add AllowCleartextPasswords to server config 2022-07-21 11:07:00 -07:00
Andy Arthur
bb5336e2d6 added diff server bench test for da blerg 2022-06-01 17:04:14 -07:00
Andy Arthur
685bf653dd replaced usages of Format_7_18 and Format_LD_1 with Format_Default 2022-01-07 14:26:01 -08:00
Zach Musgrave
576753d38c Added failsafe values to dolt CLI config, only in sql context for now 2021-11-08 12:26:52 -08:00
Dustin Brown
b5904ee069 /{go,integration-tests}: comment on recycled pids, use exported default branch where possible 2021-09-24 12:37:18 -07:00
Dustin Brown
a7da46a1b6 /go/{cmd,libraries,performance}: dont pass empty strings to init func 2021-09-23 21:36:22 -07:00
Dustin Brown
52782575fd /go/{store,performance,libraries,cmd}: fix go tests after branch rename 2021-09-23 14:29:33 -07:00
Andy Arthur
001ca90649 write pprof profiles from tests 2021-05-11 11:26:16 -07:00
Andy Arthur
08be6fbe88 refactor 2021-05-10 09:20:30 -07:00
Andy Arthur
b6fd177fb7 server micro benchmarks 2021-05-09 11:31:48 -07:00