-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
v3.6, v3.4
-
Repl 2018-03-26
jsTestLog usually shows different sections of a test and would be useful to catch in one filter. There is no special formatting for each log line of a jsTestLog, just for the line at the beginning and at the end. Rewriting:
[js_test:resync] 2018-03-07T17:18:27.622+0000 ---- [js_test:resync] 2018-03-07T17:18:27.622+0000 Restarting node B [js_test:resync] 2018-03-07T17:18:27.622+0000 ----
as this (or something similar) would make it more filterable in lobster. (By filtering on "----")
[js_test:resync] 2018-03-07T17:18:27.622+0000 -------- [js_test:resync] 2018-03-07T17:18:27.622+0000 ---- Restarting node B [js_test:resync] 2018-03-07T17:18:27.622+0000 --------