Unable to download elasticsearch snapshot for kibana-6.6.1

While testing Kibana-6.6.1, i have encountered an issue i.e https://snapshots.elastic.co/downloads/elasticsearch/elasticsearch-oss-6.6.1-SNAPSHOT.tar.gz" is not found. Due to this the test cases are getting failed.

Error_log:-

info Installing from snapshot\n   │ info version: 6.6.1\n   │ info install path: /home/kibana/kibana-6.6.1/.es/test-8zpls6r2e2k\n   │ info license: oss\n   │ info downloading from https://snapshots.elastic.co/downloads/elasticsearch/elasticsearch-oss-6.6.1-SNAPSHOT.tar.gz\n\nUnable to download elasticsearch snapshot: Not Found\n    at Promise (/home/kibana/kibana-6.6.1/packages/kbn-es/src/install/snapshot.js:123:25)\n    at new Promise (<anonymous>)\n    at fetch.then.res (/home/kibana/kibana-6.6.1/packages/kbn-es/src/install/snapshot.js:116:7)\n    at process._tickCallback (internal/process/next_tick.js:68:7)",
    "stdout_lines": [
        " info Installing from snapshot",
        "   │ info version: 6.6.1",
        "   │ info install path: /home/kibana/kibana-6.6.1/.es/test-8zpls6r2e2k",
        "   │ info license: oss",
        "   │ info downloading from https://snapshots.elastic.co/downloads/elasticsearch/elasticsearch-oss-6.6.1-SNAPSHOT.tar.gz",
        "",
        "Unable to download elasticsearch snapshot: Not Found",
        "    at Promise (/home/kibana/kibana-6.6.1/packages/kbn-es/src/install/snapshot.js:123:25)",
        "    at new Promise (<anonymous>)",
        "    at fetch.then.res (/home/kibana/kibana-6.6.1/packages/kbn-es/src/install/snapshot.js:116:7)",
        "    at process._tickCallback (internal/process/next_tick.js:68:7)"
    ]

Could anyone please help me with these errors?

Elasticsearch snapshots for old patch releases expire as new patch release snapshots are generated.

I would recommend updating your 6.6 branch to the latests so the tests download https://snapshots.elastic.co/downloads/elasticsearch/elasticsearch-6.6.3-SNAPSHOT.tar.gz

If that is not an option, you can configure the test runner to access a running version of elasticsearch. See https://www.elastic.co/guide/en/kibana/current/development-functional-tests.html#_running_functional_tests Custom option

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.