oasis/.cspell.json
Christian Bundy 0aacf3bbc3 Fix tests and remove workaround
Problem: Recently there was a PR [0] merged with a quickfix to avoid
some test failures, which is something I've been trying to avoid. While
`process.exit()` works fine, I'm worried that it means we don't
understand what's happening under the hood, *plus* I have the [maybe
unjustified?] worry that it might kill the process during a database
write or something dangerous. It looks like this particular test hang
was caused by both a stream and some number of intervals that were left
open.

Solution: Provide a way to close the stream and intervals in `index.js`
and ensure that we do that before closing the server.

[0]: https://github.com/fraction/oasis/pull/462
2020-11-11 08:25:38 -08:00

60 lines
879 B
JSON

{
"version": "0.1",
"language": "en",
"words": [
"AGPL",
"Argyris",
"CSRF",
"EACCESS",
"Hintjens",
"Kata",
"LGPL",
"Machinekit",
"OSSEC",
"Pieter",
"Termux",
"abortable",
"autoconf",
"automake",
"backlinks",
"christianbundy",
"dogfood",
"hyperaxe",
"hyperscript",
"libsodium",
"libtool",
"manyverse",
"mebibyte",
"mebibytes",
"minlength",
"mkdir",
"monokai",
"msgs",
"multiserver",
"muxrpc",
"nanohtml",
"noauth",
"nosniff",
"paramap",
"patchbay",
"patchfoo",
"patchfox",
"promisify",
"rebecca",
"recps",
"roadmap",
"sameorigin",
"sbot",
"shortname",
"socio",
"ssbc",
"sulphurpool",
"summerfruit",
"systemctl",
"systemd",
"unfollow",
"unikitty",
"zeromq"
]
}