Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add flags to disable video recording and performance metrics #149

Merged
merged 4 commits into from
Mar 23, 2018
Merged

Add flags to disable video recording and performance metrics #149

merged 4 commits into from
Mar 23, 2018

Conversation

doodla
Copy link
Contributor

@doodla doodla commented Mar 23, 2018

No description provided.

@CLAassistant
Copy link

CLAassistant commented Mar 23, 2018

CLA assistant check
All committers have signed the CLA.

@bootstraponline
Copy link
Contributor

It'd be awesome if you could update the release notes for this feature:
https://github.com/TestArmada/flank/blob/master/release_notes.md

@@ -37,6 +38,7 @@ public void runGcloud(String testCase, String bucket, int shardIndex)
"instrumentation",
orchestratorFlag(),
autoGoogleLoginFlag(),
recordVideoFlag(),
Copy link
Contributor

Choose a reason for hiding this comment

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

performanceMetricsFlag() isn't used?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤦‍♂️ Will fix.

}

public void setRecordVideo(boolean shouldRecordVideo) {
recordVideo = shouldRecordVideo;
Copy link
Contributor

Choose a reason for hiding this comment

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

the pattern seems to be:

this.recordVideo = recordVideo

It'd be nice to keep the code style consistent.

@bootstraponline
Copy link
Contributor

One small comment, otherwise looks good.

@bootstraponline bootstraponline merged commit 7ab69fa into Flank:master Mar 23, 2018
@doodla doodla deleted the disablevideoandreports branch March 23, 2018 20:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants