Stennie Steneker

Results 74 issues of Stennie Steneker

The [Log Redaction](https://docs.mongodb.com/manual/administration/monitoring/#log-redaction) feature in MongoDB Enterprise (3.4+) redacts [messages](https://docs.mongodb.com/manual/reference/log-messages/) associated with any given log event before logging, leaving only metadata, source files, or line numbers related to the event....

improvement

[SERVER-37743: Include loglevel in log messages](https://jira.mongodb.org/browse/SERVER-37743) changes the log format as of the 4.1.10 MongoDB server release. Log parsing should be able to copy with this variation and `mlogfilter` should...

improvement
mlogfilter
util/other

Unexpected log parsing exceptions currently die with a stack trace. It would be helpful to catch the exception and report the offending log line and any other available context.

improvement

`mlogfilter --json` output currently outputs a limited set of extracted fields with an array of `split_tokens` (using space as a delimiter) that do not have context. More complete output of...

improvement
mlogfilter

There should be an extra option or environment setting to run interactive tests using `mplotqueries`. These are currently skipped to avoid spurious failures on Travis.

tests

For example, with base path of "/Users/bobbytables 1/" the space is not properly escaped: ``` mlaunch init --sharded 2 --replicaset --auth Detected mongod version: 6.0.3 Generating keyfile: /Users/bobbytables 1/tmp/data/keyfile b'/bin/sh:...

bug
mlaunch

`mock-fs` is currently used for `test/generator/local.js`. Tests pass in Node 20.4 and earlier, but fail in more recent versions of Node. Possible related to: https://github.com/tschaub/mock-fs/issues/377 Since this is a very...

Commands are currently explicitly exec'd in series: https://github.com/basti1302/repoman/blob/69bae2da6bb5f36e00347c22c2b36cfca5e61dec/lib/repoman.js#L255 I suspect that may be to ensure multiple tasks execute in order for each repo, although it seems like command batches could...