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

Fix scenario information retrieval from externally-controlled executor #2132

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

imiric
Copy link
Contributor

@imiric imiric commented Sep 10, 2021

Previously accessing some scenario state information using the externally-controlled executor would throw the error getting scenario information in the init context is not supported. This was because the context wasn't properly passed to the externallyControlledRunState.

The test added here checks access for all executors, which would've caught this initially.

Previously accessing some scenario state information using the
externally-controlled executor would throw the error
`getting scenario information in the init context is not supported`.
This was because the context wasn't properly passed to the
externallyControlledRunState.

The test added here checks access for all executors, which would've
caught this initially.
@na-- na-- added this to the v0.35.0 milestone Sep 10, 2021
@imiric imiric merged commit 8124214 into master Sep 10, 2021
@imiric imiric deleted the fix/execution-info-externally-controlled branch September 10, 2021 12:53
@na-- na-- modified the milestones: v0.35.0, v0.35.1 Sep 13, 2021
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