)]}'
{
  "commit": "c43693cde27affba1cb784068c554f1d07f90559",
  "tree": "f1641a7dd0d2dd110e82b389831a7cfb3b2cfd27",
  "parents": [
    "036adc105361b1169b871cebfee6f6f1792a5be3"
  ],
  "author": {
    "name": "David du Colombier",
    "email": "0intro@gmail.com",
    "time": "Mon Jun 29 20:26:33 2026 +0200"
  },
  "committer": {
    "name": "Alan Donovan",
    "email": "adonovan@google.com",
    "time": "Tue Jun 30 10:39:11 2026 -0700"
  },
  "message": "gopls/internal/test/integration/fake: retry reads of exclusive-use files\n\nThe fake editor detects file changes by polling.\nWorkdir.pollFiles reads every file in the working\ndirectory. On Plan 9 the go command opens go.mod and\nother files with the exclusive-use bit while reading\nthem through lockedfile, so while gopls loads the\nworkspace with concurrent go commands, the read of\ngo.mod in pollFiles intermittently fails with\n\"exclusive use file already open\" on ramfs, or\n\"exclusive lock\" on fossil.\n\nThe error propagates out of CheckForFileChanges, and\nApplyQuickFixes reported it as \"no quick fixes were\napplied\". This is how TestQuickFixIssue70755 fails on\nthe plan9-386 and plan9-amd64 builders.\n\nMake robustio retry these exclusive-use errors on\nPlan 9, recognizing the same lock strings as cmd/go\u0027s\nlockedfile, and read through robustio.ReadFile in\nWorkdir.ReadFile and pollFiles. Also make\nApplyQuickFixes return the underlying error instead of\nmasking it.\n\nChange-Id: Id55db2cc18f7b75e2ae12d016d1ae0413529ac21\nReviewed-on: https://go-review.googlesource.com/c/tools/+/795200\nAuto-Submit: Alan Donovan \u003cadonovan@google.com\u003e\nCommit-Queue: Alan Donovan \u003cadonovan@google.com\u003e\nReviewed-by: Alan Donovan \u003cadonovan@google.com\u003e\nReviewed-by: Dmitri Shuralyov \u003cdmitshur@google.com\u003e\nLUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com \u003cgolang-scoped@luci-project-accounts.iam.gserviceaccount.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b1b934053485e68374527a1528edf52316029419",
      "old_mode": 33188,
      "old_path": "gopls/internal/test/integration/fake/editor.go",
      "new_id": "5133d88ef25612c342ead36699ff1329a84b683c",
      "new_mode": 33188,
      "new_path": "gopls/internal/test/integration/fake/editor.go"
    },
    {
      "type": "modify",
      "old_id": "d1f2ead9d5d200dea913b9754b031b832e5579bf",
      "old_mode": 33188,
      "old_path": "gopls/internal/test/integration/fake/workdir.go",
      "new_id": "096010ae09bce615880c37ab68cf8d783ba1d8c0",
      "new_mode": 33188,
      "new_path": "gopls/internal/test/integration/fake/workdir.go"
    },
    {
      "type": "modify",
      "old_id": "c56e36ca62412aae46a98f41f5a2d9ad5191fe8e",
      "old_mode": 33188,
      "old_path": "internal/robustio/robustio_flaky.go",
      "new_id": "0da721ead1e5b776e6d149cb63aeb1a3ca382894",
      "new_mode": 33188,
      "new_path": "internal/robustio/robustio_flaky.go"
    },
    {
      "type": "modify",
      "old_id": "da9a46e4face362eb5d95872bccc2ecd4a7a5424",
      "old_mode": 33188,
      "old_path": "internal/robustio/robustio_other.go",
      "new_id": "bc4fdb0b839f91a9cb4ee6f1d655b263cfe8155c",
      "new_mode": 33188,
      "new_path": "internal/robustio/robustio_other.go"
    },
    {
      "type": "modify",
      "old_id": "3026b9f6321952d2ba936e573216e2e123795241",
      "old_mode": 33188,
      "old_path": "internal/robustio/robustio_plan9.go",
      "new_id": "b5032ab9b9f569a9db494d9f1af7846bcb857672",
      "new_mode": 33188,
      "new_path": "internal/robustio/robustio_plan9.go"
    }
  ]
}
