Skip to content

fix: enable task support on counter long_task example#838

Open
DaleSeo wants to merge 2 commits intomainfrom
fix/issue-836-counter-long-task-test
Open

fix: enable task support on counter long_task example#838
DaleSeo wants to merge 2 commits intomainfrom
fix/issue-836-counter-long-task-test

Conversation

@DaleSeo
Copy link
Copy Markdown
Member

@DaleSeo DaleSeo commented May 7, 2026

Fixes #836

Motivation and Context

Fixed the Counter example's unit test by adding execution(task_support = "optional"). Also widened the example test step in CI to --all-targets to avoid the same issue.

How Has This Been Tested?

The tests pass with the fix.

Breaking Changes

None.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

@DaleSeo DaleSeo self-assigned this May 7, 2026
@github-actions github-actions Bot added T-CI Changes to CI/CD workflows and configuration T-config Configuration file changes T-examples Example code changes labels May 7, 2026
@DaleSeo DaleSeo marked this pull request as ready for review May 7, 2026 16:48
@DaleSeo DaleSeo requested a review from a team as a code owner May 7, 2026 16:48
@DaleSeo DaleSeo force-pushed the fix/issue-836-counter-long-task-test branch from 75aa0c9 to 7815e38 Compare May 7, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-CI Changes to CI/CD workflows and configuration T-config Configuration file changes T-examples Example code changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Example unit test is broken

1 participant