)]}'
{
  "commit": "ddc8a74b5916ac03e63de2cdd8a37ee5fffefdbc",
  "tree": "0ea02a596420dcfb1fb0adab5003ac6cc5162ea4",
  "parents": [
    "a7c2a4b91d4a7429bb9af2be79dfe63307bc9816"
  ],
  "author": {
    "name": "Googler",
    "email": "tjgq@google.com",
    "time": "Wed Sep 11 06:14:09 2024 -0700"
  },
  "committer": {
    "name": "Copybara-Service",
    "email": "copybara-worker@google.com",
    "time": "Wed Sep 11 06:15:54 2024 -0700"
  },
  "message": "Include test outputs in TestResult.\n\nThis makes it possible to retrieve them without doing I/O while emitting BEP events (*). I considered making the test outputs part of TestResultData (as suggested by the now deleted TODO in TestResult) but didn\u0027t like the resulting amount of proto conversion logic, and it\u0027s unclear that it fits with future plans.\n\nAlso rename FailedAttemptResult to ProcessedAttemptResult, as after this CL it sometimes represents the result of the final, and possibly succeeding, test attempt.\n\nProgress on #17911.\n\n(*) It doesn\u0027t currently save much, because we need I/O anyway to compute digests for the BEP. However, it\u0027s incremental progress towards a better architecture (i.e. in the future we could pass artifacts and their metadata around, instead of just filenames).\n\nPiperOrigin-RevId: 673364262\nChange-Id: I9266b7708d90ac252336c813a24c166712a699c7\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d0e95295ef5ff7d3f95c0eeded21e8e59c838b9c",
      "old_mode": 33188,
      "old_path": "src/main/java/com/google/devtools/build/lib/actions/NotifyOnActionCacheHit.java",
      "new_id": "1a24f0f29b8f86019717d8c1a44868c3c4a50c3c",
      "new_mode": 33188,
      "new_path": "src/main/java/com/google/devtools/build/lib/actions/NotifyOnActionCacheHit.java"
    },
    {
      "type": "modify",
      "old_id": "06aaf4d2dc352f599688ca37be2eb11208a29a74",
      "old_mode": 33188,
      "old_path": "src/main/java/com/google/devtools/build/lib/analysis/test/TestActionContext.java",
      "new_id": "1f1b8077499504b0742e9e4d703831bc1be68c33",
      "new_mode": 33188,
      "new_path": "src/main/java/com/google/devtools/build/lib/analysis/test/TestActionContext.java"
    },
    {
      "type": "modify",
      "old_id": "b193d8bfdb7a535e3deca5b0a7f4d0e520b30f44",
      "old_mode": 33188,
      "old_path": "src/main/java/com/google/devtools/build/lib/analysis/test/TestResult.java",
      "new_id": "f0ab20de67e0878bb82023bfa9d88102296ec61a",
      "new_mode": 33188,
      "new_path": "src/main/java/com/google/devtools/build/lib/analysis/test/TestResult.java"
    },
    {
      "type": "modify",
      "old_id": "0e88e4cb9241cd150eb8599a3e4ccffab848151f",
      "old_mode": 33188,
      "old_path": "src/main/java/com/google/devtools/build/lib/analysis/test/TestRunnerAction.java",
      "new_id": "b03513ea62506661093ad5971f236c2921007bc2",
      "new_mode": 33188,
      "new_path": "src/main/java/com/google/devtools/build/lib/analysis/test/TestRunnerAction.java"
    },
    {
      "type": "modify",
      "old_id": "9005c4457a3a98809f40dc4d41ca06730d618d27",
      "old_mode": 33188,
      "old_path": "src/main/java/com/google/devtools/build/lib/exec/StandaloneTestStrategy.java",
      "new_id": "986720374a34a1de7c9a0a9ddf984fd4f33ae931",
      "new_mode": 33188,
      "new_path": "src/main/java/com/google/devtools/build/lib/exec/StandaloneTestStrategy.java"
    },
    {
      "type": "modify",
      "old_id": "71c497bbc5b32b8e81a6d9802e93ebab05b27918",
      "old_mode": 33188,
      "old_path": "src/main/java/com/google/devtools/build/lib/rules/test/ExclusiveTestStrategy.java",
      "new_id": "2ab902585ecfcfe84f0e910100e643384952b9c1",
      "new_mode": 33188,
      "new_path": "src/main/java/com/google/devtools/build/lib/rules/test/ExclusiveTestStrategy.java"
    },
    {
      "type": "modify",
      "old_id": "48d9022211f8827c329ae7373db3e6bd17abfa94",
      "old_mode": 33188,
      "old_path": "src/main/java/com/google/devtools/build/lib/skyframe/ActionExecutionFunction.java",
      "new_id": "7463afd298edba8ebef4c71fcf46c33803e26e89",
      "new_mode": 33188,
      "new_path": "src/main/java/com/google/devtools/build/lib/skyframe/ActionExecutionFunction.java"
    },
    {
      "type": "modify",
      "old_id": "11d3a1f86c9936e04ba96f4e2e47b79dbf94c029",
      "old_mode": 33188,
      "old_path": "src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java",
      "new_id": "600dd904cd76baf6f3f1746ed44431b1a9e169f8",
      "new_mode": 33188,
      "new_path": "src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java"
    },
    {
      "type": "modify",
      "old_id": "c31846a0f568715bf742a41dd692ddc9c683b092",
      "old_mode": 33188,
      "old_path": "src/main/java/com/google/devtools/build/lib/skyframe/TestCompletionFunction.java",
      "new_id": "2b5cc381020e4a634954b8ddf502ed32cd700259",
      "new_mode": 33188,
      "new_path": "src/main/java/com/google/devtools/build/lib/skyframe/TestCompletionFunction.java"
    },
    {
      "type": "modify",
      "old_id": "bc320b6805a5f42fc0f61e3e324de107757f73a8",
      "old_mode": 33188,
      "old_path": "src/test/java/com/google/devtools/build/lib/exec/StandaloneTestStrategyTest.java",
      "new_id": "1cd8c2bba22e9b3ea7f4666e00a8b9f982e765a6",
      "new_mode": 33188,
      "new_path": "src/test/java/com/google/devtools/build/lib/exec/StandaloneTestStrategyTest.java"
    },
    {
      "type": "modify",
      "old_id": "8a604c36c35a418efdd02324c0f28bf65c6e9874",
      "old_mode": 33188,
      "old_path": "src/test/java/com/google/devtools/build/lib/runtime/TestResultAggregatorTest.java",
      "new_id": "6bc20656a55763be064db701c79243eb267e0af1",
      "new_mode": 33188,
      "new_path": "src/test/java/com/google/devtools/build/lib/runtime/TestResultAggregatorTest.java"
    }
  ]
}
