Build failed in Jenkins: pgadmin4-master-python27-feature #9

From: pgAdmin 4 Jenkins <jenkins(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org, ashesh(dot)vashi(at)enterprisedb(dot)com, dpage(at)pgadmin(dot)org
Subject: Build failed in Jenkins: pgadmin4-master-python27-feature #9
Date: 2017-07-21 13:37:39
Message-ID: 350825590.9.1500644259637.JavaMail.jenkins@jenkins.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

See <https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/9/display/redirect?page=changes>

Changes:

[Dave Page] Add controls and shortcuts for commenting/uncommenting code in the SQL

[Dave Page] Fix typo in filename.

[Dave Page] Webpacking cleanups

[Dave Page] Fix regressions introduced by PG10's partitioning code. Fixes #2043.

[Dave Page] More webpack cleanup - add comments liberally and rename lib.css to

[Dave Page] Don't attempt to render binary data in the query tool result grid. Fixes

[Dave Page] Fix webpacking of loading icon.

[Dave Page] Remove debug logging of the URL map which is extremely long now, and not

[Dave Page] Add the Flask-Paranoid module for a little extra, well, paranoia in web

[Dave Page] Allow navigation of query history using the arrow keys. Fixes #2590

[Dave Page] Improve the history UI.

[Dave Page] Move Query Tool keyboard shortcut code into a new module and add tests.

[Dave Page] Add an editorconfig file to help maintain coding standards.

[Dave Page] Prevent the Werkzeug reloader from causing a "double start" at init

[Dave Page] Fix regression tests after Dave broke them.

[Dave Page] Fix disconnection of new databases. Fixes #2594

[Dave Page] Add a field to the Server Dialogue allowing users to specify a subset of

[Dave Page] Ensure arrow keys work correctly when the pane is focused instead of the

------------------------------------------
[...truncated 142.24 KB...]
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/base_feature_test.py",> line 38, in setUp
self.page.reset_layout()
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 37, in reset_layout
self.wait_for_reloading_indicator_to_disappear()
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 242, in wait_for_reloading_indicator_to_disappear
self._wait_for("reloading indicator to disappear", reloading_indicator_has_disappeared)
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 282, in _wait_for
"Timed out waiting for " + waiting_for_message)
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python2.7/site-packages/selenium/webdriver/support/wait.py",> line 80, in until
raise TimeoutException(message, screen, stacktrace)
TimeoutException: Message: Timed out waiting for reloading indicator to disappear

======================================================================
ERROR: runTest (pgadmin.feature_tests.query_tool_tests.QueryToolFeatureTest)
Query tool feature test
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/base_feature_test.py",> line 38, in setUp
self.page.reset_layout()
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 37, in reset_layout
self.wait_for_reloading_indicator_to_disappear()
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 242, in wait_for_reloading_indicator_to_disappear
self._wait_for("reloading indicator to disappear", reloading_indicator_has_disappeared)
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 282, in _wait_for
"Timed out waiting for " + waiting_for_message)
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python2.7/site-packages/selenium/webdriver/support/wait.py",> line 80, in until
raise TimeoutException(message, screen, stacktrace)
TimeoutException: Message: Timed out waiting for reloading indicator to disappear

======================================================================
ERROR: runTest (pgadmin.feature_tests.table_ddl_feature_test.TableDdlFeatureTest)
Test table DDL generation
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/base_feature_test.py",> line 38, in setUp
self.page.reset_layout()
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 37, in reset_layout
self.wait_for_reloading_indicator_to_disappear()
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 242, in wait_for_reloading_indicator_to_disappear
self._wait_for("reloading indicator to disappear", reloading_indicator_has_disappeared)
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 282, in _wait_for
"Timed out waiting for " + waiting_for_message)
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python2.7/site-packages/selenium/webdriver/support/wait.py",> line 80, in until
raise TimeoutException(message, screen, stacktrace)
TimeoutException: Message: Timed out waiting for reloading indicator to disappear

======================================================================
ERROR: runTest (pgadmin.feature_tests.view_data_dml_queries.CheckForViewDataTest)
Validate Insert, Update operations in View/Edit data with given test data
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/base_feature_test.py",> line 38, in setUp
self.page.reset_layout()
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 37, in reset_layout
self.wait_for_reloading_indicator_to_disappear()
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 242, in wait_for_reloading_indicator_to_disappear
self._wait_for("reloading indicator to disappear", reloading_indicator_has_disappeared)
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 282, in _wait_for
"Timed out waiting for " + waiting_for_message)
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python2.7/site-packages/selenium/webdriver/support/wait.py",> line 80, in until
raise TimeoutException(message, screen, stacktrace)
TimeoutException: Message: Timed out waiting for reloading indicator to disappear

======================================================================
ERROR: runTest (pgadmin.feature_tests.xss_checks_panels_and_query_tool_test.CheckForXssFeatureTest)
Test XSS check for panels and query tool
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/base_feature_test.py",> line 38, in setUp
self.page.reset_layout()
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 37, in reset_layout
self.wait_for_reloading_indicator_to_disappear()
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 242, in wait_for_reloading_indicator_to_disappear
self._wait_for("reloading indicator to disappear", reloading_indicator_has_disappeared)
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 282, in _wait_for
"Timed out waiting for " + waiting_for_message)
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python2.7/site-packages/selenium/webdriver/support/wait.py",> line 80, in until
raise TimeoutException(message, screen, stacktrace)
TimeoutException: Message: Timed out waiting for reloading indicator to disappear

======================================================================
ERROR: runTest (pgadmin.feature_tests.xss_checks_pgadmin_debugger_test.CheckDebuggerForXssFeatureTest)
Tests to check if Debugger is vulnerable to XSS
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/base_feature_test.py",> line 38, in setUp
self.page.reset_layout()
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 37, in reset_layout
self.wait_for_reloading_indicator_to_disappear()
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 242, in wait_for_reloading_indicator_to_disappear
self._wait_for("reloading indicator to disappear", reloading_indicator_has_disappeared)
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line 282, in _wait_for
"Timed out waiting for " + waiting_for_message)
File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python2.7/site-packages/selenium/webdriver/support/wait.py",> line 80, in until
raise TimeoutException(message, screen, stacktrace)
TimeoutException: Message: Timed out waiting for reloading indicator to disappear

----------------------------------------------------------------------
Ran 9 tests in 278.796s

FAILED (errors=9)

======================================================================
Test Result Summary
======================================================================

PostgreSQL 9.6:

8 tests passed
1 test failed:
QueryToolFeatureTest (Query tool feature test)
0 tests skipped

PostgreSQL 9.5:

8 tests passed
1 test failed:
QueryToolFeatureTest (Query tool feature test)
0 tests skipped

PostgreSQL 9.4:

8 tests passed
1 test failed:
QueryToolFeatureTest (Query tool feature test)
0 tests skipped

PostgreSQL 9.3:

8 tests passed
1 test failed:
QueryToolFeatureTest (Query tool feature test)
0 tests skipped

PostgreSQL 9.2:

9 tests passed
0 tests failed
0 tests skipped

PostgreSQL 10:

1 test passed
8 tests failed:
QueryToolFeatureTest (Query tool feature test)
TableDdlFeatureTest (Test table DDL generation)
CheckForViewDataTest (Validate Insert, Update operations in View/Edit data with given test data)
QueryToolJourneyTest (Tests the path through the query tool)
CopySelectedQueryResultsFeatureTest (Copy rows, column using button and keyboard shortcut)
CheckDebuggerForXssFeatureTest (Tests to check if Debugger is vulnerable to XSS)
PGDataypeFeatureTest (Test checks for PG data-types output)
CheckForXssFeatureTest (Test XSS check for panels and query tool)
0 tests skipped

EDB Postgres AS 9.4:

0 tests passed
9 tests failed:
QueryToolFeatureTest (Query tool feature test)
TableDdlFeatureTest (Test table DDL generation)
CheckForViewDataTest (Validate Insert, Update operations in View/Edit data with given test data)
QueryToolJourneyTest (Tests the path through the query tool)
CopySelectedQueryResultsFeatureTest (Copy rows, column using button and keyboard shortcut)
CheckDebuggerForXssFeatureTest (Tests to check if Debugger is vulnerable to XSS)
ConnectsToServerFeatureTest (Test database connection)
PGDataypeFeatureTest (Test checks for PG data-types output)
CheckForXssFeatureTest (Test XSS check for panels and query tool)
0 tests skipped

EDB Postgres AS 9.5:

0 tests passed
9 tests failed:
QueryToolFeatureTest (Query tool feature test)
TableDdlFeatureTest (Test table DDL generation)
CheckForViewDataTest (Validate Insert, Update operations in View/Edit data with given test data)
QueryToolJourneyTest (Tests the path through the query tool)
CopySelectedQueryResultsFeatureTest (Copy rows, column using button and keyboard shortcut)
CheckDebuggerForXssFeatureTest (Tests to check if Debugger is vulnerable to XSS)
ConnectsToServerFeatureTest (Test database connection)
PGDataypeFeatureTest (Test checks for PG data-types output)
CheckForXssFeatureTest (Test XSS check for panels and query tool)
0 tests skipped

EDB Postgres AS 9.6:

0 tests passed
9 tests failed:
QueryToolFeatureTest (Query tool feature test)
TableDdlFeatureTest (Test table DDL generation)
CheckForViewDataTest (Validate Insert, Update operations in View/Edit data with given test data)
QueryToolJourneyTest (Tests the path through the query tool)
CopySelectedQueryResultsFeatureTest (Copy rows, column using button and keyboard shortcut)
CheckDebuggerForXssFeatureTest (Tests to check if Debugger is vulnerable to XSS)
ConnectsToServerFeatureTest (Test database connection)
PGDataypeFeatureTest (Test checks for PG data-types output)
CheckForXssFeatureTest (Test XSS check for panels and query tool)
0 tests skipped

EDB Postgres AS 9.2:

0 tests passed
9 tests failed:
QueryToolFeatureTest (Query tool feature test)
TableDdlFeatureTest (Test table DDL generation)
CheckForViewDataTest (Validate Insert, Update operations in View/Edit data with given test data)
QueryToolJourneyTest (Tests the path through the query tool)
CopySelectedQueryResultsFeatureTest (Copy rows, column using button and keyboard shortcut)
CheckDebuggerForXssFeatureTest (Tests to check if Debugger is vulnerable to XSS)
ConnectsToServerFeatureTest (Test database connection)
PGDataypeFeatureTest (Test checks for PG data-types output)
CheckForXssFeatureTest (Test XSS check for panels and query tool)
0 tests skipped

EDB Postgres AS 9.3:

0 tests passed
9 tests failed:
QueryToolFeatureTest (Query tool feature test)
TableDdlFeatureTest (Test table DDL generation)
CheckForViewDataTest (Validate Insert, Update operations in View/Edit data with given test data)
QueryToolJourneyTest (Tests the path through the query tool)
CopySelectedQueryResultsFeatureTest (Copy rows, column using button and keyboard shortcut)
CheckDebuggerForXssFeatureTest (Tests to check if Debugger is vulnerable to XSS)
ConnectsToServerFeatureTest (Test database connection)
PGDataypeFeatureTest (Test checks for PG data-types output)
CheckForXssFeatureTest (Test XSS check for panels and query tool)
0 tests skipped

======================================================================

NOTE: Configuring authentication for DESKTOP mode.
pgAdmin 4 - Application Initialisation
======================================

Please check output in file: <https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/regression.log>

ERROR: Error detected when running the Feature tests.
Process leaked file descriptors. See https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user akshay(dot)joshi(at)enterprisedb(dot)com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2017-07-21 13:55:20 Jenkins build is back to normal : pgadmin4-master-python34 #250
Previous Message Surinder Kumar 2017-07-21 13:06:38 [pgAdmin4][patch][RM#2593]: Query Tool/ Debugger won't load with Qt-5.1 with webkit