You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Yuqi Gu (Jira)" <ji...@apache.org> on 2020/10/09 01:51:00 UTC

[jira] [Commented] (BIGTOP-3428) Kibana's smoke test fails on some distros

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

Yuqi Gu commented on BIGTOP-3428:
---------------------------------

Let me look into it.

> Kibana's smoke test fails on some distros
> -----------------------------------------
>
>                 Key: BIGTOP-3428
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3428
>             Project: Bigtop
>          Issue Type: Bug
>            Reporter: Kengo Seki
>            Assignee: Yuqi Gu
>            Priority: Major
>
> Kibana's smoke test is failing as follows. Is request to Kibana too early?
> https://ci.bigtop.apache.org/job/Bigtop-trunk-smoke-tests/COMPONENTS=elasticsearch.kibana@kibana,OS=debian-10-arm64-deploy/175/console
> https://ci.bigtop.apache.org/job/Bigtop-trunk-smoke-tests/COMPONENTS=elasticsearch.kibana@kibana,OS=debian-9-arm64-deploy/175/console
> https://ci.bigtop.apache.org/job/Bigtop-trunk-smoke-tests/COMPONENTS=elasticsearch.kibana@kibana,OS=fedora-31-aarch64-deploy/175/console
> https://ci.bigtop.apache.org/job/Bigtop-trunk-smoke-tests/COMPONENTS=elasticsearch.kibana@kibana,OS=ubuntu-18.04-arm64-deploy/175/console
> {code}
> > Task :bigtop-tests:smoke-tests:kibana:test
> TestKibanaSmoke > KibanaWebTest STANDARD_OUT
>     Failed command: /usr/lib/kibana/bin/start-kibana;sleep 10;curl -i localhost:5601;
>     	error code: 7
>     	stdout: [{"type":"log","@timestamp":"2020-09-30T00:36:04Z","tags":["status","plugin:kibana@5.4.1","info"],"pid":5515,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}]
>     	stderr: [  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current,                                  Dload  Upload   Total   Spent    Left  Speed, 
>   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (7) Failed to connect to localhost port 5601: Connection refused]
> Gradle Test Executor 2 finished executing tests.
> > Task :bigtop-tests:smoke-tests:kibana:test FAILED
> TestKibanaSmoke > KibanaWebTest FAILED
>     java.lang.AssertionError: Kibana start failed
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at org.junit.Assert$assertTrue.callStatic(Unknown Source)
>         at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)
>         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:196)
>         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
>         at TestKibanaSmoke.KibanaWebTest(TestKibanaSmoke.groovy:49)
> 1 test completed, 1 failed
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)