Skip to content

Commit 00ef1ac

Browse files
chore: deploy Allure report: 390fe46
1 parent 00e96a2 commit 00ef1ac

75 files changed

Lines changed: 75 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"uid":"1439bc7a52cba0d7","name":"test_select_struct[core]","fullName":"tests.integration.dbapi.sync.V2.test_queries#test_select_struct","historyId":"5bf57f5a4b221adb4ff69ab0f4c6873b","time":{"start":1781152484864,"stop":1781152484882,"duration":18},"status":"broken","statusMessage":"firebolt.utils.exception.FireboltError: {\n \"errors\": [\n {\n \"description\": \"Unknown setting prevent_create_on_information_schema\"\n }\n ],\n \"query\": {\n \"query_id\": \"\",\n \"query_label\": null,\n \"request_id\": \"\"\n },\n \"statistics\": {\n \"elapsed\": 0.0\n }\n}","statusTrace":"connection = <firebolt.db.connection.Connection object at 0x7f00e337a960>\nsetup_struct_query = \"\\n SET advanced_mode=1;\\n SET enable_struct_syntax=true;\\n SET prevent_create_on_information_sch...-07-31 01:01:01');\\n INSERT INTO test_struct(id, s) SELECT 1, test_struct_helper FROM test_struct_helper;\\n \"\ncleanup_struct_query = '\\n DROP TABLE IF EXISTS test_struct;\\n DROP TABLE IF EXISTS test_struct_helper;\\n '\nselect_struct_query = 'SELECT test_struct FROM test_struct'\nselect_struct_description = [Column(name='test_struct', type_code=<firebolt.common._types.STRUCT object at 0x7f00e3296c90>, display_size=None, internal_size=None, precision=None, scale=None, null_ok=None)]\nselect_struct_response = [[{'id': 1, 's': {'a': [1, 2], 'b': datetime.datetime(2019, 7, 31, 1, 1, 1)}}]]\n\n def test_select_struct(\n connection: Connection,\n setup_struct_query: str,\n cleanup_struct_query: str,\n select_struct_query: str,\n select_struct_description: List[Column],\n select_struct_response: List[ColType],\n ):\n with connection.cursor() as c:\n try:\n> c.execute(setup_struct_query)\n\ntests/integration/dbapi/sync/V2/test_queries.py:648: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/firebolt/common/cursor/decorators.py:24: in inner\n return func(self, *args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/firebolt/db/cursor.py:361: in execute\n self._do_execute(query, params_list, skip_parsing, timeout=timeout_seconds)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/firebolt/db/cursor.py:218: in _do_execute\n self._execute_plan(plan, timeout)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/firebolt/db/cursor.py:239: in _execute_plan\n self._validate_set_parameter(query, timeout_controller.remaining())\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/firebolt/db/cursor.py:165: in _validate_set_parameter\n self._raise_if_error(resp)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/firebolt/db/cursor.py:110: in _raise_if_error\n raise_error_from_response(resp)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nresp = <Response [404 Not Found]>\n\n def raise_error_from_response(resp: Response) -> None:\n \"\"\"\n Raise a correct error from the response.\n Look for a structured error in the body and raise it.\n If the body doesn't contain a structured error,\n log the body and raise a status code error.\n \n Args:\n resp (Response): HTTP response\n \"\"\"\n to_raise = None\n # If error is Text - raise as is\n if \"text/plain\" in resp.headers.get(\"Content-Type\", \"\"):\n> raise FireboltError(resp.text)\nE firebolt.utils.exception.FireboltError: {\nE \"errors\": [\nE {\nE \"description\": \"Unknown setting prevent_create_on_information_schema\"\nE }\nE ],\nE \"query\": {\nE \"query_id\": \"\",\nE \"query_label\": null,\nE \"request_id\": \"\"\nE },\nE \"statistics\": {\nE \"elapsed\": 0.0\nE }\nE }\n\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/firebolt/utils/util.py:177: FireboltError","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"insert_assert_add_to_builtins","time":{"start":1781152460334,"stop":1781152460334,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"auth","time":{"start":1781152460335,"stop":1781152460398,"duration":63},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"service_secret","time":{"start":1781152460335,"stop":1781152460335,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"insert_assert_session","time":{"start":1781152460335,"stop":1781152460335,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"database_name","time":{"start":1781152460335,"stop":1781152460335,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"engine_name","time":{"start":1781152460335,"stop":1781152460335,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pytestconfig","time":{"start":1781152460335,"stop":1781152460335,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"service_id","time":{"start":1781152460335,"stop":1781152460335,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"account_name","time":{"start":1781152460398,"stop":1781152460398,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"core_url","time":{"start":1781152460398,"stop":1781152460398,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"core_auth","time":{"start":1781152460398,"stop":1781152460398,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"api_endpoint","time":{"start":1781152460398,"stop":1781152460398,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"insert_assert_maybe_fail","time":{"start":1781152484844,"stop":1781152484844,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"connection_factory","time":{"start":1781152484844,"stop":1781152484844,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"connection","time":{"start":1781152484844,"stop":1781152484863,"duration":19},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"select_struct_query","time":{"start":1781152484863,"stop":1781152484863,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup_struct_query","time":{"start":1781152484863,"stop":1781152484863,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"cleanup_struct_query","time":{"start":1781152484863,"stop":1781152484863,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"select_struct_description","time":{"start":1781152484863,"stop":1781152484863,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"select_struct_response","time":{"start":1781152484864,"stop":1781152484864,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"connection::0","time":{"start":1781152484918,"stop":1781152484918,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"insert_assert_maybe_fail::0","time":{"start":1781152484919,"stop":1781152484919,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"insert_assert_session::0","time":{"start":1781152488177,"stop":1781152488177,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"parentSuite","value":"tests.integration.dbapi.sync.V2"},{"name":"suite","value":"test_queries"},{"name":"host","value":"runnervm1li68"},{"name":"thread","value":"4436-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.integration.dbapi.sync.V2.test_queries"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"connection_factory","value":"'core'"}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[{"name":"Test defects","matchedStatuses":[]}],"tags":[]},"source":"1439bc7a52cba0d7.json","parameterValues":["'core'"]}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"uid":"18c0564bb69c2cfe","name":"test_parameterized_query[core]","fullName":"tests.integration.dbapi.async.V2.test_queries_async#test_parameterized_query","historyId":"6ff59d211b67e20eb1252fd26388071a","time":{"start":1781152460630,"stop":1781152460695,"duration":65},"description":"Query parameters are handled properly.","descriptionHtml":"<p>Query parameters are handled properly.</p>\n","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"insert_assert_add_to_builtins","time":{"start":1781152460334,"stop":1781152460334,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"auth","time":{"start":1781152460335,"stop":1781152460398,"duration":63},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"service_secret","time":{"start":1781152460335,"stop":1781152460335,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"insert_assert_session","time":{"start":1781152460335,"stop":1781152460335,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"database_name","time":{"start":1781152460335,"stop":1781152460335,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"engine_name","time":{"start":1781152460335,"stop":1781152460335,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pytestconfig","time":{"start":1781152460335,"stop":1781152460335,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"service_id","time":{"start":1781152460335,"stop":1781152460335,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"account_name","time":{"start":1781152460398,"stop":1781152460398,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"core_url","time":{"start":1781152460398,"stop":1781152460398,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"core_auth","time":{"start":1781152460398,"stop":1781152460398,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"api_endpoint","time":{"start":1781152460398,"stop":1781152460398,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"insert_assert_maybe_fail","time":{"start":1781152460629,"stop":1781152460629,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"connection","time":{"start":1781152460629,"stop":1781152460629,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"connection_factory","time":{"start":1781152460629,"stop":1781152460629,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"insert_assert_maybe_fail::0","time":{"start":1781152460696,"stop":1781152460696,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"insert_assert_session::0","time":{"start":1781152488177,"stop":1781152488177,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"parentSuite","value":"tests.integration.dbapi.async.V2"},{"name":"suite","value":"test_queries_async"},{"name":"host","value":"runnervm1li68"},{"name":"thread","value":"4436-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.integration.dbapi.async.V2.test_queries_async"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"connection_factory","value":"'core'"}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"18c0564bb69c2cfe.json","parameterValues":["'core'"]}

0 commit comments

Comments
 (0)