Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests to ensure workflow doesn't get broken #7631

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

erkinalp
Copy link

@erkinalp erkinalp commented Apr 1, 2025

  • This change is worth documenting at https://docs.all-hands.dev/
  • Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below

End-user friendly description of the problem this fixes or functionality that this introduces.
Added comprehensive test suite for workflow token authentication to ensure that token handling in GitHub and GitLab workflows remains functional and secure.


Give a summary of what the PR does, explaining any non-trivial design decisions.
This PR implements tests for workflow token authentication as requested in issue #7573. It includes:

  1. Unit tests for token handling in GitHub workflows

    • Tests for GitHub token validation
    • Tests for GitHub PAT token handling
    • Tests for GitLab token authentication
    • Tests for missing token scenarios
  2. Local workflow testing using the act tool

    • Simulated workflow executions with different token types
    • Verification of token validation in workflow files
  3. Integration tests for token authentication

    • End-to-end testing of token handling in workflows
    • Tests for token permissions and security constraints

The tests use mocking to avoid requiring actual API calls while still providing comprehensive coverage of token handling functionality.


Link of any specific issues this addresses.
Fixes #7573

Link to Devin run: https://app.devin.ai/sessions/9e4698444aa147bf8d970a4faec2de3e

Co-authored-by: Erkin Alp Güney [email protected]

- Implemented mock-based API tests for GitHub/GitLab interactions
- Added local workflow testing with act
- Created integration tests for token authentication
- Tests cover GitHub token, GitHub PAT, and GitLab token types

Co-Authored-By: Erkin Alp Güney <[email protected]>
@erkinalp erkinalp changed the title Add tests to ensure workflow doesn't get broken (#7573) Add tests to ensure workflow doesn't get broken Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests to ensure workflow doesn't get broken
1 participant