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

Data collector cleanup #1264

Merged
merged 12 commits into from
Nov 28, 2017
Merged

Conversation

harshjain2
Copy link
Contributor

@harshjain2 harshjain2 commented Nov 3, 2017

  1. Removed TargetDataCollectorUri as it is not required.
  2. Populated TestCaseStartEventArgs.DataCollectionContext.TestCase property. Earlier it was sent as null.

Fixes #1175

@harshjain2 harshjain2 requested a review from codito November 3, 2017 09:25
@harshjain2 harshjain2 requested a review from smadala November 13, 2017 08:06
@smadala smadala requested a review from singhsarab November 21, 2017 09:03
Context = context;
TargetDataCollectorUri = targetDataCollectorUri;
Copy link
Contributor

Choose a reason for hiding this comment

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

Keep careful about this change, when you remove the property.

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

Copy link
Contributor

@singhsarab singhsarab left a comment

Choose a reason for hiding this comment

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

with suggestion.

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.

4 participants