Skip to content

[rig-integration] Integration test run: all 3 tests failed (AUTHENTICATION_FAILED) #178

Description

@github-actions

Integration Test Results

Date: 2026-07-26
Workflow run: 30196887486

Summary

All 3 integration tests in scripts/haiku.integration.test.ts failed due to missing Copilot API credentials in the sandbox environment.

Test Results

Test Result
runs a single-agent haiku sample with the real runtime ❌ FAILED
runs a single-agent sonnet sample with the real runtime ❌ FAILED
runs a complex sonnet sample with tools, addons, intents, and subagent wiring ❌ FAILED

Error Output

Error: Haiku integration run failed with exit code 1.
AUTHENTICATION_FAILED

Root Cause

All three tests failed with AUTHENTICATION_FAILED. The integration tests require a live Copilot API token, which is not available in this sandbox environment. The tests themselves are structurally sound — the failure is purely an infrastructure/credentials issue.

Steps Taken

  1. npm ci — completed successfully (exit code 0)
  2. npm run test:integration — all 3 tests failed with AUTHENTICATION_FAILED (exit code 1)

Generated by Rig Integration Tests · sonnet46 11.6 AIC · ⊞ 4K ·

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions