Build failed in Jenkins: pgadmin4-master-python27-feature #9 - Mailing list pgadmin-hackers
From | pgAdmin 4 Jenkins |
---|---|
Subject | Build failed in Jenkins: pgadmin4-master-python27-feature #9 |
Date | |
Msg-id | 350825590.9.1500644259637.JavaMail.jenkins@jenkins.pgadmin.org Whole thread Raw |
In response to | Build failed in Jenkins: pgadmin4-master-python27-feature #8 (pgAdmin 4 Jenkins <jenkins@pgadmin.org>) |
Responses |
Build failed in Jenkins: pgadmin4-master-python27-feature #10
|
List | 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",> line38, in setUp self.page.reset_layout() File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line37, 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",> line242, 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",> line282, 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",> line80, 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",> line38, in setUp self.page.reset_layout() File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line37, 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",> line242, 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",> line282, 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",> line80, 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",> line38, in setUp self.page.reset_layout() File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line37, 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",> line242, 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",> line282, 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",> line80, 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",> line38, in setUp self.page.reset_layout() File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line37, 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",> line242, 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",> line282, 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",> line80, 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",> line38, in setUp self.page.reset_layout() File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line37, 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",> line242, 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",> line282, 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",> line80, 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",> line38, in setUp self.page.reset_layout() File "<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression/feature_utils/pgadmin_page.py",> line37, 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",> line242, 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",> line282, 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",> line80, 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 passed1 test failed: QueryToolFeatureTest (Query tool feature test)0 tests skipped PostgreSQL 9.5: 8 tests passed1 test failed: QueryToolFeatureTest (Query tool feature test)0 tests skipped PostgreSQL 9.4: 8 tests passed1 test failed: QueryToolFeatureTest (Query tool feature test)0 tests skipped PostgreSQL 9.3: 8 tests passed1 test failed: QueryToolFeatureTest (Query tool feature test)0 tests skipped PostgreSQL 9.2: 9 tests passed0 tests failed0 tests skipped PostgreSQL 10: 1 test passed8 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 usingbutton 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 querytool)0 tests skipped EDB Postgres AS 9.4: 0 tests passed9 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 usingbutton 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 passed9 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 usingbutton 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 passed9 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 usingbutton 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 passed9 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 usingbutton 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 passed9 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 usingbutton 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 moreinformation Build step 'Execute shell' marked build as failure Not sending mail to unregistered user akshay.joshi@enterprisedb.com
pgadmin-hackers by date: