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

Leaving Fuzz parameters empty causes build errors #10

Closed
Michael-Zinn opened this issue Aug 3, 2015 · 3 comments
Closed

Leaving Fuzz parameters empty causes build errors #10

Michael-Zinn opened this issue Aug 3, 2015 · 3 comments

Comments

@Michael-Zinn
Copy link

According to the description in the plugin, the Fuzz test parameters "Event Count", "Event Throttle" and "Seed" are optional. If I leave them empty, I get these python-errors in AWS:

stream() takes exactly 3 arguments (2 given)
'NoneType' object has no attribute 'filename'

As a work-around I used the same parameters in jenkins that are suggested when creating a Fuzz test on AWS directly:
Event Count: 6000
Event Throttle: 50
(The Seed can actually be left empty)

Not sure if this is a bug in the jenkins plugin or in AWS device farm itself.

@vbanthia-zz
Copy link

Happened with me too.

thanks RedNifre for the work around.

@ahawker
Copy link
Contributor

ahawker commented Aug 7, 2015

Sorry for the problems!

This happens to be a problem with Built-in Fuzz Android execution in AWS Device Farm and is not related to the Jenkins plugin.

We are currently working on a fix and hope to have it deployed to our production environment very soon. I will be sure to come back and update this issue once we've done so.

@ahawker
Copy link
Contributor

ahawker commented Aug 12, 2015

We pushed a fix for this issue late last night. I'm going to close this issue as resolved, but don't hesitate to re-open it if you once again encounter this bug.

@ahawker ahawker closed this as completed Aug 12, 2015
nikhil-dabhade added a commit that referenced this issue Oct 5, 2018
Fix for video capture attribute and test spec file
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

No branches or pull requests

3 participants