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

[C#] Add Stressapp #721

Merged
merged 10 commits into from
Jul 27, 2022
Merged

[C#] Add Stressapp #721

merged 10 commits into from
Jul 27, 2022

Conversation

TedHartMS
Copy link
Contributor

Add stress app and some related fixes:

  • Initial work to clean up flushEvent handling for Async and add separate HandleOperationStatus overload for it. Addition work still to be done for RETRY_LATER issues discovered in stress.
  • Add WithOutputs to InternalCompleteRetryRequests.
  • Add interfaces for epoch control and lock operations for (Lockable)UnsafeContext which don't need ephemeral types

@TedHartMS TedHartMS requested a review from badrishc July 5, 2022 19:34
@@ -135,6 +135,6 @@ public bool IsCompletedSuccessfully
public byte Value => (byte)statusCode;

/// <inheritdoc />
public override string ToString() => this.statusCode.ToString();
public override string ToString() => (this.Found ? "Found, " : string.Empty) + this.statusCode.ToString();
Copy link
Contributor

Choose a reason for hiding this comment

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

why call out Found specifically?

@badrishc badrishc merged commit a3aafc8 into main Jul 27, 2022
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