Prodcre 421 integration tests#227
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…-http-action-capability-without-turn-taking
|
👋 jinhoonbang, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
There was a problem hiding this comment.
Pull Request Overview
This PR implements HTTP trigger integration tests for workflow execution with three main test scenarios: triggering workflows using workflow ID, triggering using workflow name/owner/tag, and handling timeout scenarios with insufficient nodes.
Key changes:
- Adds comprehensive HTTP trigger integration tests with different workflow selector methods
- Refactors existing HTTP test infrastructure to support both action and trigger capabilities
- Updates dependencies to include the new http_trigger module
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| integration_tests/http/http_trigger_test.go | New integration test file implementing HTTP trigger tests with workflow ID and reference-based triggers |
| integration_tests/http/http_test.go | Refactors package name and gateway configuration to support shared test infrastructure |
| integration_tests/go.mod | Adds http_trigger dependency and updates chainlink module versions |
| http_trigger/trigger/connector_handler.go | Updates workflow trigger logic to use execution ID instead of request ID |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.