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

Agent_ext_workflow scenario fix #3245

Merged
merged 5 commits into from
Oct 24, 2024
Merged

Conversation

maddieford
Copy link
Contributor

@maddieford maddieford commented Oct 18, 2024

Description

A bug was found in this test during release monitoring. The test expects a set of x operations to be reported by the TestExtension, so it checks the last x operations reported by the testExtension and compares to the expected ops. As a result, if the agent processes an additional goal state due to extensions added due to policy, the TestExtension may be enabled again.

This updates the test to check the first x operations after a particular test case starts, instead of the last x operations

Issue #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made

Quality of Code and Contribution Guidelines

@maddieford maddieford merged commit facc242 into Azure:develop Oct 24, 2024
11 checks passed
@maddieford maddieford deleted the ext_workflow_fix branch October 24, 2024 17:37
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.

3 participants