Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
hritvi 1b910f0af9 refactor(fxa-auth-server): Added semicolons(semi rule) 2019-03-26 11:09:35 +05:30
Sean McArthur adc6d3e066 fix(promise): log unhandled rejections instead of throwing (#1818) r=vladikoff
* fix(promise): log unhandled rejections instead of throwing
* fix(server): set useDomains to true
2017-04-13 14:29:58 -04:00
Sean McArthur 8d5c1ed29a test(remote): refactor to run remote tests in a single process
This refactors our remote test driver to stop spawning multiple
child processes to run our servers, and instead to run the servers
in the same process.

- By using the same process, we can pass configuration as a plain old
  JavaScript object, and not have to be adjusting the `process.env`.
  While writing this patch, `process.env` pollution was already found
  to make some tests dependent on others running first. Now, we can
  isolate the tests by starting a server with a private config object,
  and the other tests are non the wiser.
- By not starting up and tear down child processes for each suite of
  remote tests, the full set runs much faster. In my case, running the
  remote tests went from ~4 minutes to ~1 minute.
2017-03-23 11:30:24 -07:00
Danny Coates 4cabe83c1a switch promises to bluebird from p-promise to match newer fxa services 2015-05-17 18:08:24 -07:00
Danny Coates 2817971924 reorganized source files 2015-05-10 12:11:59 -07:00