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

Test does not see the storage statistics in the profiled output .

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.0.9, 4.1.9
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v4.0
    • Storage Engines 2019-02-25
    • 9
    • 2

      The test wt_operation_stats.js looks for the storage statistics in the profiled output of the find operation. The find operation in the test is executed in two parts 1. find command itself and 2. getMore triggered by the find. The test always looks for the storage statistic in the last profiled command (getMore in this case). getMore does not always have the storage stats. It is the find command that always has the storage stats. Hence look for storage stats in the find command's profiled entry.

            Assignee:
            neha.khatri Neha Khatri
            Reporter:
            neha.khatri Neha Khatri
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: