diff --git a/test/Calibre-Web TestSummary.html b/test/Calibre-Web TestSummary.html index 9f4117c4c..e06b7639a 100644 --- a/test/Calibre-Web TestSummary.html +++ b/test/Calibre-Web TestSummary.html @@ -36,17 +36,17 @@
Start Time: 2020-02-16 16:10:19
+Start Time: 2020-03-08 06:43:07
Stop Time: 2020-02-16 16:50:18
+Stop Time: 2020-03-08 07:47:49
Duration: 2160.47 s
+Duration: 3600.91 s
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented+
Traceback (most recent call last): + File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 723, in test_upload_book_cbr + upload = self.check_element_on_page((By.ID, 'btn-upload')) + File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 632, in check_element_on_page + el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element)) + File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 71, in until + value = method(self._driver) + File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 64, in __call__ + return _find_element(driver, self.locator) + File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 415, in _find_element + raise e + File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 411, in _find_element + return driver.find_element(*by) + File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 978, in find_element + 'value': value})['value'] + File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute + self.error_handler.check_response(response) + File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response + raise exception_class(message, screen, stacktrace) +selenium.common.exceptions.WebDriverException: Message: Failed to convert data to an object
Traceback (most recent call last):
+ File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 710, in test_upload_book_cbt
+ self.fill_basic_config({'config_uploading':1})
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 304, in fill_basic_config
+ cls.fill_initial_config(elements)
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 234, in fill_initial_config
+ WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 71, in until
+ value = method(self._driver)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 64, in __call__
+ return _find_element(driver, self.locator)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 415, in _find_element
+ raise e
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 411, in _find_element
+ return driver.find_element(*by)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 978, in find_element
+ 'value': value})['value']
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
+ self.error_handler.check_response(response)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
+ raise exception_class(message, screen, stacktrace)
+selenium.common.exceptions.InvalidSessionIdException: Message: Tried to run command without establishing a connection
+ Traceback (most recent call last):
+ File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 700, in test_upload_book_cbz
+ self.fill_basic_config({'config_uploading':1})
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 304, in fill_basic_config
+ cls.fill_initial_config(elements)
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 234, in fill_initial_config
+ WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 71, in until
+ value = method(self._driver)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 64, in __call__
+ return _find_element(driver, self.locator)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 415, in _find_element
+ raise e
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 411, in _find_element
+ return driver.find_element(*by)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 978, in find_element
+ 'value': value})['value']
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
+ self.error_handler.check_response(response)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
+ raise exception_class(message, screen, stacktrace)
+selenium.common.exceptions.InvalidSessionIdException: Message: Tried to run command without establishing a connection
+ Traceback (most recent call last):
+ File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 690, in test_upload_book_epub
+ self.fill_basic_config({'config_uploading':1})
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 304, in fill_basic_config
+ cls.fill_initial_config(elements)
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 234, in fill_initial_config
+ WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 71, in until
+ value = method(self._driver)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 64, in __call__
+ return _find_element(driver, self.locator)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 415, in _find_element
+ raise e
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 411, in _find_element
+ return driver.find_element(*by)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 978, in find_element
+ 'value': value})['value']
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
+ self.error_handler.check_response(response)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
+ raise exception_class(message, screen, stacktrace)
+selenium.common.exceptions.InvalidSessionIdException: Message: Tried to run command without establishing a connection
+ Traceback (most recent call last):
+ File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 662, in test_upload_book_fb2
+ self.fill_basic_config({'config_uploading':1})
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 304, in fill_basic_config
+ cls.fill_initial_config(elements)
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 234, in fill_initial_config
+ WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 71, in until
+ value = method(self._driver)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 64, in __call__
+ return _find_element(driver, self.locator)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 415, in _find_element
+ raise e
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 411, in _find_element
+ return driver.find_element(*by)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 978, in find_element
+ 'value': value})['value']
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
+ self.error_handler.check_response(response)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
+ raise exception_class(message, screen, stacktrace)
+selenium.common.exceptions.InvalidSessionIdException: Message: Tried to run command without establishing a connection
+ Traceback (most recent call last):
+ File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 671, in test_upload_book_lit
+ self.fill_basic_config({'config_uploading':1})
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 304, in fill_basic_config
+ cls.fill_initial_config(elements)
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 234, in fill_initial_config
+ WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 71, in until
+ value = method(self._driver)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 64, in __call__
+ return _find_element(driver, self.locator)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 415, in _find_element
+ raise e
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 411, in _find_element
+ return driver.find_element(*by)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 978, in find_element
+ 'value': value})['value']
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
+ self.error_handler.check_response(response)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
+ raise exception_class(message, screen, stacktrace)
+selenium.common.exceptions.InvalidSessionIdException: Message: Tried to run command without establishing a connection
+ Traceback (most recent call last):
+ File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 680, in test_upload_book_mobi
+ self.fill_basic_config({'config_uploading':1})
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 304, in fill_basic_config
+ cls.fill_initial_config(elements)
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 234, in fill_initial_config
+ WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 71, in until
+ value = method(self._driver)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 64, in __call__
+ return _find_element(driver, self.locator)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 415, in _find_element
+ raise e
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 411, in _find_element
+ return driver.find_element(*by)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 978, in find_element
+ 'value': value})['value']
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
+ self.error_handler.check_response(response)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
+ raise exception_class(message, screen, stacktrace)
+selenium.common.exceptions.InvalidSessionIdException: Message: Tried to run command without establishing a connection
+ Traceback (most recent call last):
+ File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 647, in test_upload_book_pdf
+ self.fill_basic_config({'config_uploading':1})
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 304, in fill_basic_config
+ cls.fill_initial_config(elements)
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 234, in fill_initial_config
+ WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 71, in until
+ value = method(self._driver)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 64, in __call__
+ return _find_element(driver, self.locator)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 415, in _find_element
+ raise e
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 411, in _find_element
+ return driver.find_element(*by)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 978, in find_element
+ 'value': value})['value']
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
+ self.error_handler.check_response(response)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
+ raise exception_class(message, screen, stacktrace)
+selenium.common.exceptions.InvalidSessionIdException: Message: Tried to run command without establishing a connection
+ Not Implemented+
Traceback (most recent call last):
+ File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 597, in test_upload_cover_hdd
+ self.get_book_details(5)
+ File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 997, in get_book_details
+ cls.driver.get(root_url + "/book/"+str(id))
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 333, in get
+ self.execute(Command.GET, {'url': url})
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
+ self.error_handler.check_response(response)
+ File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
+ raise exception_class(message, screen, stacktrace)
+selenium.common.exceptions.InvalidSessionIdException: Message: Tried to run command without establishing a connection
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Traceback (most recent call last):
- File "/home/matthias/Entwicklung/calibre-web-test/test/test_logging.py", line 141, in test_logviewer
+ File "/home/matthias/Entwicklung/calibre-web-test/test/test_logging.py", line 142, in test_logviewer
self.assertTrue(self.check_element_on_page((By.XPATH, '//label[@for="log1"]')))
AssertionError: False is not true
Skipping auth_login, pycurl not available-
Skipping language detection, pycurl not available-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-
Not Implemented-