GUI acceptance tests using environment deployed from packages.

Build: #1549 failed

Job: Onezone data discovery failed

Test results

  • 32 tests in total
  • 2 tests failed
  • 2 failures are new
  • 59 minutes taken in total.

Build 1,549 has the following 2 errors: 2 new failure(s) occurred since the previous build.

New test failures 2
Status Test Duration
Collapse Failed test_onezone_data_discovery test_not_signed_in_user_cannot_open_public_data_discovery_page_if_harvester_is_no_longer_public[1oz_1op_elasticsearch]
58 secs
tests.utils.http_exceptions.HTTPBadRequest: [400] Bad Request: {"error":{"id":"posix","details":{"errno":"enoent"},"description":"Operation failed with POSIX error: enoent."}}
request = <FixtureRequest for <Function 'test_not_signed_in_user_cannot_open_public_data_discovery_page_if_harvester_is_no_longer_public[1oz_1op_elasticsearch]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(59 more lines...)
Collapse Failed test_onezone_data_discovery test_not_signed_in_user_sees_public_data_discovery_page_when_harvester_is_configured_as_public[1oz_1op_elasticsearch]
1 min
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='dev-onezone.default.svc.cluster.local', port=443): Read timed out. (read timeout=20)
self = <urllib3.connectionpool.HTTPSConnectionPool object at 0x7f2c1e19dd30>
conn = <urllib3.connection.VerifiedHTTPSConnection object at 0x7f2c1e19d908>
method = 'POST'
url = '/api/v3/onezone/harvesters/b5d3d3e795c1d7e2479dc2d2e9e31608ch729a/indices'
timeout = <urllib3.util.timeout.Timeout object at 0x7f2c1e1a1978>
chunked = False
httplib_request_kw = {'body': '{"name": "generic-index", "guiPluginName": "generic-index", "includeMetadata": ["json", "xattrs", "rdf"], "i...ep-alive', 'content-type': 'application/json', 'Content-Length': '237', 'Authorization': 'Basic YWRtaW46cGFzc3dvcmQ='}}
(1116 more lines...)