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

Failing EmulatorFunctionalTests #255

Closed
Preecington opened this issue Feb 20, 2019 · 1 comment · Fixed by #267
Closed

Failing EmulatorFunctionalTests #255

Preecington opened this issue Feb 20, 2019 · 1 comment · Fixed by #267

Comments

@Preecington
Copy link
Contributor

Whilst working on #203 I've noticed that the PR #251 has introduced failures into the EmulatorFunctionalTests, namely MockGenerationTest and MockRecreateOrchestrationTest.

This manifests as a timeout, but the underlying issue is the orchestration is continually retrying due to a corrupt state where there are Multiple ExecutionCompletedEvents in the history.

I managed to trace the issue down to something to do with the OrchestrationRuntimeState being passed in to CompleteTaskOrchestrationWorkItemAsync inside DurableTask.Core.TaskOrchestrationDispatcher.OnProcessWorkItemAsync (Line #402 on master as of this issue). Perhaps the local orchestration service wasn't properly updated to deal with the new raised event fix?

I won't have time to look at this for another few days, so I thought I'd just post my findings here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants