fleet/server/live_query
Zach Wasserman 9f71fcf440
Speed up MySQL tests (#585)
Improves MySQL test time (on my 2020 MBP) to ~18s from ~125s.

- Use separate databases for each test to allow parallelization.
- Run migrations only once at beginning of tests and then reload
  generated schema.
- Add `--innodb-file-per-table=OFF` for ~20% additional speedup.
2021-04-03 11:42:27 -07:00
..
live_query_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
mock_live_query.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
redis_live_query_test.go Speed up MySQL tests (#585) 2021-04-03 11:42:27 -07:00
redis_live_query.go Clean up and comments before merge. 2020-07-21 14:05:46 -07:00