fleet/server/sso
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
..
authorization_request_test.go Close flate writer before base64 encoding SAML authorization request (#2025) 2019-04-09 09:23:22 -07:00
authorization_request.go Add stdout and kinesis logger plugins and sts assume role to Firehose (#2282) 2020-08-19 14:56:44 -07:00
authorization_response_test.go Add check for Duo SAML vulnerability (not vulnerable) (#1718) 2018-03-02 09:44:23 -07:00
authorization_response.go server: prune unused constants and functions (#477) 2021-03-15 17:08:25 -07:00
session_store_test.go Speed up MySQL tests (#585) 2021-04-03 11:42:27 -07:00
session_store.go Update redigo import (#1821) 2018-06-11 12:14:21 -07:00
settings_test.go Update goxmldsig dependency (#2177) 2020-01-13 16:15:14 -08:00
settings.go Fixed leaking http client (#1628) 2017-11-16 09:53:42 -07:00
types.go server: prune unused constants and functions (#477) 2021-03-15 17:08:25 -07:00
validate_test.go Add support for IdP-initiated SSO login (#556) 2021-03-30 12:56:20 -07:00
validate.go Add support for IdP-initiated SSO login (#556) 2021-03-30 12:56:20 -07:00