You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Bill Farner (JIRA)" <ji...@apache.org> on 2014/05/21 00:26:38 UTC

[jira] [Commented] (AURORA-453) Regression: vagrant-based tests failing

    [ https://issues.apache.org/jira/browse/AURORA-453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004068#comment-14004068 ] 

Bill Farner commented on AURORA-453:
------------------------------------

https://reviews.apache.org/r/21735

> Regression: vagrant-based tests failing 
> ----------------------------------------
>
>                 Key: AURORA-453
>                 URL: https://issues.apache.org/jira/browse/AURORA-453
>             Project: Aurora
>          Issue Type: Bug
>          Components: Client
>            Reporter: Bill Farner
>            Assignee: Bill Farner
>            Priority: Blocker
>
> Steps to reproduce:
> {noformat}
> $ vagrant up
> $ bash examples/vagrant/test_tutorial.sh 
> Checking scheduler health...\c
> PASS
> Checking observer health...\c
> PASS
> Checking master health...\c
> PASS
> Checking slave health...\c
> PASS
> Running create command...\c
> FAIL
> Command output:\n INFO] Creating job hello_world
> Traceback (most recent call last):
>   File "/home/vagrant/.pex/install/twitter.common.app-0.3.0-py27-none-any.whl.d773cda648ab4fc153efb92c408a1f44b85b3e54/twitter.common.app-0.3.0-py27-none-any.whl/twitter/common/app/application.py", line 738, in _wrap_method
>     return_code = method()
>   File "/home/vagrant/.pex/install/twitter.common.app-0.3.0-py27-none-any.whl.d773cda648ab4fc153efb92c408a1f44b85b3e54/twitter.common.app-0.3.0-py27-none-any.whl/twitter/common/app/application.py", line 760, in <lambda>
>     main = lambda: main_method(*args, **kwargs)
>   File "/usr/local/bin/aurora/apache/aurora/client/base.py", line 74, in wrapped_function
>     return fn(*args)
>   File "/usr/local/bin/aurora/apache/aurora/client/commands/core.py", line 156, in create
>     resp = api.create_job(config)
>   File "/usr/local/bin/aurora/apache/aurora/client/hooks/hooked_api.py", line 161, in create_job
>     _partial(super(HookedAuroraClientAPI, self).create_job, config, lock))
>   File "/usr/local/bin/aurora/apache/aurora/client/hooks/hooked_api.py", line 147, in _hooked_call
>     resp = api_call()
>   File "/usr/local/bin/aurora/apache/aurora/client/api/__init__.py", line 65, in create_job
>     return self._scheduler_proxy.createJob(config.job(), lock)
>   File "/usr/local/bin/aurora/apache/aurora/client/api/scheduler_client.py", line 264, in method_wrapper
>     method = getattr(self.client(), method_name)
>   File "/usr/local/bin/aurora/apache/aurora/client/api/scheduler_client.py", line 201, in _wrapper
>     self._construct_scheduler()
>   File "/usr/local/bin/aurora/apache/aurora/client/api/scheduler_client.py", line 243, in _construct_scheduler
>     raise self.AuthenticationError('Error connecting to scheduler: %s' % e)
> AuthenticationError: Error connecting to scheduler: 'module' object is not callable
> {noformat}
> Regression introduced in:
> {noformat}
> commit 10fce64b35a486dfc229dd7ba989f6dc73680032
> Author: Bill Farner <wf...@apache.org>
> Date:   Mon May 19 14:04:55 2014 -0700
>     Only serve thrift over HTTP.
>     
>     Bugs closed: AURORA-342
>     
>     Reviewed at https://reviews.apache.org/r/21294/
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)