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

[CI Failure] ElasticsearchRestTests.test {yaml=nodes.info/20_transport/node_info test profile is empty} #9529

Closed
dakrone opened this issue Feb 2, 2015 · 1 comment
Assignees
Labels
>test-failure Triaged test failures from CI

Comments

@dakrone
Copy link
Member

dakrone commented Feb 2, 2015

REPRODUCE WITH : mvn clean test -Dtests.seed=9E17FC6F4340BACD -Dtests.class=org.elasticsearch.test.rest.ElasticsearchRestTests -Dtests.method="test {yaml=nodes.info/20_transport/node_info test profile is empty}" -Des.logger.level=DEBUG -Des.node.mode=network -Dtests.security.manager=true -Dtests.nightly=false -Dtests.heap.size=512m -Dtests.jvm.argline="-server -XX:+UseG1GC -XX:+UseCompressedOops -XX:+AggressiveOpts" -Dtests.locale=pt_BR -Dtests.timezone=Asia/Manila -Dtests.processors=8 -Dtests.rest.blacklist=cat.recovery/10_basic/*

field [nodes.$master.transport.profiles] doesn't have a true value Expected: not null      got: null 

Stacktrace

java.lang.AssertionError: field [nodes.$master.transport.profiles] doesn't have a true value
Expected: not null
     got: null

I think is this related to the recent merge of #9134

@dakrone dakrone added the >test-failure Triaged test failures from CI label Feb 2, 2015
@dakrone dakrone changed the title ElasticsearchRestTests.test {yaml=nodes.info/20_transport/node_info test profile is empty} [CI Failure] ElasticsearchRestTests.test {yaml=nodes.info/20_transport/node_info test profile is empty} Feb 2, 2015
@dakrone
Copy link
Member Author

dakrone commented Feb 2, 2015

Fixed by 988f35a and 650d834

@dakrone dakrone closed this as completed Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

2 participants