Build failed in Jenkins: pgadmin4-master-python37 #1

Поиск
Список
Период
Сортировка
От pgAdmin 4 Jenkins
Тема Build failed in Jenkins: pgadmin4-master-python37 #1
Дата
Msg-id 1148309981.385.1537821400359.JavaMail.jenkins@jenkins.pgadmin.org
обсуждение исходный текст
Ответы Jenkins build is back to normal : pgadmin4-master-python37 #2
Список pgadmin-hackers
See <https://jenkins.pgadmin.org/job/pgadmin4-master-python37/1/display/redirect>

------------------------------------------
[...truncated 156.87 KB...]
Check correct function is called to handle to run query.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_apply_explain_plan_wrapper.StartRunningQueryTest)
When explain_plan is none, it should return unaltered SQL
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_apply_explain_plan_wrapper.StartRunningQueryTest)
When explain_plan is not present, it should return unaltered SQL
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_apply_explain_plan_wrapper.StartRunningQueryTest)
When explain_plan is present for a Postgres server version 10, it should return SQL with explain plan
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_apply_explain_plan_wrapper.StartRunningQueryTest)
When explain_plan is present for a GreenPlum server version 5, it should return SQL with explain plan
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_filter_dialog_callbacks.StartRunningDataSortingTest)
When we do not find Transaction ID in session in get
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_filter_dialog_callbacks.StartRunningDataSortingTest)
When we pass all the values as None in get
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_filter_dialog_callbacks.StartRunningDataSortingTest)
When we do not find Transaction ID in session in save
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_filter_dialog_callbacks.StartRunningDataSortingTest)
When we pass all the values as None in save
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_start_running_query.StartRunningQueryTest)
When gridData is not present in the session, it returns an error
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_start_running_query.StartRunningQueryTest)
When transactionId is not present in the gridData, it returns an error
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_start_running_query.StartRunningQueryTest)
When the command information for the transaction cannot be retrieved, it returns an error
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_start_running_query.StartRunningQueryTest)
When exception happens while retrieving the database driver, it returns an error
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_start_running_query.StartRunningQueryTest)
When ConnectionLost happens while retrieving the database connection, it returns an error
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_start_running_query.StartRunningQueryTest)
When SSHTunnelConnectionLost happens while retrieving the database connection, it returns an error
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_start_running_query.StartRunningQueryTest)
When is not connected to the server and fails to connect, it returns an error
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_start_running_query.StartRunningQueryTest)
When server is connected and start query async request, it returns an success message
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError
NOTE: Configuring authentication for DESKTOP mode.
pgAdmin 4 - Application Initialisation
======================================


======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_start_running_query.StartRunningQueryTest)
When server is connected and start query async request and begin is required, it returns an success message
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_start_running_query.StartRunningQueryTest)
When server is connected and start query async request and rollback is required, it returns an success message
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.tools.sqleditor.utils.tests.test_start_running_query.StartRunningQueryTest)
When server is connected and start query async request with explain plan wrapper, it returns an success message
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

======================================================================
FAIL: runTest (pgadmin.utils.javascript.tests.test_javascript_bundler.JavascriptBundlerTestCase)
scenario name: JavascriptBundlerTestCase
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/route.py",> line 87, in setUp
    server_con = server_utils.connect_server(self, self.server_id)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/pgadmin/utils/server_utils.py",> line 31, in
connect_server
    assert response.status_code == 200
AssertionError

----------------------------------------------------------------------
Ran 375 tests in 20.345s

FAILED (failures=48, errors=2, skipped=79)
Traceback (most recent call last):
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/regression/runtests.py",> line 444, in
<module>
    test_utils.drop_database(connection, test_db_name)
  File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python37/ws/web/regression/python_test_utils/test_utils.py",>
line388, in drop_database
 
    "pid <> pg_backend_pid();" % database_name
psycopg2.OperationalError: server closed the connection unexpectedly
    This probably means the server terminated abnormally
    before or while processing the request.

ERROR: Error detected when running the Python tests.
ERROR: Error detected when running the Python tests.
Build step 'Execute shell' marked build as failure


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: Build failed in Jenkins: pgadmin4-master-python34 #753
Следующее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: Build failed in Jenkins: pgadmin4-master-python27-feature #16