Start Time: 2024-11-25 20:45:11
Stop Time: 2024-11-26 02:45:09
Duration: 4h 59 min
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View |
| TestAnonymous | 13 | 13 | 0 | 0 | 0 | Detail |
|
TestAnonymous - test_check_locale_guest
|
PASS | |||||
|
TestAnonymous - test_guest_about
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_category
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_format
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_hot
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_language
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_publisher
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_rated
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_rating
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_series
|
PASS | |||||
|
TestAnonymous - test_guest_random_books_available
|
PASS | |||||
|
TestAnonymous - test_guest_restricted_settings_visibility
|
PASS | |||||
|
TestAnonymous - test_guest_visibility_sidebar
|
PASS | |||||
| TestBackupMetadata | 21 | 16 | 4 | 1 | 0 | Detail |
|
TestBackupMetadata - test_backup_all
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 57, in test_backup_all
self.assertEqual(11, len(all_files))
AssertionError: 11 != 0
|
|||||
|
TestBackupMetadata - test_backup_change_book_author
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 187, in test_backup_change_book_author
self.assertEqual(["Frodo Beutlin","Norbert Halagal","Liu Yang","Hector Gonçalves"], metadata['author'])
AssertionError: Lists differ: ['Frodo Beutlin', 'Norbert Halagal', 'Liu Yang', 'Hector Gonçalves'] != []
First list contains 4 additional elements.
First extra element 0:
'Frodo Beutlin'
- ['Frodo Beutlin', 'Norbert Halagal', 'Liu Yang', 'Hector Gonçalves']
+ []
|
|||||
|
TestBackupMetadata - test_backup_change_book_description
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_book_identifier
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 253, in test_backup_change_book_identifier
self.assertEqual(len(metadata['identifier']), 2)
AssertionError: 0 != 2
|
|||||
|
TestBackupMetadata - test_backup_change_book_language
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_book_publisher
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_book_publishing_date
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 213, in test_backup_change_book_publishing_date
self.assertEqual(metadata['pub_date'].date(), date(101, 1, 1))
AttributeError: 'str' object has no attribute 'date'
|
|||||
|
TestBackupMetadata - test_backup_change_book_rating
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_book_series_index
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_book_tags
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_book_title
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 170, in test_backup_change_book_title
self.assertEqual(metadata['title'], "Buuko")
AssertionError: '' != 'Buuko'
+ Buuko
|
|||||
|
TestBackupMetadata - test_backup_change_custom_Comment
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_custom_Enum
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_custom_bool
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_custom_categories
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_custom_date
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_custom_float
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_custom_int
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_custom_rating
|
PASS | |||||
|
TestBackupMetadata - test_backup_change_custom_text
|
PASS | |||||
|
TestBackupMetadata - test_upload_book
|
PASS | |||||
| TestBackupMetadataGdrive | 1 | 0 | 0 | 1 | 0 | Detail |
|
TestBackupMetadataGdrive - test_backup_gdrive
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031ccb05ed0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata_gdrive.py", line 105, in test_backup_gdrive
self.queue_metadata_backup()
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1622, in queue_metadata_backup
self.check_element_on_page((By.ID, "metadata_backup")).click()
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 744, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37675): Max retries exceeded with url: /session/0285c0a3-64c1-4683-b988-785a440e1940/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031ccb05ed0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
| _ErrorHolder | 3 | 0 | 0 | 3 | 0 | Detail |
|
tearDownClass (test_backup_metadata_gdrive)
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031ccb05690>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata_gdrive.py", line 79, in tearDownClass
cls.driver.get("http://127.0.0.1:"+ PORTS[0])
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get
self.execute(Command.GET, {"url": url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37675): Max retries exceeded with url: /session/0285c0a3-64c1-4683-b988-785a440e1940/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031ccb05690>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
tearDownClass (test_edit_additional_books)
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 54, in tearDownClass
cls.stop_calibre_web()
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 480, in stop_calibre_web
cls.driver.find_element(By.ID, 'admin_stop').click()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="admin_stop"]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:511:5
dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:136:16
|
|||||
|
tearDownClass (test_readonly_db)
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_readonly_db.py", line 43, in tearDownClass
cls.stop_calibre_web()
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 480, in stop_calibre_web
cls.driver.find_element(By.ID, 'admin_stop').click()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="admin_stop"]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:511:5
dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:136:16
|
|||||
| TestCli | 13 | 8 | 3 | 2 | 0 | Detail |
|
TestCli - test_already_started
|
PASS | |||||
|
TestCli - test_bind_to_single_interface
|
PASS | |||||
|
TestCli - test_change_password
|
PASS | |||||
|
TestCli - test_cli_SSL_files
|
PASS | |||||
|
TestCli - test_cli_different_folder
|
PASS | |||||
|
TestCli - test_cli_different_settings_database
|
PASS | |||||
|
TestCli - test_dryrun_update
|
PASS | |||||
|
TestCli - test_enable_reconnect
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_cli.py", line 700, in test_enable_reconnect
self.assertEqual(200, r.status_code)
AssertionError: 200 != 500
|
|||||
|
TestCli - test_environ_port_setting
|
PASS | |||||
|
TestCli - test_logfile
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_cli.py", line 671, in test_logfile
self.fill_db_config({'config_calibre_dir': TEST_DB})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 295, in fill_db_config
ele = cls.driver.find_element(By.ID, key)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="config_calibre_dir"]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:511:5
dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:136:16
|
|||||
|
TestCli - test_no_database
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_cli.py", line 554, in test_no_database
self.fill_db_config({'config_calibre_dir': TEST_DB})
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="config_calibre_dir"]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:511:5
dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:136:16
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_cli.py", line 559, in test_no_database
self.assertFalse(True, "Inital config failed with normal database")
AssertionError: True is not false : Inital config failed with normal database
|
|||||
|
TestCli - test_settingsdb_not_writeable
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_cli.py", line 410, in test_settingsdb_not_writeable
self.fill_db_config({'config_calibre_dir': TEST_DB})
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="config_calibre_dir"]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:511:5
dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:136:16
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_cli.py", line 415, in test_settingsdb_not_writeable
self.assertFalse(True, "Inital config failed with nonwriteable database")
AssertionError: True is not false : Inital config failed with nonwriteable database
|
|||||
|
TestCli - test_writeonly_static_files
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_cli.py", line 735, in test_writeonly_static_files
self.fill_db_config({'config_calibre_dir': TEST_DB})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 295, in fill_db_config
ele = cls.driver.find_element(By.ID, key)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="config_calibre_dir"]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:511:5
dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:136:16
|
|||||
| TestCliGdrivedb | 4 | 0 | 3 | 1 | 0 | Detail |
|
TestCliGdrivedb - test_cli_gdrive_folder
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_cli_gdrive.py", line 204, in test_cli_gdrive_folder
self.fill_db_config({'config_google_drive_folder': 'test'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 290, in fill_db_config
select = Select(cls.driver.find_element(By.ID, key))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="config_google_drive_folder"]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:511:5
dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:136:16
|
|||||
|
TestCliGdrivedb - test_cli_gdrive_location
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_cli_gdrive.py", line 182, in test_cli_gdrive_location
self.start_cw(os.path.join(CALIBRE_WEB_PATH + INDEX, u'cps.py'), os.path.join(gdrive_dir, u'gü dr.app'))
File "/home/ozzie/Development/calibre-web-test/test/test_cli_gdrive.py", line 146, in start_cw
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCliGdrivedb - test_gdrive_db_nonwrite
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_cli_gdrive.py", line 150, in test_gdrive_db_nonwrite
self.start_cw(os.path.join(CALIBRE_WEB_PATH + INDEX, u'cps.py'))
File "/home/ozzie/Development/calibre-web-test/test/test_cli_gdrive.py", line 146, in start_cw
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCliGdrivedb - test_no_database
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_cli_gdrive.py", line 230, in test_no_database
self.assertTrue(self.check_element_on_page((By.ID, 'flash_success')))
AssertionError: False is not true
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_cli_gdrive.py", line 237, in test_no_database
self.assertFalse(True, "Inital config failed with normal database")
AssertionError: True is not false : Inital config failed with normal database
|
|||||
| TestCoverEditBooks | 2 | 2 | 0 | 0 | 0 | Detail |
|
TestCoverEditBooks - test_invalid_jpg_hdd
|
PASS | |||||
|
TestCoverEditBooks - test_upload_jpg
|
PASS | |||||
| TestDeleteDatabase | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestDeleteDatabase - test_delete_books_in_database
|
PASS | |||||
| TestEbookConvertCalibre | 15 | 6 | 2 | 7 | 0 | Detail |
|
TestEbookConvertCalibre - test_calibre_log
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 619, in test_calibre_log
task_len, ret = self.wait_tasks(tasks, 1)
TypeError: cannot unpack non-iterable NoneType object
|
|||||
|
TestEbookConvertCalibre - test_convert_deactivate
|
PASS | |||||
|
TestEbookConvertCalibre - test_convert_email
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 254, in test_convert_email
task_len, ret = self.wait_tasks(tasks, 1)
TypeError: cannot unpack non-iterable NoneType object
|
|||||
|
TestEbookConvertCalibre - test_convert_failed_and_email
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 311, in test_convert_failed_and_email
task_len, ret = self.wait_tasks(tasks, 1)
TypeError: cannot unpack non-iterable NoneType object
|
|||||
|
TestEbookConvertCalibre - test_convert_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 415, in test_convert_only
self.assertEqual(ret_orig[-6]['result'], 'Finished')
AssertionError: 'Started' != 'Finished'
- Started
+ Finished
|
|||||
|
TestEbookConvertCalibre - test_convert_options
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 587, in test_convert_options
task_len, ret = self.wait_tasks(tasks, 1)
TypeError: cannot unpack non-iterable NoneType object
|
|||||
|
TestEbookConvertCalibre - test_convert_parameter
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 174, in test_convert_parameter
self.assertEqual(ret[-1]['result'], 'Finished')
AssertionError: 'Started' != 'Finished'
- Started
+ Finished
|
|||||
|
TestEbookConvertCalibre - test_convert_wrong_excecutable
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 148, in test_convert_wrong_excecutable
task_len, ret = self.wait_tasks(tasks, 2)
TypeError: cannot unpack non-iterable NoneType object
|
|||||
|
TestEbookConvertCalibre - test_convert_xss
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 539, in test_convert_xss
task_len, ret = self.wait_tasks(tasks, 1)
TypeError: cannot unpack non-iterable NoneType object
|
|||||
|
TestEbookConvertCalibre - test_email_failed
|
PASS | |||||
|
TestEbookConvertCalibre - test_email_only
|
PASS | |||||
|
TestEbookConvertCalibre - test_kindle_send_not_configured
|
PASS | |||||
|
TestEbookConvertCalibre - test_ssl_smtp_setup_error
|
PASS | |||||
|
TestEbookConvertCalibre - test_starttls_smtp_setup_error
|
PASS | |||||
|
TestEbookConvertCalibre - test_user_convert_xss
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 566, in test_user_convert_xss
task_len, ret = self.wait_tasks(tasks, 1)
TypeError: cannot unpack non-iterable NoneType object
|
|||||
| TestEbookConvertCalibreGDrive | 7 | 3 | 3 | 1 | 0 | Detail |
|
TestEbookConvertCalibreGDrive - test_convert_email
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 204, in test_convert_email
self.assertEqual(len(details['kindle']), 1)
TypeError: object of type 'NoneType' has no len()
|
|||||
|
TestEbookConvertCalibreGDrive - test_convert_failed_and_email
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 234, in test_convert_failed_and_email
self.assertEqual('Finished', ret[-1]['result'])
AssertionError: 'Finished' != 'Failed'
- Finished
+ Failed
|
|||||
|
TestEbookConvertCalibreGDrive - test_convert_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 340, in test_convert_only
self.assertEqual(ret[-6]['result'], 'Finished')
AssertionError: 'Failed' != 'Finished'
- Failed
+ Finished
|
|||||
|
TestEbookConvertCalibreGDrive - test_convert_parameter
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 165, in test_convert_parameter
self.assertEqual(ret[-1]['result'], 'Finished')
AssertionError: 'Failed' != 'Finished'
- Failed
+ Finished
|
|||||
|
TestEbookConvertCalibreGDrive - test_email_failed
|
PASS | |||||
|
TestEbookConvertCalibreGDrive - test_email_only
|
PASS | |||||
|
TestEbookConvertCalibreGDrive - test_thumbnail_cache
|
PASS | |||||
| TestEbookConvertKepubify | 4 | 2 | 0 | 2 | 0 | Detail |
|
TestEbookConvertKepubify - test_convert_deactivate
|
PASS | |||||
|
TestEbookConvertKepubify - test_convert_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py", line 138, in test_convert_only
task_len, ret = self.wait_tasks(tasks, 1)
TypeError: cannot unpack non-iterable NoneType object
|
|||||
|
TestEbookConvertKepubify - test_convert_wrong_excecutable
|
PASS | |||||
|
TestEbookConvertKepubify - test_kobo_kepub_formats
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py", line 229, in test_kobo_kepub_formats
self.assertTrue(download_link[1].get("href").endswith('/9.kepub.epub'),
IndexError: list index out of range
|
|||||
| TestEbookConvertGDriveKepubify | 3 | 2 | 1 | 0 | 0 | Detail |
|
TestEbookConvertGDriveKepubify - test_convert_deactivate
|
PASS | |||||
|
TestEbookConvertGDriveKepubify - test_convert_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify_gdrive.py", line 184, in test_convert_only
self.assertEqual(ret[-1]['result'], 'Finished')
AssertionError: 'Failed' != 'Finished'
- Failed
+ Finished
|
|||||
|
TestEbookConvertGDriveKepubify - test_convert_wrong_excecutable
|
PASS | |||||
| TestEditAdditionalBooks | 20 | 15 | 0 | 3 | 2 | Detail |
|
TestEditAdditionalBooks - test_cbz_comicinfo
|
PASS | |||||
|
TestEditAdditionalBooks - test_change_upload_formats
|
PASS | |||||
|
TestEditAdditionalBooks - test_delete_book
|
PASS | |||||
|
TestEditAdditionalBooks - test_delete_role
|
PASS | |||||
|
TestEditAdditionalBooks - test_details_popup
|
PASS | |||||
|
TestEditAdditionalBooks - test_edit_book_identifier
|
PASS | |||||
|
TestEditAdditionalBooks - test_edit_book_identifier_capital
|
PASS | |||||
|
TestEditAdditionalBooks - test_edit_book_identifier_standard
|
PASS | |||||
|
TestEditAdditionalBooks - test_edit_special_book_identifier
|
PASS | |||||
|
TestEditAdditionalBooks - test_title_sort
|
PASS | |||||
|
TestEditAdditionalBooks - test_upload_cbz_coverformats
|
PASS | |||||
|
TestEditAdditionalBooks - test_upload_edit_role
|
PASS | |||||
|
TestEditAdditionalBooks - test_upload_metadata_cb7
|
PASS | |||||
|
TestEditAdditionalBooks - test_upload_metadata_cbr
|
PASS | |||||
|
TestEditAdditionalBooks - test_upload_metadata_cbt
|
PASS | |||||
|
TestEditAdditionalBooks - test_writeonly_calibre_database
|
||||||
|
TestEditAdditionalBooks - test_writeonly_path
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 410, in test_writeonly_path
self.check_element_on_page((By.ID, "edit_book")).click()
AttributeError: 'bool' object has no attribute 'click'
|
|||||
|
TestEditAdditionalBooks - test_xss_author_edit
|
SKIP | |||||
|
TestEditAdditionalBooks - test_xss_comment_edit
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 879, in test_xss_comment_edit
self.check_element_on_page((By.ID, "edit_book")).click()
AttributeError: 'bool' object has no attribute 'click'
|
|||||
|
TestEditAdditionalBooks - test_xss_custom_comment_edit
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 901, in test_xss_custom_comment_edit
self.check_element_on_page((By.ID, "edit_book")).click()
AttributeError: 'bool' object has no attribute 'click'
|
|||||
| TestEditBooks | 38 | 37 | 0 | 0 | 1 | Detail |
|
TestEditBooks - test_download_book
|
PASS | |||||
|
TestEditBooks - test_edit_author
|
PASS | |||||
|
TestEditBooks - test_edit_category
|
PASS | |||||
|
TestEditBooks - test_edit_comments
|
PASS | |||||
|
TestEditBooks - test_edit_custom_bool
|
PASS | |||||
|
TestEditBooks - test_edit_custom_categories
|
PASS | |||||
|
TestEditBooks - test_edit_custom_comment
|
PASS | |||||
|
TestEditBooks - test_edit_custom_date
|
PASS | |||||
|
TestEditBooks - test_edit_custom_float
|
PASS | |||||
|
TestEditBooks - test_edit_custom_int
|
PASS | |||||
|
TestEditBooks - test_edit_custom_rating
|
PASS | |||||
|
TestEditBooks - test_edit_custom_single_select
|
PASS | |||||
|
TestEditBooks - test_edit_custom_text
|
PASS | |||||
|
TestEditBooks - test_edit_language
|
PASS | |||||
|
TestEditBooks - test_edit_publisher
|
PASS | |||||
|
TestEditBooks - test_edit_publishing_date
|
PASS | |||||
|
TestEditBooks - test_edit_rating
|
PASS | |||||
|
TestEditBooks - test_edit_series
|
PASS | |||||
|
TestEditBooks - test_edit_title
|
PASS | |||||
|
TestEditBooks - test_rename_upper_lowercase
|
||||||
|
TestEditBooks - test_typeahead_author
|
PASS | |||||
|
TestEditBooks - test_typeahead_functions
|
PASS | |||||
|
TestEditBooks - test_typeahead_language
|
PASS | |||||
|
TestEditBooks - test_typeahead_publisher
|
PASS | |||||
|
TestEditBooks - test_typeahead_series
|
PASS | |||||
|
TestEditBooks - test_typeahead_tag
|
PASS | |||||
|
TestEditBooks - test_upload_book_cb7
|
PASS | |||||
|
TestEditBooks - test_upload_book_cbr
|
PASS | |||||
|
TestEditBooks - test_upload_book_cbt
|
PASS | |||||
|
TestEditBooks - test_upload_book_cbz
|
PASS | |||||
|
TestEditBooks - test_upload_book_epub
|
PASS | |||||
|
TestEditBooks - test_upload_book_fb2
|
PASS | |||||
|
TestEditBooks - test_upload_book_lit
|
PASS | |||||
|
TestEditBooks - test_upload_book_mobi
|
PASS | |||||
|
TestEditBooks - test_upload_book_pdf
|
PASS | |||||
|
TestEditBooks - test_upload_cbz_coverformats
|
PASS | |||||
|
TestEditBooks - test_upload_cover_hdd
|
PASS | |||||
|
TestEditBooks - test_xchange
|
PASS | |||||
| TestEditAuthors | 9 | 9 | 0 | 0 | 0 | Detail |
|
TestEditAuthors - test_change_capital_co_author
|
PASS | |||||
|
TestEditAuthors - test_change_capital_one_author_one_book
|
PASS | |||||
|
TestEditAuthors - test_change_capital_one_author_two_books
|
PASS | |||||
|
TestEditAuthors - test_change_capital_one_author_two_books_coauthor
|
PASS | |||||
|
TestEditAuthors - test_change_capital_rename_co_author
|
PASS | |||||
|
TestEditAuthors - test_change_capital_rename_two_co_authors
|
PASS | |||||
|
TestEditAuthors - test_rename_author_emphasis_mark_onupload
|
PASS | |||||
|
TestEditAuthors - test_rename_capital_on_upload
|
PASS | |||||
|
TestEditAuthors - test_rename_tag_emphasis_mark_onupload
|
PASS | |||||
| TestEditAuthorsGdrive | 7 | 7 | 0 | 0 | 0 | Detail |
|
TestEditAuthorsGdrive - test_change_capital_co_author
|
PASS | |||||
|
TestEditAuthorsGdrive - test_change_capital_one_author_one_book
|
PASS | |||||
|
TestEditAuthorsGdrive - test_change_capital_one_author_two_books
|
PASS | |||||
|
TestEditAuthorsGdrive - test_change_capital_one_author_two_books_coauthor
|
PASS | |||||
|
TestEditAuthorsGdrive - test_change_capital_rename_co_author
|
PASS | |||||
|
TestEditAuthorsGdrive - test_change_capital_rename_two_co_authors
|
PASS | |||||
|
TestEditAuthorsGdrive - test_rename_capital_on_upload
|
PASS | |||||
| TestEditAuthorsSmb | 9 | 9 | 0 | 0 | 0 | Detail |
|
TestEditAuthorsSmb - test_change_capital_co_author
|
PASS | |||||
|
TestEditAuthorsSmb - test_change_capital_one_author_one_book
|
PASS | |||||
|
TestEditAuthorsSmb - test_change_capital_one_author_two_books
|
PASS | |||||
|
TestEditAuthorsSmb - test_change_capital_one_author_two_books_coauthor
|
PASS | |||||
|
TestEditAuthorsSmb - test_change_capital_rename_co_author
|
PASS | |||||
|
TestEditAuthorsSmb - test_change_capital_rename_two_co_authors
|
PASS | |||||
|
TestEditAuthorsSmb - test_rename_author_emphasis_mark_onupload
|
PASS | |||||
|
TestEditAuthorsSmb - test_rename_capital_on_upload
|
PASS | |||||
|
TestEditAuthorsSmb - test_rename_tag_emphasis_mark_onupload
|
PASS | |||||
| TestEditBooksList | 19 | 3 | 11 | 5 | 0 | Detail |
|
TestEditBooksList - test_booklist_xss
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 504, in test_booklist_xss
self.assertEqual("<a>Hello</a>", response.json()['newValue'])
KeyError: 'newValue'
|
|||||
|
TestEditBooksList - test_bookslist_edit_author
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 107, in test_bookslist_edit_author
bl = self.get_books_list(-1)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1915, in get_books_list
element_text = "+" if "glyphicon-plus" in click_element.find_elements(By.XPATH, "./span")[0].get_attribute('class') else ""
IndexError: list index out of range
|
|||||
|
TestEditBooksList - test_bookslist_edit_categories
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 154, in test_bookslist_edit_categories
self.assertEqual("执 Huki", bl['table'][0]['Categories']['text'])
AssertionError: '执 Huki' != 'Gênot'
- 执 Huki
+ Gênot
|
|||||
|
TestEditBooksList - test_bookslist_edit_comment
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 483, in test_bookslist_edit_comment
self.assertEqual("[...]", bl['table'][4]["Comments"]['text'])
AssertionError: '[...]' != '+'
- [...]
+ +
|
|||||
|
TestEditBooksList - test_bookslist_edit_cust_category
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 383, in test_bookslist_edit_cust_category
self.assertEqual("执 Huks", bl['table'][4]['Custom categories\|, 人物']['text'])
AssertionError: '执 Huks' != '+'
- 执 Huks
+ +
|
|||||
|
TestEditBooksList - test_bookslist_edit_cust_comment
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 468, in test_bookslist_edit_cust_comment
self.assertEqual("[...]", bl['table'][4]["Custom Comment 人物"]['text'])
AssertionError: '[...]' != '+'
- [...]
+ +
|
|||||
|
TestEditBooksList - test_bookslist_edit_cust_enum
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 411, in test_bookslist_edit_cust_enum
self.assertEqual("Alfa", values['cust_columns'][0]['value'])
IndexError: list index out of range
|
|||||
|
TestEditBooksList - test_bookslist_edit_cust_float
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 368, in test_bookslist_edit_cust_float
self.assertEqual("3.55", bl['table'][4]['Custom Float 人物']['text'])
AssertionError: '3.55' != '+'
- 3.55
+ +
|
|||||
|
TestEditBooksList - test_bookslist_edit_cust_int
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 353, in test_bookslist_edit_cust_int
self.assertEqual("3", bl['table'][4]['Custom Integer 人物']['text'])
AssertionError: '3' != '+'
- 3
+ +
|
|||||
|
TestEditBooksList - test_bookslist_edit_cust_ratings
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 425, in test_bookslist_edit_cust_ratings
self.assertEqual("3.5", bl['table'][4]['Custom Rating 人物']['text'])
AssertionError: '3.5' != '+'
- 3.5
+ +
|
|||||
|
TestEditBooksList - test_bookslist_edit_cust_text
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 440, in test_bookslist_edit_cust_text
self.assertEqual("执 Huks", bl['table'][4]["Custom Text 人物 *'()&"]['text'])
AssertionError: '执 Huks' != '+'
- 执 Huks
+ +
|
|||||
|
TestEditBooksList - test_bookslist_edit_languages
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 228, in test_bookslist_edit_languages
self.assertEqual("German", bl['table'][3]['Languages']['text'])
AssertionError: 'German' != '+'
- German
+ +
|
|||||
|
TestEditBooksList - test_bookslist_edit_publisher
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 205, in test_bookslist_edit_publisher
self.assertEqual("执 Huks", bl['table'][4]['Publishers']['text'])
AssertionError: '执 Huks' != '+'
- 执 Huks
+ +
|
|||||
|
TestEditBooksList - test_bookslist_edit_series
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 183, in test_bookslist_edit_series
self.assertEqual("执 Hukes", bl['table'][3]['Series']['text'])
AssertionError: '执 Hukes' != '+'
- 执 Hukes
+ +
|
|||||
|
TestEditBooksList - test_bookslist_edit_seriesindex
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 256, in test_bookslist_edit_seriesindex
bl = self.get_books_list(-1)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1915, in get_books_list
element_text = "+" if "glyphicon-plus" in click_element.find_elements(By.XPATH, "./span")[0].get_attribute('class') else ""
IndexError: list index out of range
|
|||||
|
TestEditBooksList - test_bookslist_edit_title
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 81, in test_bookslist_edit_title
bl = self.get_books_list(-1)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1915, in get_books_list
element_text = "+" if "glyphicon-plus" in click_element.find_elements(By.XPATH, "./span")[0].get_attribute('class') else ""
IndexError: list index out of range
|
|||||
|
TestEditBooksList - test_list_visibility
|
PASS | |||||
|
TestEditBooksList - test_restricted_rights
|
PASS | |||||
|
TestEditBooksList - test_search_books_list
|
PASS | |||||
| TestLoadMetadata | 1 | 0 | 0 | 1 | 0 | Detail |
|
TestLoadMetadata - test_load_metadata
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_metadata.py", line 99, in test_load_metadata
if results[cont]['source'] == 'https://comicvine.gamespot.com/':
IndexError: list index out of range
|
|||||
| TestEditBooksOnGdrive | 18 | 0 | 0 | 18 | 0 | Detail |
|
TestEditBooksOnGdrive - test_download_book
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 903, in test_download_book
self.assertEqual(len(list_element), 0)
TypeError: object of type 'bool' has no len()
|
|||||
|
TestEditBooksOnGdrive - test_edit_author
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c9307370>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 301, in test_edit_author
self.fill_basic_config({"config_unicode_filename": 1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 392, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 304, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=55101): Max retries exceeded with url: /session/c12963c5-b8e2-4d16-acb3-8dad08addce3/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c9307370>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEditBooksOnGdrive - test_edit_category
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c93079a0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 489, in test_edit_category
self.get_book_details(12)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1464, in get_book_details
cls.driver.get(root_url + "/book/" + str(id))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get
self.execute(Command.GET, {"url": url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=55101): Max retries exceeded with url: /session/c12963c5-b8e2-4d16-acb3-8dad08addce3/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c93079a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEditBooksOnGdrive - test_edit_comments
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c94217e0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 654, in test_edit_comments
self.get_book_details(12)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1464, in get_book_details
cls.driver.get(root_url + "/book/" + str(id))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get
self.execute(Command.GET, {"url": url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=55101): Max retries exceeded with url: /session/c12963c5-b8e2-4d16-acb3-8dad08addce3/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c94217e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEditBooksOnGdrive - test_edit_custom_bool
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 669, in test_edit_custom_bool
self.assertEqual(len(self.adv_search({u'custom_column_3': u'Yes'})), 0)
TypeError: object of type 'bool' has no len()
|
|||||
|
TestEditBooksOnGdrive - test_edit_custom_categories
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 736, in test_edit_custom_categories
self.assertEqual(len(self.adv_search({u'custom_column_6': u'人 Ü'})), 0)
TypeError: object of type 'bool' has no len()
|
|||||
|
TestEditBooksOnGdrive - test_edit_custom_float
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 753, in test_edit_custom_float
self.assertEqual(len(self.adv_search({'custom_column_8_low': '-2.5'})), 0)
TypeError: object of type 'bool' has no len()
|
|||||
|
TestEditBooksOnGdrive - test_edit_custom_int
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 774, in test_edit_custom_int
self.assertEqual(len(self.adv_search({u'custom_column_4_low': u'0'})), 0)
TypeError: object of type 'bool' has no len()
|
|||||
|
TestEditBooksOnGdrive - test_edit_custom_rating
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 684, in test_edit_custom_rating
self.assertEqual(len(self.adv_search({u'custom_column_1': u'3'})), 0)
TypeError: object of type 'bool' has no len()
|
|||||
|
TestEditBooksOnGdrive - test_edit_custom_single_select
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 703, in test_edit_custom_single_select
self.assertEqual(len(self.adv_search({u'custom_column_9': u'人物'})), 0)
TypeError: object of type 'bool' has no len()
|
|||||
|
TestEditBooksOnGdrive - test_edit_custom_text
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 719, in test_edit_custom_text
self.assertEqual(len(self.adv_search({u'custom_column_10': u'人 Ä'})), 0)
TypeError: object of type 'bool' has no len()
|
|||||
|
TestEditBooksOnGdrive - test_edit_language
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c9304670>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 596, in test_edit_language
self.get_book_details(3)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1464, in get_book_details
cls.driver.get(root_url + "/book/" + str(id))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get
self.execute(Command.GET, {"url": url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=55101): Max retries exceeded with url: /session/c12963c5-b8e2-4d16-acb3-8dad08addce3/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c9304670>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEditBooksOnGdrive - test_edit_publisher
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c9306fb0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 542, in test_edit_publisher
self.get_book_details(7)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1464, in get_book_details
cls.driver.get(root_url + "/book/" + str(id))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get
self.execute(Command.GET, {"url": url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=55101): Max retries exceeded with url: /session/c12963c5-b8e2-4d16-acb3-8dad08addce3/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c9306fb0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEditBooksOnGdrive - test_edit_rating
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c9307520>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 626, in test_edit_rating
books = self.get_books_displayed()
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1229, in get_books_displayed
html = cls.driver.page_source
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 541, in page_source
return self.execute(Command.GET_PAGE_SOURCE)["value"]
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=55101): Max retries exceeded with url: /session/c12963c5-b8e2-4d16-acb3-8dad08addce3/source (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c9307520>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEditBooksOnGdrive - test_edit_series
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c9304c70>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 422, in test_edit_series
self.get_book_details(9)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1464, in get_book_details
cls.driver.get(root_url + "/book/" + str(id))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get
self.execute(Command.GET, {"url": url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=55101): Max retries exceeded with url: /session/c12963c5-b8e2-4d16-acb3-8dad08addce3/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c9304c70>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEditBooksOnGdrive - test_edit_title
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c94309d0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 127, in test_edit_title
self.fill_basic_config({"config_unicode_filename": 1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 392, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 304, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=55101): Max retries exceeded with url: /session/c12963c5-b8e2-4d16-acb3-8dad08addce3/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c94309d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEditBooksOnGdrive - test_upload_book_lit
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c9431c90>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 845, in test_upload_book_lit
self.fill_basic_config({'config_uploading': 1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 392, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 304, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=55101): Max retries exceeded with url: /session/c12963c5-b8e2-4d16-acb3-8dad08addce3/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c9431c90>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEditBooksOnGdrive - test_watch_metadata
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c946f5e0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 935, in test_watch_metadata
button = self.check_element_on_page((By.ID, "enable_gdrive_watch"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 744, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=55101): Max retries exceeded with url: /session/c12963c5-b8e2-4d16-acb3-8dad08addce3/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c946f5e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
| TestLoadMetadataScholar | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestLoadMetadataScholar - test_load_metadata
|
PASS | |||||
| TestSTARTTLS | 3 | 3 | 0 | 0 | 0 | Detail |
|
TestSTARTTLS - test_STARTTLS
|
PASS | |||||
|
TestSTARTTLS - test_STARTTLS_SSL_setup_error
|
PASS | |||||
|
TestSTARTTLS - test_STARTTLS_resend_password
|
PASS | |||||
| TestSSL | 7 | 7 | 0 | 0 | 0 | Detail |
|
TestSSL - test_SSL_None_setup_error
|
PASS | |||||
|
TestSSL - test_SSL_STARTTLS_setup_error
|
PASS | |||||
|
TestSSL - test_SSL_logging_email
|
PASS | |||||
|
TestSSL - test_SSL_non_admin_user
|
PASS | |||||
|
TestSSL - test_SSL_only
|
PASS | |||||
|
TestSSL - test_email_limit
|
PASS | |||||
|
TestSSL - test_filepicker_two_file
|
PASS | |||||
| TestEmbedMetadata | 6 | 2 | 2 | 2 | 0 | Detail |
|
TestEmbedMetadata - test_convert_file_embed_metadata
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_embed_metadata.py", line 129, in test_convert_file_embed_metadata
__, ret = self.wait_tasks(tasks, 1)
TypeError: cannot unpack non-iterable NoneType object
|
|||||
|
TestEmbedMetadata - test_convert_kepub_embed_metadata
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_embed_metadata.py", line 160, in test_convert_kepub_embed_metadata
with zipfile.ZipFile(epub_path) as thezip:
File "/usr/lib/python3.10/zipfile.py", line 1254, in __init__
self.fp = io.open(file, filemode)
FileNotFoundError: [Errno 2] No such file or directory: '/home/ozzie/Development/Dokumente/tüst db/Sigurd Lindgren/book6 (9)/book6 - Sigurd Lindgren.kepub'
|
|||||
|
TestEmbedMetadata - test_download_check_metadata
|
PASS | |||||
|
TestEmbedMetadata - test_download_kepub_embed_metadata
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_embed_metadata.py", line 183, in test_download_kepub_embed_metadata
self.assertTrue(os.path.isfile(epub_path))
AssertionError: False is not true
|
|||||
|
TestEmbedMetadata - test_download_permissions_missing_file
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_embed_metadata.py", line 108, in test_download_permissions_missing_file
self.assertEqual(20746, len(epub_content))
AssertionError: 20746 != 5954
|
|||||
|
TestEmbedMetadata - test_email_epub_embed_metadata
|
PASS | |||||
| TestEmbedMetadataGdrive | 4 | 0 | 0 | 4 | 0 | Detail |
|
TestEmbedMetadataGdrive - test_convert_file_embed_metadata
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c915aec0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_embed_metadata_gdrive.py", line 161, in test_convert_file_embed_metadata
vals = self.get_convert_book(12)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 2058, in get_convert_book
cls.driver.get(root_url + "/admin/book/"+str(id))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get
self.execute(Command.GET, {"url": url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=46827): Max retries exceeded with url: /session/888cc4bf-a51a-48ce-af19-e5699d37f1d8/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c915aec0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEmbedMetadataGdrive - test_convert_kepub_embed_metadata
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c9159cc0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_embed_metadata_gdrive.py", line 193, in test_convert_kepub_embed_metadata
vals = self.get_convert_book(9)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 2058, in get_convert_book
cls.driver.get(root_url + "/admin/book/"+str(id))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get
self.execute(Command.GET, {"url": url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=46827): Max retries exceeded with url: /session/888cc4bf-a51a-48ce-af19-e5699d37f1d8/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c9159cc0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEmbedMetadataGdrive - test_download_check_metadata
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c94e2620>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_embed_metadata_gdrive.py", line 113, in test_download_check_metadata
self.fill_basic_config({'config_binariesdir': ''})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 392, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 304, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=46827): Max retries exceeded with url: /session/888cc4bf-a51a-48ce-af19-e5699d37f1d8/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c94e2620>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEmbedMetadataGdrive - test_download_kepub_embed_metadata
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/usr/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7031c94e3e80>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_embed_metadata_gdrive.py", line 222, in test_download_kepub_embed_metadata
self.fill_basic_config({'config_embed_metadata': 0})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 392, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 304, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=46827): Max retries exceeded with url: /session/888cc4bf-a51a-48ce-af19-e5699d37f1d8/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7031c94e3e80>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
| TestBookDatabase | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestBookDatabase - test_invalid_book_path
|
PASS | |||||
| TestErrorReadColumn | 2 | 2 | 0 | 0 | 0 | Detail |
|
TestErrorReadColumn - test_invalid_custom_column
|
PASS | |||||
|
TestErrorReadColumn - test_invalid_custom_read_column
|
PASS | |||||
| TestFilePicker | 3 | 2 | 0 | 0 | 1 | Detail |
|
TestFilePicker - test_filepicker_limited_file
|
PASS | |||||
|
TestFilePicker - test_filepicker_new_file
|
||||||
|
TestFilePicker - test_two_filepickers
|
PASS | |||||
| TestSetupGdrive | 1 | 0 | 1 | 0 | 0 | Detail |
|
TestSetupGdrive - test_config_gdrive
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_gdrive_setup.py", line 120, in test_config_gdrive
self.assertFalse(use_gdrive.is_selected())
AssertionError: True is not false
|
|||||
| TestGoodreads | 3 | 3 | 0 | 0 | 0 | Detail |
|
TestGoodreads - test_author_page
|
PASS | |||||
|
TestGoodreads - test_author_page_invalid
|
PASS | |||||
|
TestGoodreads - test_goodreads_about
|
PASS | |||||
| TestKoboSync | 12 | 4 | 8 | 0 | 0 | Detail |
|
TestKoboSync - test_book_download
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 615, in test_book_download
data = self.inital_sync()
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 123, in inital_sync
return self.sync_request(session)
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 135, in sync_request
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
|
TestKoboSync - test_kobo_about
|
PASS | |||||
|
TestKoboSync - test_kobo_limit
|
PASS | |||||
|
TestKoboSync - test_kobo_no_download
|
PASS | |||||
|
TestKoboSync - test_kobo_sync_selected_shelfs
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 634, in test_kobo_sync_selected_shelfs
data = self.inital_sync()
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 123, in inital_sync
return self.sync_request(session)
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 135, in sync_request
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
|
TestKoboSync - test_shelves_add_remove_books
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 468, in test_shelves_add_remove_books
self.inital_sync()
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 123, in inital_sync
return self.sync_request(session)
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 135, in sync_request
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
|
TestKoboSync - test_sync_changed_book
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 293, in test_sync_changed_book
self.inital_sync()
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 123, in inital_sync
return self.sync_request(session)
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 135, in sync_request
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
|
TestKoboSync - test_sync_invalid
|
PASS | |||||
|
TestKoboSync - test_sync_reading_state
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 536, in test_sync_reading_state
self.inital_sync()
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 123, in inital_sync
return self.sync_request(session)
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 135, in sync_request
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
|
TestKoboSync - test_sync_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 316, in test_sync_shelf
self.inital_sync()
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 123, in inital_sync
return self.sync_request(session)
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 135, in sync_request
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
|
TestKoboSync - test_sync_unchanged
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 258, in test_sync_unchanged
self.inital_sync()
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 123, in inital_sync
return self.sync_request(session)
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 135, in sync_request
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
|
TestKoboSync - test_sync_upload
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 272, in test_sync_upload
self.inital_sync()
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 123, in inital_sync
return self.sync_request(session)
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 135, in sync_request
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
| TestKoboSyncBig | 6 | 0 | 6 | 0 | 0 | Detail |
|
TestKoboSyncBig - test_download_cover
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 484, in test_download_cover
books = self.inital_sync()
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 129, in inital_sync
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
|
TestKoboSyncBig - test_kobo_sync_multi_user
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 359, in test_kobo_sync_multi_user
self.inital_sync(user1_kobo)
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 129, in inital_sync
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
|
TestKoboSyncBig - test_kobo_sync_selected_shelves
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 277, in test_kobo_sync_selected_shelves
self.inital_sync()
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 129, in inital_sync
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
|
TestKoboSyncBig - test_sync_changed_book
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 179, in test_sync_changed_book
self.inital_sync()
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 129, in inital_sync
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
|
TestKoboSyncBig - test_sync_reading_state
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 254, in test_sync_reading_state
self.inital_sync()
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 129, in inital_sync
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
|
TestKoboSyncBig - test_sync_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 210, in test_sync_shelf
self.inital_sync()
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 129, in inital_sync
self.assertEqual(r.status_code, 200)
AssertionError: 500 != 200
|
|||||
| TestLdapLogin | 13 | 13 | 0 | 0 | 0 | Detail |
|
TestLdapLogin - test_LDAP_SSL
|
PASS | |||||
|
TestLdapLogin - test_LDAP_SSL_CERTIFICATE
|
PASS | |||||
|
TestLdapLogin - test_LDAP_STARTTLS
|
PASS | |||||
|
TestLdapLogin - test_LDAP_fallback_Login
|
PASS | |||||
|
TestLdapLogin - test_LDAP_import
|
PASS | |||||
|
TestLdapLogin - test_LDAP_import_memberfield
|
PASS | |||||
|
TestLdapLogin - test_LDAP_login
|
PASS | |||||
|
TestLdapLogin - test_invalid_LDAP
|
PASS | |||||
|
TestLdapLogin - test_ldap_about
|
PASS | |||||
|
TestLdapLogin - test_ldap_authentication
|
PASS | |||||
|
TestLdapLogin - test_ldap_kobo_sync
|
PASS | |||||
|
TestLdapLogin - test_ldap_opds_anonymous
|
PASS | |||||
|
TestLdapLogin - test_ldap_opds_download_book
|
PASS | |||||
| TestSecurity | 5 | 5 | 0 | 0 | 0 | Detail |
|
TestSecurity - test_login_limit
|
PASS | |||||
|
TestSecurity - test_opds_limit
|
PASS | |||||
|
TestSecurity - test_password_strength
|
PASS | |||||
|
TestSecurity - test_redis_backend
|
PASS | |||||
|
TestSecurity - test_register_limit
|
PASS | |||||
| TestCalibreWebListOrders | 16 | 16 | 0 | 0 | 0 | Detail |
|
TestCalibreWebListOrders - test_author_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_download_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_format_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_formats_click_none
|
PASS | |||||
|
TestCalibreWebListOrders - test_lang_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_language_click_none
|
PASS | |||||
|
TestCalibreWebListOrders - test_order_authors_all_links
|
PASS | |||||
|
TestCalibreWebListOrders - test_order_series_all_links
|
PASS | |||||
|
TestCalibreWebListOrders - test_publisher_click_none
|
PASS | |||||
|
TestCalibreWebListOrders - test_publisher_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_ratings_click_none
|
PASS | |||||
|
TestCalibreWebListOrders - test_ratings_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_series_click_none
|
PASS | |||||
|
TestCalibreWebListOrders - test_series_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_tags_click_none
|
PASS | |||||
|
TestCalibreWebListOrders - test_tags_sort
|
PASS | |||||
| TestLogging | 9 | 8 | 0 | 0 | 1 | Detail |
|
TestLogging - test_access_log_recover
|
PASS | |||||
|
TestLogging - test_debug_log
|
PASS | |||||
|
TestLogging - test_debuginfo_download
|
PASS | |||||
|
TestLogging - test_failed_login
|
PASS | |||||
|
TestLogging - test_failed_register
|
||||||
|
TestLogging - test_logbook_download
|
PASS | |||||
|
TestLogging - test_logfile_change
|
PASS | |||||
|
TestLogging - test_logfile_recover
|
PASS | |||||
|
TestLogging - test_logviewer
|
PASS | |||||
| TestLogin | 19 | 19 | 0 | 0 | 0 | Detail |
|
TestLogin - test_digest_login
|
PASS | |||||
|
TestLogin - test_login_capital_letters_user_unicode_password
|
PASS | |||||
|
TestLogin - test_login_cookie_steal
|
PASS | |||||
|
TestLogin - test_login_delete_admin
|
PASS | |||||
|
TestLogin - test_login_empty_password
|
PASS | |||||
|
TestLogin - test_login_locale_select
|
PASS | |||||
|
TestLogin - test_login_log_hack
|
PASS | |||||
|
TestLogin - test_login_protected
|
PASS | |||||
|
TestLogin - test_login_remember_me
|
PASS | |||||
|
TestLogin - test_login_rename_user
|
PASS | |||||
|
TestLogin - test_login_unicode_user_space_end_password
|
PASS | |||||
|
TestLogin - test_login_user_with_space_password_end_space
|
PASS | |||||
|
TestLogin - test_magic_remote_login
|
PASS | |||||
|
TestLogin - test_next
|
PASS | |||||
|
TestLogin - test_password_policy
|
PASS | |||||
|
TestLogin - test_proxy_login
|
PASS | |||||
|
TestLogin - test_proxy_login_multi_user
|
PASS | |||||
|
TestLogin - test_proxy_login_opds
|
PASS | |||||
|
TestLogin - test_robots
|
PASS | |||||
| TestMergeBooksList | 2 | 2 | 0 | 0 | 0 | Detail |
|
TestMergeBooksList - test_book_merge
|
PASS | |||||
|
TestMergeBooksList - test_delete_book
|
PASS | |||||
| TestOAuthLogin | 2 | 2 | 0 | 0 | 0 | Detail |
|
TestOAuthLogin - test_oauth_about
|
PASS | |||||
|
TestOAuthLogin - test_visible_oauth
|
PASS | |||||
| TestOPDSFeed | 26 | 26 | 0 | 0 | 0 | Detail |
|
TestOPDSFeed - test_access_right_guest
|
PASS | |||||
|
TestOPDSFeed - test_access_right_user
|
PASS | |||||
|
TestOPDSFeed - test_opds
|
PASS | |||||
|
TestOPDSFeed - test_opds_author
|
PASS | |||||
|
TestOPDSFeed - test_opds_books
|
PASS | |||||
|
TestOPDSFeed - test_opds_calibre_companion
|
PASS | |||||
|
TestOPDSFeed - test_opds_colon_password
|
PASS | |||||
|
TestOPDSFeed - test_opds_cover
|
PASS | |||||
|
TestOPDSFeed - test_opds_download_book
|
PASS | |||||
|
TestOPDSFeed - test_opds_formats
|
PASS | |||||
|
TestOPDSFeed - test_opds_guest_user
|
PASS | |||||
|
TestOPDSFeed - test_opds_hot
|
PASS | |||||
|
TestOPDSFeed - test_opds_language
|
PASS | |||||
|
TestOPDSFeed - test_opds_non_admin
|
PASS | |||||
|
TestOPDSFeed - test_opds_publisher
|
PASS | |||||
|
TestOPDSFeed - test_opds_random
|
PASS | |||||
|
TestOPDSFeed - test_opds_ratings
|
PASS | |||||
|
TestOPDSFeed - test_opds_read_unread
|
PASS | |||||
|
TestOPDSFeed - test_opds_search
|
PASS | |||||
|
TestOPDSFeed - test_opds_series
|
PASS | |||||
|
TestOPDSFeed - test_opds_shelf_access
|
PASS | |||||
|
TestOPDSFeed - test_opds_stats
|
PASS | |||||
|
TestOPDSFeed - test_opds_tags
|
PASS | |||||
|
TestOPDSFeed - test_opds_top_rated
|
PASS | |||||
|
TestOPDSFeed - test_opds_unicode_user
|
PASS | |||||
|
TestOPDSFeed - test_recently_added
|
PASS | |||||
| TestUploadPDF | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestUploadPDF - test_upload_invalid_pdf
|
PASS | |||||
| TestPipInstall | 3 | 3 | 0 | 0 | 0 | Detail |
|
TestPipInstall - test_command_start
|
PASS | |||||
|
TestPipInstall - test_foldername_database_location
|
PASS | |||||
|
TestPipInstall - test_module_start
|
PASS | |||||
| TestReader | 8 | 7 | 0 | 0 | 1 | Detail |
|
TestReader - test_cb7_reader
|
SKIP | |||||
|
TestReader - test_comic_MACOS_files
|
PASS | |||||
|
TestReader - test_comic_reader
|
PASS | |||||
|
TestReader - test_epub_reader
|
PASS | |||||
|
TestReader - test_pdf_reader
|
PASS | |||||
|
TestReader - test_single_file_comic
|
PASS | |||||
|
TestReader - test_sound_listener
|
PASS | |||||
|
TestReader - test_txt_reader
|
PASS | |||||
| TestReadOnlyDatabase | 1 | 0 | 0 | 1 | 0 | Detail |
|
TestReadOnlyDatabase - test_readonly_path
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_readonly_db.py", line 69, in test_readonly_path
self.check_element_on_page((By.ID, "edit_book")).click()
AttributeError: 'bool' object has no attribute 'click'
|
|||||
| TestRegister | 8 | 8 | 0 | 0 | 0 | Detail |
|
TestRegister - test_forgot_password
|
PASS | |||||
|
TestRegister - test_illegal_email
|
PASS | |||||
|
TestRegister - test_limit_domain
|
PASS | |||||
|
TestRegister - test_register_no_server
|
PASS | |||||
|
TestRegister - test_registering_only_email
|
PASS | |||||
|
TestRegister - test_registering_user
|
PASS | |||||
|
TestRegister - test_registering_user_fail
|
PASS | |||||
|
TestRegister - test_user_change_password
|
PASS | |||||
| TestReverseProxy | 4 | 4 | 0 | 0 | 0 | Detail |
|
TestReverseProxy - test_logout
|
PASS | |||||
|
TestReverseProxy - test_move_page
|
PASS | |||||
|
TestReverseProxy - test_next
|
PASS | |||||
|
TestReverseProxy - test_reverse_about
|
PASS | |||||
| TestShelf | 17 | 16 | 0 | 0 | 1 | Detail |
|
TestShelf - test_access_shelf
|
PASS | |||||
|
TestShelf - test_add_shelf_from_search
|
PASS | |||||
|
TestShelf - test_adv_search_shelf
|
PASS | |||||
|
TestShelf - test_arrange_shelf
|
PASS | |||||
|
TestShelf - test_create_public_shelf
|
PASS | |||||
|
TestShelf - test_create_public_shelf_no_permission
|
PASS | |||||
|
TestShelf - test_delete_book_of_shelf
|
PASS | |||||
|
TestShelf - test_private_shelf
|
PASS | |||||
|
TestShelf - test_public_private_shelf
|
PASS | |||||
|
TestShelf - test_public_shelf
|
PASS | |||||
|
TestShelf - test_rename_shelf
|
PASS | |||||
|
TestShelf - test_shelf_action_non_shelf_edit_role
|
PASS | |||||
|
TestShelf - test_shelf_anonymous
|
PASS | |||||
|
TestShelf - test_shelf_database_change
|
||||||
|
TestShelf - test_shelf_long_name
|
PASS | |||||
|
TestShelf - test_shelf_order
|
PASS | |||||
|
TestShelf - test_xss_shelf
|
PASS | |||||
| TestSocket | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestSocket - test_socket_communication
|
PASS | |||||
| TestSplitLibrary | 8 | 1 | 5 | 2 | 0 | Detail |
|
TestSplitLibrary - test_change_ebook
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_split_library.py", line 126, in test_change_ebook
self.fill_basic_config({"config_unicode_filename": 1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 392, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 304, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:511:5
dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:136:16
|
|||||
|
TestSplitLibrary - test_convert_ebook
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_split_library.py", line 73, in test_convert_ebook
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestSplitLibrary - test_download_book
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_split_library.py", line 167, in test_download_book
self.assertEqual(200, code)
AssertionError: 200 != 404
|
|||||
|
TestSplitLibrary - test_email_ebook
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_split_library.py", line 115, in test_email_ebook
self.assertEqual(ret[-1]['result'], 'Finished')
AssertionError: 'Failed' != 'Finished'
- Failed
+ Finished
|
|||||
|
TestSplitLibrary - test_kobo
|
PASS | |||||
|
TestSplitLibrary - test_thumbnails
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_split_library.py", line 61, in test_thumbnails
self.assertTrue(book_thumbnail_reference > 10)
AssertionError: False is not true
|
|||||
|
TestSplitLibrary - test_upload_ebook
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_split_library.py", line 154, in test_upload_ebook
self.assertTrue(os.path.isdir(os.path.join(SPLIT_LIB, details['author'][0],
AssertionError: False is not true
|
|||||
|
TestSplitLibrary - test_wrong_config_lib
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_split_library.py", line 182, in test_wrong_config_lib
self.fill_db_config({'config_calibre_split_dir': SPLIT_LIB + "::virtual"})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 296, in fill_db_config
ele.clear()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 116, in clear
self._execute(Command.CLEAR_ELEMENT)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute
return self._parent.execute(command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementNotInteractableException: Message: Element <input id="config_calibre_split_dir" class="form-control" name="config_calibre_split_dir" type="text"> could not be scrolled into view
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
ElementNotInteractableError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:353:5
interaction.clearElement@chrome://remote/content/marionette/interaction.sys.mjs:381:11
clearElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:196:22
receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:81:16
|
|||||
| TestSystemdActivation | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestSystemdActivation - test_systemd_activation
|
PASS | |||||
| TestThumbnailsEnv | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestThumbnailsEnv - test_cover_cache_env_on_database_change
|
PASS | |||||
| TestThumbnails | 8 | 2 | 5 | 0 | 1 | Detail |
|
TestThumbnails - test_cache_non_writable
|
PASS | |||||
|
TestThumbnails - test_cache_of_deleted_book
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 193, in test_cache_of_deleted_book
self.assertEqual(book_thumbnail_reference, 3)
AssertionError: 0 != 3
|
|||||
|
TestThumbnails - test_cover_cache_on_database_change
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 90, in test_cover_cache_on_database_change
self.assertEqual(count_files(thumbnail_cache_path), 110*NUM_THUMBNAILS)
AssertionError: 333 != 330
|
|||||
|
TestThumbnails - test_cover_change_on_upload_new_cover
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 132, in test_cover_change_on_upload_new_cover
self.assertEqual(110 * NUM_THUMBNAILS, count_files(thumbnail_cache_path))
AssertionError: 330 != 333
|
|||||
|
TestThumbnails - test_cover_for_series
|
SKIP | |||||
|
TestThumbnails - test_cover_on_upload_book
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 254, in test_cover_on_upload_book
self.assertEqual(book_thumbnail_reference + NUM_THUMBNAILS, count_files(thumbnail_cache_path))
AssertionError: 336 != 333
|
|||||
|
TestThumbnails - test_remove_cover_from_cache
|
PASS | |||||
|
TestThumbnails - test_sideloaded_book
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 327, in test_sideloaded_book
self.assertGreaterEqual(diff(BytesIO(list_cover), BytesIO(new_list_cover), delete_diff_file=True), 0.035)
AssertionError: 0.0 not greater than or equal to 0.035
|
|||||
| TestUpdater | 9 | 7 | 0 | 1 | 1 | Detail |
|
TestUpdater - test_check_update_nightly_errors
|
PASS | |||||
|
TestUpdater - test_check_update_nightly_request_errors
|
PASS | |||||
|
TestUpdater - test_check_update_stable_errors
|
PASS | |||||
|
TestUpdater - test_check_update_stable_versions
|
PASS | |||||
|
TestUpdater - test_perform_update
|
PASS | |||||
|
TestUpdater - test_perform_update_stable_errors
|
PASS | |||||
|
TestUpdater - test_perform_update_timeout
|
||||||
|
TestUpdater - test_reconnect_database
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 456, in test_reconnect_database
self.reconnect_database()
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 468, in reconnect_database
element.click()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click
self._execute(Command.CLICK_ELEMENT)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute
return self._parent.execute(command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementNotInteractableException: Message: Element <button id="DialogFinished" class="btn btn-default hidden" type="button"> could not be scrolled into view
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
ElementNotInteractableError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:353:5
webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:167:11
interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:136:11
clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:205:29
receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:85:31
|
|||||
|
TestUpdater - test_update_write_protect
|
PASS | |||||
| TestUploadAudio | 12 | 12 | 0 | 0 | 0 | Detail |
|
TestUploadAudio - test_upload_aac
|
PASS | |||||
|
TestUploadAudio - test_upload_aiff
|
PASS | |||||
|
TestUploadAudio - test_upload_asf
|
PASS | |||||
|
TestUploadAudio - test_upload_flac
|
PASS | |||||
|
TestUploadAudio - test_upload_m4a
|
PASS | |||||
|
TestUploadAudio - test_upload_m4b
|
PASS | |||||
|
TestUploadAudio - test_upload_mp3
|
PASS | |||||
|
TestUploadAudio - test_upload_mp4
|
PASS | |||||
|
TestUploadAudio - test_upload_oggvorbis
|
PASS | |||||
|
TestUploadAudio - test_upload_ogv
|
PASS | |||||
|
TestUploadAudio - test_upload_opus
|
PASS | |||||
|
TestUploadAudio - test_upload_wav
|
PASS | |||||
| TestUploadEPubs | 6 | 6 | 0 | 0 | 0 | Detail |
|
TestUploadEPubs - test_upload_epub_comments
|
PASS | |||||
|
TestUploadEPubs - test_upload_epub_cover
|
PASS | |||||
|
TestUploadEPubs - test_upload_epub_cover_formats
|
PASS | |||||
|
TestUploadEPubs - test_upload_epub_duplicate
|
PASS | |||||
|
TestUploadEPubs - test_upload_epub_identifier
|
PASS | |||||
|
TestUploadEPubs - test_upload_epub_lang
|
PASS | |||||
| TestUserList | 18 | 18 | 0 | 0 | 0 | Detail |
|
TestUserList - test_edit_user_email
|
PASS | |||||
|
TestUserList - test_list_visibility
|
PASS | |||||
|
TestUserList - test_user_list_admin_role
|
PASS | |||||
|
TestUserList - test_user_list_check_sort
|
PASS | |||||
|
TestUserList - test_user_list_denied_tags
|
PASS | |||||
|
TestUserList - test_user_list_download_role
|
PASS | |||||
|
TestUserList - test_user_list_edit_button
|
PASS | |||||
|
TestUserList - test_user_list_edit_email
|
PASS | |||||
|
TestUserList - test_user_list_edit_kindle
|
PASS | |||||
|
TestUserList - test_user_list_edit_language
|
PASS | |||||
|
TestUserList - test_user_list_edit_locale
|
PASS | |||||
|
TestUserList - test_user_list_edit_name
|
PASS | |||||
|
TestUserList - test_user_list_edit_visiblility
|
PASS | |||||
|
TestUserList - test_user_list_guest_edit
|
PASS | |||||
|
TestUserList - test_user_list_remove_admin
|
PASS | |||||
|
TestUserList - test_user_list_requests
|
PASS | |||||
|
TestUserList - test_user_list_search
|
PASS | |||||
|
TestUserList - test_user_list_sort
|
PASS | |||||
| TestUserLoad | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestUserLoad - test_user_change_vis
|
PASS | |||||
| TestUserTemplate | 21 | 21 | 0 | 0 | 0 | Detail |
|
TestUserTemplate - test_allow_column_restriction
|
PASS | |||||
|
TestUserTemplate - test_allow_tag_restriction
|
PASS | |||||
|
TestUserTemplate - test_archived_format_template
|
PASS | |||||
|
TestUserTemplate - test_author_user_template
|
PASS | |||||
|
TestUserTemplate - test_best_user_template
|
PASS | |||||
|
TestUserTemplate - test_category_user_template
|
PASS | |||||
|
TestUserTemplate - test_deny_column_restriction
|
PASS | |||||
|
TestUserTemplate - test_deny_tag_restriction
|
PASS | |||||
|
TestUserTemplate - test_detail_random_user_template
|
PASS | |||||
|
TestUserTemplate - test_download_user_template
|
PASS | |||||
|
TestUserTemplate - test_format_user_template
|
PASS | |||||
|
TestUserTemplate - test_hot_user_template
|
PASS | |||||
|
TestUserTemplate - test_language_user_template
|
PASS | |||||
|
TestUserTemplate - test_limit_book_languages
|
PASS | |||||
|
TestUserTemplate - test_list_user_template
|
PASS | |||||
|
TestUserTemplate - test_publisher_user_template
|
PASS | |||||
|
TestUserTemplate - test_random_user_template
|
PASS | |||||
|
TestUserTemplate - test_read_user_template
|
PASS | |||||
|
TestUserTemplate - test_recent_user_template
|
PASS | |||||
|
TestUserTemplate - test_series_user_template
|
PASS | |||||
|
TestUserTemplate - test_ui_language_settings
|
PASS | |||||
| TestCalibreWebVisibilitys | 35 | 35 | 0 | 0 | 0 | Detail |
|
TestCalibreWebVisibilitys - test_about
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_SMTP_Settings
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_add_user
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_password
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_archived
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_authors
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_category
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_file_formats
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_hot
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_language
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_publisher
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_random
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_rated
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_rating
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_read
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_series
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_allow_columns
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_allow_tags
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_archive_books
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_authors_max_settings
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_change_title
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_checked_logged_in
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_hide_custom_column
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_link_column_to_read_status
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_random_books_available
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_read_status_visible
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_request_link_column_to_read_status
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_restrict_columns
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_restrict_tags
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_save_views_recent
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_search_functions
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_search_order
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_search_string
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_user_email_available
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_user_visibility_sidebar
|
PASS | |||||
| TestCalibreHelper | 16 | 16 | 0 | 0 | 0 | Detail |
|
TestCalibreHelper - test_author_sort
|
PASS | |||||
|
TestCalibreHelper - test_author_sort_comma
|
PASS | |||||
|
TestCalibreHelper - test_author_sort_junior
|
PASS | |||||
|
TestCalibreHelper - test_author_sort_oneword
|
PASS | |||||
|
TestCalibreHelper - test_author_sort_roman
|
PASS | |||||
|
TestCalibreHelper - test_check_Limit_Length
|
PASS | |||||
|
TestCalibreHelper - test_check_char_replacement
|
PASS | |||||
|
TestCalibreHelper - test_check_chinese_Characters
|
PASS | |||||
|
TestCalibreHelper - test_check_deg_eur_replacement
|
PASS | |||||
|
TestCalibreHelper - test_check_doubleS
|
PASS | |||||
|
TestCalibreHelper - test_check_finish_Dot
|
PASS | |||||
|
TestCalibreHelper - test_check_high23
|
PASS | |||||
|
TestCalibreHelper - test_check_umlauts
|
PASS | |||||
|
TestCalibreHelper - test_random_password
|
PASS | |||||
|
TestCalibreHelper - test_split_authors
|
PASS | |||||
|
TestCalibreHelper - test_whitespaces
|
PASS | |||||
| Total | 528 | 410 | 54 | 55 | 9 | |
| Program library | Installed Version | Test class |
|---|---|---|
| Platform | Linux 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64 x86_64 | Basic |
| Python | 3.10.12 | Basic |
| APScheduler | 3.10.4 | Basic |
| babel | 2.16.0 | Basic |
| bleach | 6.1.0 | Basic |
| chardet | 5.2.0 | Basic |
| cryptography | 43.0.3 | Basic |
| Flask | 3.0.3 | Basic |
| flask-babel | 4.0.0 | Basic |
| Flask-HTTPAuth | 4.8.0 | Basic |
| Flask-Limiter | 3.8.0 | Basic |
| Flask-Principal | 0.4.0 | Basic |
| Flask-WTF | 1.2.2 | Basic |
| greenlet | 3.1.1 | Basic |
| iso-639 | 0.4.5 | Basic |
| Jinja2 | 3.1.4 | Basic |
| lxml | 5.2.2 | Basic |
| netifaces-plus | 0.12.3 | Basic |
| pypdf | 5.0.1 | Basic |
| python-magic | 0.4.27 | Basic |
| pytz | 2024.2 | Basic |
| regex | 2024.5.15 | Basic |
| requests | 2.32.3 | Basic |
| SQLAlchemy | 2.0.36 | Basic |
| tornado | 6.4.2 | Basic |
| Unidecode | 1.3.8 | Basic |
| urllib3 | 2.2.3 | Basic |
| Wand | 0.6.13 | Basic |
| Werkzeug | 3.1.3 | Basic |
| google-api-python-client | 2.154.0 | TestBackupMetadataGdrive |
| httplib2 | 0.22.0 | TestBackupMetadataGdrive |
| oauth2client | 4.1.3 | TestBackupMetadataGdrive |
| PyDrive2 | 1.21.1 | TestBackupMetadataGdrive |
| PyYAML | 6.0.2 | TestBackupMetadataGdrive |
| google-api-python-client | 2.154.0 | TestCliGdrivedb |
| httplib2 | 0.22.0 | TestCliGdrivedb |
| oauth2client | 4.1.3 | TestCliGdrivedb |
| PyDrive2 | 1.21.1 | TestCliGdrivedb |
| PyYAML | 6.0.2 | TestCliGdrivedb |
| google-api-python-client | 2.154.0 | TestEbookConvertCalibreGDrive |
| httplib2 | 0.22.0 | TestEbookConvertCalibreGDrive |
| oauth2client | 4.1.3 | TestEbookConvertCalibreGDrive |
| PyDrive2 | 1.21.1 | TestEbookConvertCalibreGDrive |
| PyYAML | 6.0.2 | TestEbookConvertCalibreGDrive |
| google-api-python-client | 2.154.0 | TestEbookConvertGDriveKepubify |
| httplib2 | 0.22.0 | TestEbookConvertGDriveKepubify |
| oauth2client | 4.1.3 | TestEbookConvertGDriveKepubify |
| PyDrive2 | 1.21.1 | TestEbookConvertGDriveKepubify |
| PyYAML | 6.0.2 | TestEbookConvertGDriveKepubify |
| comicapi | 3.2.0 | TestEditAdditionalBooks |
| rarfile | 4.2 | TestEditAdditionalBooks |
| py7zr | 0.22.0 | TestEditBooks |
| google-api-python-client | 2.154.0 | TestEditAuthorsGdrive |
| httplib2 | 0.22.0 | TestEditAuthorsGdrive |
| oauth2client | 4.1.3 | TestEditAuthorsGdrive |
| PyDrive2 | 1.21.1 | TestEditAuthorsGdrive |
| PyYAML | 6.0.2 | TestEditAuthorsGdrive |
| beautifulsoup4 | 4.12.3 | TestLoadMetadata |
| google-api-python-client | 2.154.0 | TestEditBooksOnGdrive |
| httplib2 | 0.22.0 | TestEditBooksOnGdrive |
| oauth2client | 4.1.3 | TestEditBooksOnGdrive |
| PyDrive2 | 1.21.1 | TestEditBooksOnGdrive |
| PyYAML | 6.0.2 | TestEditBooksOnGdrive |
| beautifulsoup4 | 4.12.3 | TestLoadMetadataScholar |
| scholarly | 1.7.11 | TestLoadMetadataScholar |
| google-api-python-client | 2.154.0 | TestEmbedMetadataGdrive |
| httplib2 | 0.22.0 | TestEmbedMetadataGdrive |
| oauth2client | 4.1.3 | TestEmbedMetadataGdrive |
| PyDrive2 | 1.21.1 | TestEmbedMetadataGdrive |
| PyYAML | 6.0.2 | TestEmbedMetadataGdrive |
| google-api-python-client | 2.154.0 | TestSetupGdrive |
| httplib2 | 0.22.0 | TestSetupGdrive |
| oauth2client | 4.1.3 | TestSetupGdrive |
| PyDrive2 | 1.21.1 | TestSetupGdrive |
| PyYAML | 6.0.2 | TestSetupGdrive |
| goodreads | 0.3.2 | TestGoodreads |
| python-Levenshtein | 0.26.1 | TestGoodreads |
| jsonschema | 4.23.0 | TestKoboSync |
| jsonschema | 4.23.0 | TestKoboSyncBig |
| Flask-SimpleLDAP | 2.0.0 | TestLdapLogin |
| jsonschema | 4.23.0 | TestLdapLogin |
| python-ldap | 3.4.4 | TestLdapLogin |
| Flask-Dance | 7.1.0 | TestOAuthLogin |
| SQLAlchemy-Utils | 0.41.2 | TestOAuthLogin |
| mutagen | 1.47.0 | TestUploadAudio |