Github user petevg commented on the issue:
https://github.com/apache/bigtop/pull/117
When I run bundletester on this charm, on AWS, I get a failure during
02-smoke-test.py, and the sparkscale machines are blocked waiting for the
relation to java.
Will dig into it further -- I suspect that it's just an issue w/ a test not
setting up a relation.
Here's the failure:
ERROR: spark::02-smoke-test.py
[/tmp/bundletester-oB8F_D/spark/tests/02-smoke-test.py exit 1]
2016-08-01 17:35:51 Starting deployment of local.aws-test:miles
2016-08-01 17:35:52 Deploying services...
2016-08-01 17:37:00 Config specifies num units for subordinate: openjdk
2016-08-01 17:37:01 Adding relations...
2016-08-01 17:37:02 Adding relation spark:java <-> openjdk:java
2016-08-01 17:39:30 Deployment complete in 219.51 seconds
/home/petevg/.local/lib/python3.5/site-packages/path.py:1717:
DeprecationWarning
: path is deprecated. Use Path instead.
warnings.warn(msg, DeprecationWarning)
F
======================================================================
FAIL: test_deploy (__main__.TestDeploy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/bundletester-oB8F_D/spark/tests/02-smoke-test.py", line 41, in
test
_deploy
assert "completed" in output['status']
AssertionError
----------------------------------------------------------------------
Ran 1 test in 474.559s
FAILED (failures=1)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---