You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ambari.apache.org by Artem Ervits <ar...@nyp.org> on 2013/06/13 20:52:26 UTC

Skip smoke tests option

Hello all,

Is there an option during service start to skip smoke tests? It would be nice to have it. Here's an example, I have an M/R running that is occupying all map slots. Oozie service is down at the start of the job. I start the Oozie service and it attempts to run a smoke test. The smoke test will fail. I'll be happy to file a JIRA if it benefits anyone besides me.

Thanks


Artem Ervits
Artem@nyp.org<ma...@nyp.org>
New York Presbyterian Hospital


This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited.  If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message.  Thank you.

Re: Skip smoke tests option

Posted by Mahadev Konar <ma...@hortonworks.com>.
Artem,
 You can call the server start via an API with a skip smoke test flag
- something like the below curl command:


curl -i -X PUT -d '{"ServiceInfo": {"state" : "STARTED"}}'
http://localhost:8080/api/v1/clusters/c1/services/Oozie?params/run_smoke_test=false

thanks
mahadev


On Thu, Jun 13, 2013 at 11:52 AM, Artem Ervits <ar...@nyp.org> wrote:
>
> Hello all,
>
>
>
> Is there an option during service start to skip smoke tests? It would be nice to have it. Here’s an example, I have an M/R running that is occupying all map slots. Oozie service is down at the start of the job. I start the Oozie service and it attempts to run a smoke test. The smoke test will fail. I’ll be happy to file a JIRA if it benefits anyone besides me.
>
>
>
> Thanks
>
>
>
>
>
> Artem Ervits
>
> Artem@nyp.org
>
> New York Presbyterian Hospital
>
>
>
>
> This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you.