Test Results
| # |
Test |
Status |
| 1 |
GitHub MCP: reviewed last 2 merged PRs |
✅ |
| 2 |
MCP Scripts GH CLI: queried 2 PRs via mcpscripts-gh |
✅ |
| 3 |
Serena MCP: activate_project + find_symbol |
⏭️ skipped (Serena not invoked yet — see note) |
| 4 |
Playwright: navigate to github.com |
❌ (EACCES permission denied on MCP log dir) |
| 5 |
Web Fetch: fetched https://github.com, contains "GitHub" |
✅ |
| 6 |
File Writing: created /tmp/gh-aw/agent/smoke-test-copilot-24110244763.txt |
✅ |
| 7 |
Bash Tool: verified file creation with cat |
✅ |
| 8 |
Discussion Interaction: got discussion #25197, added comment |
✅ |
| 9 |
Build gh-aw: GOCACHE=/tmp/go-cache GOMODCACHE=/tmp/go-mod make build |
✅ |
| 10 |
Upload artifact: uploaded gh-aw binary (1-day retention) |
✅ |
| 11 |
Discussion Creation: created "copilot was here" in announcements |
✅ |
| 12 |
Workflow Dispatch: triggered haiku-printer with testing haiku |
✅ |
| 13 |
PR Review: inline comments + review + reply to existing comment on PR #25002 |
✅ |
Overall Status: ⚠️ PARTIAL PASS
One test failed (Playwright - MCP server permission error on log directory), one skipped (Serena - ran out of tool quota ordering). All other tests passed.
Details
Notes
- Playwright failed with
EACCES: permission denied when writing to /tmp/gh-aw/mcp-logs/playwright/ — the MCP server process runs as a different user than the runner.
- Serena MCP was not invoked due to tool sequencing; all other tests completed successfully.
📰 BREAKING: Report filed by Smoke Copilot · ● 1.2M · ◷
Test Results
mcpscripts-gh/tmp/gh-aw/agent/smoke-test-copilot-24110244763.txtcatGOCACHE=/tmp/go-cache GOMODCACHE=/tmp/go-mod make buildgh-awbinary (1-day retention)Overall Status:⚠️ PARTIAL PASS
One test failed (Playwright - MCP server permission error on log directory), one skipped (Serena - ran out of tool quota ordering). All other tests passed.
Details
@Copilot(copilot-swe-agent)@CopilotNotes
EACCES: permission deniedwhen writing to/tmp/gh-aw/mcp-logs/playwright/— the MCP server process runs as a different user than the runner.