Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-33734

Improve jsTestLog filterability

    • 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 --------
      

            Assignee:
            judah.schvimer@mongodb.com Judah Schvimer
            Reporter:
            judah.schvimer@mongodb.com Judah Schvimer
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: