-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Adds back additional information when running our tests #5303
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
Conversation
Dumps all the configuration bits at the beginning of the run including test mode and random seed information. At the end of the run this now again produces an overview of how long testing each cluster took. And produce a reproduce command line that you can use to only rerun failed collections/tests using the exact same configuration.
stevejgordon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I actually had this on my list for the week!
| .ConnectionLimit(ConnectionLimitDefault) | ||
| .OnRequestCompleted(r => | ||
| { | ||
| //r.HttpMethod; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In by accident?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in by accident will remove thanks for catching this!
Dumps all the configuration bits at the beginning of the run including test mode and random seed information. At the end of the run this now again produces an overview of how long testing each cluster took. And produce a reproduce command line that you can use to only rerun failed collections/tests using the exact same configuration.
Dumps all the configuration bits at the beginning of the run including test mode and random seed information. At the end of the run this now again produces an overview of how long testing each cluster took. And produce a reproduce command line that you can use to only rerun failed collections/tests using the exact same configuration.
Dumps all the configuration bits at the beginning of the run including test mode and random seed information. At the end of the run this now again produces an overview of how long testing each cluster took. And produce a reproduce command line that you can use to only rerun failed collections/tests using the exact same configuration. Co-authored-by: Martijn Laarman <[email protected]>
Dumps all the configuration bits at the beginning of the run including test mode and random seed information. At the end of the run this now again produces an overview of how long testing each cluster took. And produce a reproduce command line that you can use to only rerun failed collections/tests using the exact same configuration. Co-authored-by: Martijn Laarman <[email protected]>
Dumps all the configuration bits at the beginning of the run including
test mode and random seed information.
At the end of the run this now again produces an overview of how long
testing each cluster took.
And produce a reproduce command line that you can use to only rerun
failed collections/tests using the exact same configuration.