github.com/billybanfield/evergreen@v0.0.0-20170525200750-eeee692790f7/plugin/builtin/attach/testdata/plugin_attach_results_raw.json (about)

     1  {"results": [{
     2  
     3    "test_file": "test1",
     4    "status":"pass",
     5    "exit_code":0,
     6    "elapsed":0.32200002670288086,
     7    "start":1398782500.359,
     8    "end":1398782500.681,
     9    "log_raw": "this is a raw log with log data"
    10  },
    11  {
    12  
    13    "test_file": "test2",
    14    "status":"pass",
    15    "exit_code":0,
    16    "elapsed":0.16000008583068848,
    17    "start":1398782500.681,
    18    "end":1398782500.841,
    19    "log_raw": "this is another result with log data"
    20  
    21  },
    22  {
    23  
    24    "status":"pass",
    25    "exit_code":0,
    26    "elapsed":0.1679999828338623,
    27    "start":1398782500.841,
    28    "end":1398782501.009, 
    29    "test_file":"build\\win32\\64\\dbg_on\\opt_on\\win-version-min_ws08r2\\mongo\\base\\initializer_dependency_graph_test.exe",
    30    "url":"http://buildlogs.mongodb.org/build/535fba25d2a60f3135000ae7/test/535fba25d2a60f32300000b7/",
    31    "log_raw" : "more data"
    32  }
    33  ]}