featurebase/server
Matt Jaffee 9a453ef51a
expose worker pool size to config, so we can set it lower in tests
we are experiencing issues with CI where it fails with race: limit on
8128 simultaneously alive goroutines is exceeded, dying

this, despite the fact that closing the executor should clean up all
worker goroutines. Apparently in CircleCI runtime.NumCPU() reports 36,
so the goroutines added up quickly.
2019-07-15 14:25:40 -05:00
..
cluster_test.go send POSTed schema to all nodes in cluster 2019-04-29 19:31:23 -05:00
config.go expose worker pool size to config, so we can set it lower in tests 2019-07-15 14:25:40 -05:00
config_internal_test.go send POSTed schema to all nodes in cluster 2019-04-29 19:31:23 -05:00
config_test.go Fix linter issues: staticcheck (covered by megacheck, along with gosimple and unused) 2018-07-20 11:19:24 -05:00
default.go Unexport server.DefaultDiagnosticsInterval 2018-07-05 23:11:56 -05:00
enterprise.go Add license headers to files missing them and CI check to verify they are present. Fixes #1633 2019-04-12 11:30:41 -05:00
handler_test.go fix int min max test for 32bit 2019-05-28 14:25:46 +03:00
release.go Unexport server.DefaultDiagnosticsInterval (in release tag) 2018-07-05 23:11:57 -05:00
server.go expose worker pool size to config, so we can set it lower in tests 2019-07-15 14:25:40 -05:00
server_test.go send POSTed schema to all nodes in cluster 2019-04-29 19:31:23 -05:00
setup_logger.go Add license headers to files missing them and CI check to verify they are present. Fixes #1633 2019-04-12 11:30:41 -05:00
setup_logger_arm64.go Add license headers to files missing them and CI check to verify they are present. Fixes #1633 2019-04-12 11:30:41 -05:00