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

Various fixes and test tweaks #654

Merged
merged 2 commits into from
Mar 16, 2019
Merged

Various fixes and test tweaks #654

merged 2 commits into from
Mar 16, 2019

Conversation

cgillum
Copy link
Member

@cgillum cgillum commented Mar 15, 2019

Added a new test to validate #643, plus made a few other small tweaks that I discovered while updating docs.

Note the DurableTaskOptions.cs has a bunch of newline changes, which will make the diff harder to look at. You'll want to turn off whitespace comparisons for that.

@cgillum cgillum requested a review from ConnorMcMahon March 15, 2019 19:26
@cgillum cgillum added this to the v1.8 Release milestone Mar 15, 2019
Copy link
Contributor

@ConnorMcMahon ConnorMcMahon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly good, just have a few questions.


string message = $"Failure ID: {Guid.NewGuid()}";

// Empty string input should result in ArgumentNullException in the orchestration code.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this comment meant for this test?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. Copy/paste error. Good catch.

test/Common/TestActivities.cs Show resolved Hide resolved
@cgillum cgillum merged commit 434f905 into dev Mar 16, 2019
@cgillum cgillum deleted the various-fixups branch March 16, 2019 00:55
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.

2 participants