2020-09-09 05:00:09 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Calibre-Web Tests< / title >
< meta name = "generator" content = "" / >
< meta name = "version" content = "" / >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
<!-- Bootstrap -->
< link href = "./../cps/static/css/libs/bootstrap.min.css" rel = "stylesheet" >
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
< script src = "./../cps/static/js/libs/jquery.min.js" > < / script >
<!-- Include all compiled plugins (below), or include individual files as needed -->
< script src = "./../cps/static/js/libs/bootstrap.min.js" > < / script >
<!-- Project CSS -->
< link href = "css/runner.css" rel = "stylesheet" >
<!-- Project JS -->
< script src = "js/runner.js" > < / script >
< / head >
< body >
< div class = "row report-title" >
< h1 id = 'report_title' class = "text-center" > Calibre-Web Tests< / h1 >
< / div >
< div class = "row" >
< div class = "col" >
< div class = "col-xs-12 col-sm-6" >
< div class = "piechart" >
< div >
< canvas id = "circle" width = "350" height = "168" > < / canvas >
< / div >
< / div >
< / div >
< div class = "col-xs-12 col-sm-6" >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" style = "margin-top:50px;" >
2024-11-26 05:13:10 +00:00
< p class = 'text-justify attribute' > < strong > Start Time: < / strong > 2024-11-25 20:45:11< / p >
2020-09-09 05:00:09 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" >
2024-11-26 05:13:10 +00:00
< p class = 'text-justify attribute' > < strong > Stop Time: < / strong > 2024-11-26 02:45:09< / p >
2020-09-09 05:00:09 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" >
2024-11-26 05:13:10 +00:00
< p class = 'text-justify attribute' > < strong > Duration: < / strong > 4h 59 min< / p >
2020-09-09 05:00:09 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = 'report-description' >
< div id = 'report_description' class = 'row text-center' > < / div >
< / div >
< div class = 'text-center buttons' >
< div id = 'show_detail_line' class = "btn-group pagination-centered" role = "group" aria-label = "TESTE" >
< button type = "button" class = "btn btn-success" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show only the execution summary" onclick="showCase(0)">Summary
< / button >
< button type = "button" class = "btn btn-info" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show only the execution summary" onclick="showCase(5)">Summary Problems
< / button >
< button type = "button" class = "btn btn-warning" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show skipped test cases" onclick="showCase(3)">Skipped
< / button >
< button type = "button" class = "btn btn-danger" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show the filed test cases" onclick="showCase(1)">Failed
< / button >
< button type = "button" class = "btn btn-info" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show the filed test cases" onclick="showCase(4)">Error
< / button >
< button type = "button" class = "btn btn-primary" data-toggle = "tooltip" aria-pressed = "false" data-placement = "top"
title="Show all test cases" onclick="showCase(2)">All
< / button >
< / div >
< / div >
< table id = 'result_table' class = 'table table-bordered table-responsive table-curved' >
< colgroup >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< / colgroup >
< tr id = 'header_row' class = "text-center bg-grey" >
< td > Test Group/Test case< / td >
< td > Count< / td >
< td > Pass< / td >
< td > Fail< / td >
< td > Error< / td >
< td > Skip< / td >
< td > View< / td >
< / tr >
2023-08-30 18:23:40 +00:00
< tr id = "su" class = "passClass" >
2020-09-09 05:00:09 +00:00
< td > TestAnonymous< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 13< / td >
2023-08-30 18:23:40 +00:00
< td class = "text-center" > 13< / td >
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
2020-09-09 05:00:09 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-02-16 12:08:39 +00:00
< a onclick = "showClassDetail('c1', 13)" > Detail< / a >
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
< tr id = 'pt1.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_check_locale_guest< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.3' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_category< / div >
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.4' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_format< / div >
2020-09-09 05:00:09 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.5' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_hot< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.6' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_language< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.7' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_publisher< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.8' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_rated< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.9' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_rating< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-08-30 18:23:40 +00:00
< tr id = 'pt1.10' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_series< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-08-30 18:23:40 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-11-23 18:32:11 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
< tr id = 'pt1.11' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_random_books_available< / div >
2021-11-23 18:32:11 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
< tr id = 'pt1.12' class = 'hiddenRow bg-success' >
2020-12-09 18:02:10 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_restricted_settings_visibility< / div >
2020-12-09 18:02:10 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-09 18:02:10 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.13' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_visibility_sidebar< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2023-03-20 18:00:35 +00:00
< td > TestBackupMetadata< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 21< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 16< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 1< / td >
2023-03-20 18:00:35 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-12-10 06:26:26 +00:00
< a onclick = "showClassDetail('c2', 21)" > Detail< / a >
2023-03-20 18:00:35 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft2.1" class = "none bg-danger" >
2023-03-20 18:00:35 +00:00
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_all< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft2.1')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft2.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft2.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft2.2" class = "none bg-danger" >
2023-03-20 18:00:35 +00:00
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_author< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft2.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft2.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft2.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ]
+ []< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = 'pt2.3' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_description< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-02-26 17:07:24 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft2.4" class = "none bg-danger" >
2024-02-26 17:07:24 +00:00
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_identifier< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft2.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft2.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft2.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = 'pt2.5' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-03-21 19:04:39 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_language< / div >
2023-03-20 18:00:35 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2024-02-27 05:01:11 +00:00
< tr id = 'pt2.6' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-03-21 19:04:39 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_publisher< / div >
2023-03-20 18:00:35 +00:00
< / td >
2024-02-27 05:01:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et2.7" class = "none bg-info" >
2023-08-30 18:23:40 +00:00
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_publishing_date< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et2.7')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et2.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et2.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-08-30 18:23:40 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = 'pt2.8' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-03-21 19:04:39 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_rating< / div >
2023-03-20 18:00:35 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-08 13:46:51 +00:00
< / tr >
2024-05-12 06:56:20 +00:00
< tr id = 'pt2.9' class = 'hiddenRow bg-success' >
2023-10-08 13:46:51 +00:00
< td >
2023-10-18 16:14:00 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_series_index< / div >
2023-10-03 06:12:33 +00:00
< / td >
2024-05-12 06:56:20 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-08 13:46:51 +00:00
< / tr >
2024-05-10 07:04:50 +00:00
< tr id = 'pt2.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_tags< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft2.11" class = "none bg-danger" >
2023-10-08 13:46:51 +00:00
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_title< / div >
2023-08-30 18:23:40 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft2.11')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft2.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft2.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = 'pt2.12' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_Comment< / div >
2023-03-20 18:00:35 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-17 19:29:47 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = 'pt2.13' class = 'hiddenRow bg-success' >
2024-01-17 19:29:47 +00:00
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_Enum< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-17 19:29:47 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = 'pt2.14' class = 'hiddenRow bg-success' >
2024-01-17 19:29:47 +00:00
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_bool< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-17 19:29:47 +00:00
< / tr >
2024-07-11 17:39:33 +00:00
< tr id = 'pt2.15' class = 'hiddenRow bg-success' >
2024-01-17 19:29:47 +00:00
< td >
2024-02-17 06:14:48 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_categories< / div >
2024-01-17 19:29:47 +00:00
< / td >
2024-07-11 17:39:33 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-17 19:29:47 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = 'pt2.16' class = 'hiddenRow bg-success' >
2024-02-17 06:14:48 +00:00
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_date< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-02-17 06:14:48 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = 'pt2.17' class = 'hiddenRow bg-success' >
2024-01-17 19:29:47 +00:00
< td >
2024-02-12 19:58:26 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_float< / div >
2024-02-10 18:49:02 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-17 19:29:47 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = 'pt2.18' class = 'hiddenRow bg-success' >
2024-01-17 19:29:47 +00:00
< td >
2024-02-12 19:58:26 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_int< / div >
2024-02-10 18:49:02 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-17 19:29:47 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = 'pt2.19' class = 'hiddenRow bg-success' >
2024-01-17 19:29:47 +00:00
< td >
2024-02-12 19:58:26 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_rating< / div >
2024-02-10 18:49:02 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-17 19:29:47 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = 'pt2.20' class = 'hiddenRow bg-success' >
2024-01-17 19:29:47 +00:00
< td >
2024-02-12 19:58:26 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_text< / div >
2024-02-10 18:49:02 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-17 19:29:47 +00:00
< / tr >
2024-02-12 19:58:26 +00:00
< tr id = 'pt2.21' class = 'hiddenRow bg-success' >
2024-01-17 19:29:47 +00:00
< td >
2024-02-12 19:58:26 +00:00
< div class = 'testcase' > TestBackupMetadata - test_upload_book< / div >
2024-01-14 13:28:08 +00:00
< / td >
2024-02-12 19:58:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2024-01-18 18:37:33 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2024-02-10 18:49:02 +00:00
< td > TestBackupMetadataGdrive< / td >
< td class = "text-center" > 1< / td >
2024-01-18 18:37:33 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 1< / td >
2024-02-27 05:01:11 +00:00
< td class = "text-center" > 0< / td >
2024-01-18 18:37:33 +00:00
< td class = "text-center" >
2024-02-12 19:58:26 +00:00
< a onclick = "showClassDetail('c3', 1)" > Detail< / a >
2024-01-18 18:37:33 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "et3.1" class = "none bg-info" >
2023-10-08 13:46:51 +00:00
< td >
2024-02-10 18:49:02 +00:00
< div class = 'testcase' > TestBackupMetadataGdrive - test_backup_gdrive< / div >
2024-01-14 13:28:08 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et3.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et3.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et3.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
< td > _ErrorHolder< / td >
< td class = "text-center" > 3< / td >
2024-05-12 06:56:20 +00:00
< td class = "text-center" > 0< / td >
2023-10-09 05:01:16 +00:00
< td class = "text-center" > 0< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 3< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c4', 3)" > Detail< / a >
2023-10-08 13:46:51 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et4.1" class = "none bg-info" >
2024-01-17 19:29:47 +00:00
< td >
2024-11-26 05:13:10 +00:00
< div class = 'testcase' > tearDownClass (test_backup_metadata_gdrive)< / div >
2024-01-17 19:29:47 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et4.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et4.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et4.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2024-06-30 09:00:30 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et4.2" class = "none bg-info" >
2024-06-30 09:00:30 +00:00
< td >
2024-11-26 05:13:10 +00:00
< div class = 'testcase' > tearDownClass (test_edit_additional_books)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et4.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et4.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et4.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2024-06-30 09:00:30 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et4.3" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
2024-11-26 05:13:10 +00:00
< div class = 'testcase' > tearDownClass (test_readonly_db)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et4.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et4.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et4.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2024-06-30 09:00:30 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
< td > TestCli< / td >
< td class = "text-center" > 13< / td >
< td class = "text-center" > 8< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c5', 13)" > Detail< / a >
< / td >
< / tr >
2024-06-30 09:00:30 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt5.1' class = 'hiddenRow bg-success' >
2024-06-30 09:00:30 +00:00
< td >
2024-11-26 05:13:10 +00:00
< div class = 'testcase' > TestCli - test_already_started< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt5.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
2024-11-26 05:13:10 +00:00
< div class = 'testcase' > TestCli - test_bind_to_single_interface< / div >
2024-06-30 09:00:30 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-06-30 09:00:30 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt5.3' class = 'hiddenRow bg-success' >
2024-06-30 09:00:30 +00:00
< td >
2024-11-26 05:13:10 +00:00
< div class = 'testcase' > TestCli - test_change_password< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt5.4' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
2024-11-26 05:13:10 +00:00
< div class = 'testcase' > TestCli - test_cli_SSL_files< / div >
2024-06-30 09:00:30 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-06-30 09:00:30 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt5.5' class = 'hiddenRow bg-success' >
2024-06-30 09:00:30 +00:00
< td >
2024-11-26 05:13:10 +00:00
< div class = 'testcase' > TestCli - test_cli_different_folder< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt5.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
2024-11-26 05:13:10 +00:00
< div class = 'testcase' > TestCli - test_cli_different_settings_database< / div >
2024-06-30 09:00:30 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-06-30 09:00:30 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt5.7' class = 'hiddenRow bg-success' >
2024-06-30 09:00:30 +00:00
< td >
2024-11-26 05:13:10 +00:00
< div class = 'testcase' > TestCli - test_dryrun_update< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft5.8" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
2024-11-26 05:13:10 +00:00
< div class = 'testcase' > TestCli - test_enable_reconnect< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft5.8')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft5.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft5.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt5.9' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
2024-11-26 05:13:10 +00:00
< div class = 'testcase' > TestCli - test_environ_port_setting< / div >
2024-07-10 17:45:53 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et5.10" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
2024-11-26 05:13:10 +00:00
< div class = 'testcase' > TestCli - test_logfile< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et5.10')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et5.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et5.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2024-06-30 09:00:30 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft5.11" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestCli - test_no_database< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft5.11')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft5.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft5.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft5.12" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestCli - test_settingsdb_not_writeable< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft5.12')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft5.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft5.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et5.13" class = "none bg-info" >
< td >
< div class = 'testcase' > TestCli - test_writeonly_static_files< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et5.13')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et5.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et5.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "su" class = "errorClass" >
< td > TestCliGdrivedb< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c6', 4)" > Detail< / a >
< / td >
< / tr >
< tr id = "et6.1" class = "none bg-info" >
< td >
< div class = 'testcase' > TestCliGdrivedb - test_cli_gdrive_folder< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft6.2" class = "none bg-danger" >
2024-06-30 09:00:30 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestCliGdrivedb - test_cli_gdrive_location< / div >
2024-06-30 09:00:30 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft6.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft6.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft6.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-06-30 09:00:30 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft6.3" class = "none bg-danger" >
2024-06-30 09:00:30 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestCliGdrivedb - test_gdrive_db_nonwrite< / div >
2024-06-30 09:00:30 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft6.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft6.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft6.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-06-30 09:00:30 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft6.4" class = "none bg-danger" >
2024-06-30 09:00:30 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestCliGdrivedb - test_no_database< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft6.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft6.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft6.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestCoverEditBooks< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c7', 2)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt7.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestCoverEditBooks - test_invalid_jpg_hdd< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt7.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestCoverEditBooks - test_upload_jpg< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "passClass" >
< td > TestDeleteDatabase< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c8', 1)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt8.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestDeleteDatabase - test_delete_books_in_database< / div >
2024-06-30 09:00:30 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-06-30 09:00:30 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2024-07-10 17:45:53 +00:00
< td > TestEbookConvertCalibre< / td >
2024-07-11 17:39:33 +00:00
< td class = "text-center" > 15< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 6< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 7< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c9', 15)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-06-30 09:00:30 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "et9.1" class = "none bg-info" >
2024-06-30 09:00:30 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_calibre_log< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-01-18 18:37:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt9.2' class = 'hiddenRow bg-success' >
2024-01-18 18:37:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_deactivate< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-11 17:39:33 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-18 18:37:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et9.3" class = "none bg-info" >
2024-01-18 18:37:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_email< / div >
2024-01-18 18:37:33 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-01-18 18:37:33 +00:00
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "et9.4" class = "none bg-info" >
2024-01-18 18:37:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_failed_and_email< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-01-18 18:37:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft9.5" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_only< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft9.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft9.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft9.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et9.6" class = "none bg-info" >
2024-01-18 18:37:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_options< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft9.7" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_parameter< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft9.7')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft9.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft9.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et9.8" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_wrong_excecutable< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et9.9" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_xss< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.9')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt9.10' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_email_failed< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt9.11' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_email_only< / div >
< / td >
2024-08-04 05:12:22 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt9.12' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_kindle_send_not_configured< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt9.13' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_ssl_smtp_setup_error< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt9.14' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_starttls_smtp_setup_error< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et9.15" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_user_convert_xss< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.15')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.15" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2024-07-10 17:45:53 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
2024-07-11 17:39:33 +00:00
< td class = "text-center" > 7< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 1< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c10', 7)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et10.1" class = "none bg-info" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_email< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et10.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et10.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et10.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft10.2" class = "none bg-danger" >
2023-02-09 18:46:36 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_failed_and_email< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft10.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft10.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft10.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-08-23 18:50:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft10.3" class = "none bg-danger" >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_only< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft10.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft10.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft10.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-01-18 18:37:33 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "ft10.4" class = "none bg-danger" >
2024-01-18 18:37:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_parameter< / div >
2024-01-18 18:37:33 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft10.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft10.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft10.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-01-18 18:37:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt10.5' class = 'hiddenRow bg-success' >
2024-01-18 18:37:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_email_failed< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-11 17:39:33 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt10.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
2024-07-11 17:39:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_email_only< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-04 05:12:22 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt10.7' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_thumbnail_cache< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-19 17:21:44 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2024-08-17 07:28:31 +00:00
< td > TestEbookConvertKepubify< / td >
< td class = "text-center" > 4< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 2< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 2< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c11', 4)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt11.1' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-08-17 07:28:31 +00:00
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_deactivate< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-17 07:28:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et11.2" class = "none bg-info" >
2024-08-17 07:28:31 +00:00
< td >
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_only< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et11.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et11.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt11.3' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-08-17 07:28:31 +00:00
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_wrong_excecutable< / div >
2024-08-16 07:31:59 +00:00
< / td >
2024-08-17 07:28:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et11.4" class = "none bg-info" >
2024-08-17 07:28:31 +00:00
< td >
< div class = 'testcase' > TestEbookConvertKepubify - test_kobo_kepub_formats< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et11.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et11.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "failClass" >
2024-07-10 17:45:53 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
< td class = "text-center" > 3< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" > 1< / td >
2024-01-18 18:37:33 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c12', 3)" > Detail< / a >
2024-01-18 18:37:33 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt12.1' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_deactivate< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft12.2" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_only< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft12.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft12.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft12.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt12.3' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_wrong_excecutable< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2024-07-10 17:45:53 +00:00
< td > TestEditAdditionalBooks< / td >
< td class = "text-center" > 20< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 15< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 3< / td >
2024-08-17 07:28:31 +00:00
< td class = "text-center" > 2< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c13', 20)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_cbz_comicinfo< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.2' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_change_upload_formats< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_delete_book< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.4' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_delete_role< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-19 17:21:44 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.5' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_details_popup< / div >
< / td >
2024-08-19 17:21:44 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.7' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier_capital< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.8' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier_standard< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.9' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_special_book_identifier< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.10' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_title_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.11' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_cbz_coverformats< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.12' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_edit_role< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.13' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_metadata_cb7< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.14' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_metadata_cbr< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt13.15' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_metadata_cbt< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "st13.16" class = "none bg-warning" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_writeonly_calibre_database< / div >
2024-07-08 09:49:53 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2024-11-26 05:13:10 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st13.16')" > SKIP< / a >
2024-07-08 09:49:53 +00:00
< / div >
<!-- css div popup start -->
2024-11-26 05:13:10 +00:00
< div id = "div_st13.16" class = "popup_window test_output" style = "display:none;" >
2024-07-08 09:49:53 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2024-11-26 05:13:10 +00:00
onclick="document.getElementById('div_st13.16').style.display='none'">< span
2024-07-08 09:49:53 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2024-07-10 17:45:53 +00:00
< pre class = "text-left" > Not implemented< / pre >
2024-07-08 09:49:53 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "et13.17" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_writeonly_path< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et13.17')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et13.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et13.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'st13.18' class = 'none bg-warning' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_xss_author_edit< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > SKIP< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et13.19" class = "none bg-info" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_xss_comment_edit< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et13.19')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et13.19" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et13.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et13.20" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_xss_custom_comment_edit< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et13.20')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et13.20" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et13.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-10-31 18:42:54 +00:00
< tr id = "su" class = "skipClass" >
2024-07-10 17:45:53 +00:00
< td > TestEditBooks< / td >
2024-10-28 13:24:08 +00:00
< td class = "text-center" > 38< / td >
2024-10-31 18:42:54 +00:00
< td class = "text-center" > 37< / td >
< td class = "text-center" > 0< / td >
2024-07-08 09:49:53 +00:00
< td class = "text-center" > 0< / td >
2024-08-12 16:30:49 +00:00
< td class = "text-center" > 1< / td >
2024-07-08 09:49:53 +00:00
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c14', 38)" > Detail< / a >
2024-07-08 09:49:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.1' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_download_book< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_author< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_category< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.4' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_comments< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-10-31 18:42:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.5' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_bool< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.6' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_categories< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.7' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_comment< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.8' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_date< / div >
< / td >
2024-10-31 18:42:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.9' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_float< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.10' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_int< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.11' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.12' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_single_select< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.13' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_text< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.14' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.15' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.16' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_publishing_date< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.17' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.18' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.19' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_title< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "st14.20" class = "none bg-warning" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_rename_upper_lowercase< / div >
2024-07-08 09:49:53 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2024-11-26 05:13:10 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st14.20')" > SKIP< / a >
2024-07-08 09:49:53 +00:00
< / div >
<!-- css div popup start -->
2024-11-26 05:13:10 +00:00
< div id = "div_st14.20" class = "popup_window test_output" style = "display:none;" >
2024-07-08 09:49:53 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2024-11-26 05:13:10 +00:00
onclick="document.getElementById('div_st14.20').style.display='none'">< span
2024-07-08 09:49:53 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2024-07-10 17:45:53 +00:00
< pre class = "text-left" > For some reason it works, but during test it fails, only if executed in debugger it works< / pre >
2024-07-08 09:49:53 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.21' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_author< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.22' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_typeahead_functions< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.23' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_language< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.24' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_typeahead_publisher< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.25' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_series< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.26' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_tag< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.27' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_cb7< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.28' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_cbr< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.29' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_cbt< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.30' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_cbz< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.31' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_epub< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.32' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_fb2< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.33' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_lit< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.34' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_mobi< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.35' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_pdf< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.36' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_cbz_coverformats< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.37' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_cover_hdd< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-10-28 13:24:08 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt14.38' class = 'hiddenRow bg-success' >
2024-10-28 13:24:08 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_xchange< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-08-04 14:28:49 +00:00
< tr id = "su" class = "passClass" >
2024-07-10 17:45:53 +00:00
< td > TestEditAuthors< / td >
< td class = "text-center" > 9< / td >
2024-08-04 14:28:49 +00:00
< td class = "text-center" > 9< / td >
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c15', 9)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt15.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAuthors - test_change_capital_co_author< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt15.2' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditAuthors - test_change_capital_one_author_one_book< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-04 14:28:49 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt15.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAuthors - test_change_capital_one_author_two_books< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-04 14:28:49 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt15.4' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditAuthors - test_change_capital_one_author_two_books_coauthor< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-04 14:28:49 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt15.5' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAuthors - test_change_capital_rename_co_author< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-04 14:28:49 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt15.6' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditAuthors - test_change_capital_rename_two_co_authors< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt15.7' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAuthors - test_rename_author_emphasis_mark_onupload< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt15.8' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditAuthors - test_rename_capital_on_upload< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt15.9' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAuthors - test_rename_tag_emphasis_mark_onupload< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-08-19 17:21:44 +00:00
< tr id = "su" class = "passClass" >
2024-07-10 17:45:53 +00:00
< td > TestEditAuthorsGdrive< / td >
< td class = "text-center" > 7< / td >
2024-08-19 17:21:44 +00:00
< td class = "text-center" > 7< / td >
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c16', 7)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt16.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_co_author< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt16.2' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_one_author_one_book< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt16.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_one_author_two_books< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt16.4' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_one_author_two_books_coauthor< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt16.5' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_rename_co_author< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt16.6' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_rename_two_co_authors< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt16.7' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditAuthorsGdrive - test_rename_capital_on_upload< / div >
< / td >
2024-08-19 17:21:44 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
2024-08-02 16:21:04 +00:00
< td > TestEditAuthorsSmb< / td >
< td class = "text-center" > 9< / td >
< td class = "text-center" > 9< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c17', 9)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt17.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
2024-08-02 16:21:04 +00:00
< div class = 'testcase' > TestEditAuthorsSmb - test_change_capital_co_author< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt17.2' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-08-02 16:21:04 +00:00
< div class = 'testcase' > TestEditAuthorsSmb - test_change_capital_one_author_one_book< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt17.3' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-08-02 16:21:04 +00:00
< div class = 'testcase' > TestEditAuthorsSmb - test_change_capital_one_author_two_books< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt17.4' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
2024-08-02 16:21:04 +00:00
< div class = 'testcase' > TestEditAuthorsSmb - test_change_capital_one_author_two_books_coauthor< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt17.5' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-08-02 16:21:04 +00:00
< div class = 'testcase' > TestEditAuthorsSmb - test_change_capital_rename_co_author< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt17.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
2024-08-02 16:21:04 +00:00
< div class = 'testcase' > TestEditAuthorsSmb - test_change_capital_rename_two_co_authors< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt17.7' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-08-02 16:21:04 +00:00
< div class = 'testcase' > TestEditAuthorsSmb - test_rename_author_emphasis_mark_onupload< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt17.8' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
2024-08-02 16:21:04 +00:00
< div class = 'testcase' > TestEditAuthorsSmb - test_rename_capital_on_upload< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt17.9' class = 'hiddenRow bg-success' >
2024-08-02 16:21:04 +00:00
< td >
< div class = 'testcase' > TestEditAuthorsSmb - test_rename_tag_emphasis_mark_onupload< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2024-08-02 16:21:04 +00:00
< td > TestEditBooksList< / td >
< td class = "text-center" > 19< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 11< / td >
< td class = "text-center" > 5< / td >
2024-08-02 16:21:04 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c18', 19)" > Detail< / a >
2024-08-02 16:21:04 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et18.1" class = "none bg-info" >
2024-08-02 16:21:04 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_booklist_xss< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et18.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et18.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et18.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-08-02 16:21:04 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et18.2" class = "none bg-info" >
2024-08-02 16:21:04 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_author< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et18.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et18.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et18.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-08-02 16:21:04 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft18.3" class = "none bg-danger" >
2024-08-02 16:21:04 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_categories< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft18.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft18.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft18.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-08-02 16:21:04 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft18.4" class = "none bg-danger" >
2024-08-02 16:21:04 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_comment< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft18.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft18.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft18.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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: ' [...]' != ' +'
- [...]
+ +< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-08-02 16:21:04 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft18.5" class = "none bg-danger" >
2024-08-02 16:21:04 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_category< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft18.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft18.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft18.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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
+ +< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-08-02 16:21:04 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft18.6" class = "none bg-danger" >
2024-08-02 16:21:04 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_comment< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft18.6')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft18.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft18.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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: ' [...]' != ' +'
- [...]
+ +< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-08-02 16:21:04 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et18.7" class = "none bg-info" >
2024-08-02 16:21:04 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_enum< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et18.7')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et18.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et18.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-08-02 16:21:04 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft18.8" class = "none bg-danger" >
2024-08-02 16:21:04 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_float< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft18.8')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft18.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft18.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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
+ +< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-08-02 16:21:04 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft18.9" class = "none bg-danger" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_int< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft18.9')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft18.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft18.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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
+ +< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft18.10" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_ratings< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft18.10')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft18.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft18.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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
+ +< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft18.11" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_text< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft18.11')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft18.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft18.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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
+ +< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft18.12" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_languages< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft18.12')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft18.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft18.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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
+ +< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft18.13" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_publisher< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft18.13')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft18.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft18.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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
+ +< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft18.14" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_series< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft18.14')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft18.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft18.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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
+ +< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et18.15" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_seriesindex< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et18.15')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et18.15" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et18.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et18.16" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_title< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et18.16')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et18.16" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et18.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt18.17' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_list_visibility< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt18.18' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_restricted_rights< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt18.19' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_search_books_list< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2024-07-10 17:45:53 +00:00
< td > TestLoadMetadata< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
2024-08-23 07:43:30 +00:00
< td class = "text-center" > 0< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 1< / td >
2024-11-05 17:35:15 +00:00
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c19', 1)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et19.1" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLoadMetadata - test_load_metadata< / div >
2024-07-08 09:49:53 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2024-11-26 05:13:10 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et19.1')" > ERROR< / a >
2024-07-08 09:49:53 +00:00
< / div >
<!-- css div popup start -->
2024-11-26 05:13:10 +00:00
< div id = "div_et19.1" class = "popup_window test_output" style = "display:block;" >
2024-07-08 09:49:53 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2024-11-26 05:13:10 +00:00
onclick="document.getElementById('div_et19.1').style.display='none'">< span
2024-07-08 09:49:53 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2024-11-26 05:13:10 +00:00
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< / pre >
2024-07-10 17:45:53 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2024-07-10 17:45:53 +00:00
< td > TestEditBooksOnGdrive< / td >
< td class = "text-center" > 18< / td >
2024-10-28 13:24:08 +00:00
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 18< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c20', 18)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "et20.1" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_download_book< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.2" class = "none bg-info" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_author< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.3" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_category< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.4" class = "none bg-info" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_comments< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.5" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_bool< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.6" class = "none bg-info" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_categories< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.7" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_float< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.7')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.8" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_int< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.9" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_rating< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.9')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.10" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_single_select< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.10')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.11" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_text< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.11')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.12" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_language< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.12')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.13" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_publisher< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.13')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.14" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_rating< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.14')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.15" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_series< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.15')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.15" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.16" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_title< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.16')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.16" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.17" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_upload_book_lit< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.17')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et20.18" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_watch_metadata< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et20.18')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et20.18" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et20.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-08-04 14:28:49 +00:00
< tr id = "su" class = "passClass" >
2024-07-10 17:45:53 +00:00
< td > TestLoadMetadataScholar< / td >
< td class = "text-center" > 1< / td >
2024-08-04 05:12:22 +00:00
< td class = "text-center" > 1< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2024-08-04 14:28:49 +00:00
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c21', 1)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt21.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLoadMetadataScholar - test_load_metadata< / div >
< / td >
2024-08-04 14:28:49 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-08-04 14:28:49 +00:00
< tr id = "su" class = "passClass" >
2024-07-10 17:45:53 +00:00
< td > TestSTARTTLS< / td >
< td class = "text-center" > 3< / td >
2024-08-04 14:28:49 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
2024-07-08 09:49:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c22', 3)" > Detail< / a >
2024-07-08 09:49:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt22.1' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-04 14:28:49 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt22.2' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS_SSL_setup_error< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-11 17:39:33 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt22.3' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS_resend_password< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-11 17:39:33 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
2024-08-04 05:12:22 +00:00
< tr id = "su" class = "passClass" >
2024-07-10 17:45:53 +00:00
< td > TestSSL< / td >
< td class = "text-center" > 7< / td >
2024-08-04 05:12:22 +00:00
< td class = "text-center" > 7< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c23', 7)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt23.1' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestSSL - test_SSL_None_setup_error< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt23.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSSL - test_SSL_STARTTLS_setup_error< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt23.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSSL - test_SSL_logging_email< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-11 17:39:33 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt23.4' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestSSL - test_SSL_non_admin_user< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-04 05:12:22 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt23.5' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestSSL - test_SSL_only< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-04 05:12:22 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt23.6' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestSSL - test_email_limit< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-04 05:12:22 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt23.7' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestSSL - test_filepicker_two_file< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-04 05:12:22 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2024-07-10 17:45:53 +00:00
< td > TestEmbedMetadata< / td >
< td class = "text-center" > 6< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c24', 6)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "et24.1" class = "none bg-info" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEmbedMetadata - test_convert_file_embed_metadata< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et24.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et24.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et24.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et24.2" class = "none bg-info" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEmbedMetadata - test_convert_kepub_embed_metadata< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et24.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et24.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et24.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt24.3' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEmbedMetadata - test_download_check_metadata< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft24.4" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEmbedMetadata - test_download_kepub_embed_metadata< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft24.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft24.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft24.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft24.5" class = "none bg-danger" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEmbedMetadata - test_download_permissions_missing_file< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft24.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft24.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft24.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt24.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEmbedMetadata - test_email_epub_embed_metadata< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-08-23 07:43:30 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2024-07-10 17:45:53 +00:00
< td > TestEmbedMetadataGdrive< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 4< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c25', 4)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "et25.1" class = "none bg-info" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEmbedMetadataGdrive - test_convert_file_embed_metadata< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et25.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et25.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et25.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et25.2" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEmbedMetadataGdrive - test_convert_kepub_embed_metadata< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et25.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et25.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et25.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et25.3" class = "none bg-info" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestEmbedMetadataGdrive - test_download_check_metadata< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et25.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et25.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et25.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et25.4" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestEmbedMetadataGdrive - test_download_kepub_embed_metadata< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et25.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et25.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et25.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestBookDatabase< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
2024-07-08 09:49:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c26', 1)" > Detail< / a >
2024-07-08 09:49:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt26.1' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestBookDatabase - test_invalid_book_path< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestErrorReadColumn< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c27', 2)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt27.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestErrorReadColumn - test_invalid_custom_column< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt27.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestErrorReadColumn - test_invalid_custom_read_column< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "skipClass" >
< td > TestFilePicker< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c28', 3)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt28.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestFilePicker - test_filepicker_limited_file< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "st28.2" class = "none bg-warning" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestFilePicker - test_filepicker_new_file< / div >
2024-07-08 09:49:53 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2024-11-26 05:13:10 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st28.2')" > SKIP< / a >
2024-07-08 09:49:53 +00:00
< / div >
<!-- css div popup start -->
2024-11-26 05:13:10 +00:00
< div id = "div_st28.2" class = "popup_window test_output" style = "display:none;" >
2024-07-08 09:49:53 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2024-11-26 05:13:10 +00:00
onclick="document.getElementById('div_st28.2').style.display='none'">< span
2024-07-08 09:49:53 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2024-07-10 17:45:53 +00:00
< pre class = "text-left" > Not implemented< / pre >
2024-07-08 09:49:53 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt28.3' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestFilePicker - test_two_filepickers< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "failClass" >
2024-07-10 17:45:53 +00:00
< td > TestSetupGdrive< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 1< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c29', 1)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "ft29.1" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSetupGdrive - test_config_gdrive< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft29.1')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft29.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft29.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestGoodreads< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c30', 3)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt30.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestGoodreads - test_author_page< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt30.2' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestGoodreads - test_author_page_invalid< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt30.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestGoodreads - test_goodreads_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "failClass" >
2024-07-10 17:45:53 +00:00
< td > TestKoboSync< / td >
< td class = "text-center" > 12< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 4< / td >
< td class = "text-center" > 8< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c31', 12)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "ft31.1" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_book_download< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft31.1')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft31.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft31.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt31.2' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestKoboSync - test_kobo_about< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt31.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_kobo_limit< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt31.4' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestKoboSync - test_kobo_no_download< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft31.5" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_kobo_sync_selected_shelfs< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft31.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft31.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft31.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "ft31.6" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_shelves_add_remove_books< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft31.6')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft31.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft31.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "ft31.7" class = "none bg-danger" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_changed_book< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft31.7')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft31.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft31.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt31.8' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_invalid< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft31.9" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_reading_state< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft31.9')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft31.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft31.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft31.10" class = "none bg-danger" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_shelf< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft31.10')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft31.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft31.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft31.11" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_unchanged< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft31.11')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft31.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft31.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-08 09:49:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft31.12" class = "none bg-danger" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_upload< / div >
2023-10-18 16:14:00 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft31.12')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft31.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft31.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-03-27 15:58:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "failClass" >
2024-07-10 17:45:53 +00:00
< td > TestKoboSyncBig< / td >
< td class = "text-center" > 6< / td >
2024-08-17 07:28:31 +00:00
< td class = "text-center" > 0< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 6< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c32', 6)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft32.1" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestKoboSyncBig - test_download_cover< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft32.1')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft32.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft32.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "ft32.2" class = "none bg-danger" >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestKoboSyncBig - test_kobo_sync_multi_user< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft32.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft32.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft32.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft32.3" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestKoboSyncBig - test_kobo_sync_selected_shelves< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft32.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft32.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft32.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-10-03 06:12:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft32.4" class = "none bg-danger" >
2023-10-03 06:12:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestKoboSyncBig - test_sync_changed_book< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft32.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft32.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft32.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft32.5" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestKoboSyncBig - test_sync_reading_state< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft32.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft32.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft32.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft32.6" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestKoboSyncBig - test_sync_shelf< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft32.6')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft32.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft32.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-10-31 18:42:54 +00:00
< tr id = "su" class = "passClass" >
2024-07-10 17:45:53 +00:00
< td > TestLdapLogin< / td >
< td class = "text-center" > 13< / td >
2024-10-31 18:42:54 +00:00
< td class = "text-center" > 13< / td >
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c33', 13)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt33.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_LDAP_SSL< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt33.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_LDAP_SSL_CERTIFICATE< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt33.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_LDAP_STARTTLS< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt33.4' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_LDAP_fallback_Login< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt33.5' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_LDAP_import< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt33.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_LDAP_import_memberfield< / div >
< / td >
2024-10-31 18:42:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt33.7' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_LDAP_login< / div >
2023-10-03 06:12:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-03 06:12:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt33.8' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestLdapLogin - test_invalid_LDAP< / div >
2023-10-03 06:12:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-03 06:12:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt33.9' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_about< / div >
2023-10-03 06:12:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt33.10' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_authentication< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt33.11' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_ldap_kobo_sync< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt33.12' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_opds_anonymous< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt33.13' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_opds_download_book< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestSecurity< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c34', 5)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt34.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSecurity - test_login_limit< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt34.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestSecurity - test_opds_limit< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt34.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSecurity - test_password_strength< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt34.4' class = 'hiddenRow bg-success' >
2024-02-17 06:14:48 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestSecurity - test_redis_backend< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt34.5' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSecurity - test_register_limit< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestCalibreWebListOrders< / td >
< td class = "text-center" > 16< / td >
< td class = "text-center" > 16< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c35', 16)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_author_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_download_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_format_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.4' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_formats_click_none< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.5' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_lang_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_language_click_none< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.7' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_order_authors_all_links< / div >
2024-02-17 06:14:48 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-02-17 06:14:48 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.8' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_order_series_all_links< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.9' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_publisher_click_none< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.10' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_publisher_sort< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.11' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_ratings_click_none< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.12' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_ratings_sort< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.13' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_series_click_none< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.14' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_series_sort< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.15' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_tags_click_none< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt35.16' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_tags_sort< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "skipClass" >
< td > TestLogging< / td >
< td class = "text-center" > 9< / td >
< td class = "text-center" > 8< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c36', 9)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt36.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogging - test_access_log_recover< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt36.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestLogging - test_debug_log< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt36.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogging - test_debuginfo_download< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt36.4' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestLogging - test_failed_login< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "st36.5" class = "none bg-warning" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogging - test_failed_register< / div >
2024-07-08 09:49:53 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2024-11-26 05:13:10 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st36.5')" > SKIP< / a >
2024-07-08 09:49:53 +00:00
< / div >
<!-- css div popup start -->
2024-11-26 05:13:10 +00:00
< div id = "div_st36.5" class = "popup_window test_output" style = "display:none;" >
2024-07-08 09:49:53 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2024-11-26 05:13:10 +00:00
onclick="document.getElementById('div_st36.5').style.display='none'">< span
2024-07-08 09:49:53 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2024-07-10 17:45:53 +00:00
< pre class = "text-left" > Not Implemented< / pre >
2024-07-08 09:49:53 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-01-29 07:20:24 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt36.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogging - test_logbook_download< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt36.7' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogging - test_logfile_change< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt36.8' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogging - test_logfile_recover< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt36.9' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogging - test_logviewer< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-11 17:46:07 +00:00
< tr id = "su" class = "passClass" >
2024-07-10 17:45:53 +00:00
< td > TestLogin< / td >
< td class = "text-center" > 19< / td >
2024-11-11 17:46:07 +00:00
< td class = "text-center" > 19< / td >
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c37', 19)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_digest_login< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_capital_letters_user_unicode_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_cookie_steal< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.4' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_delete_admin< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.5' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_empty_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_locale_select< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.7' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_log_hack< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.8' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_protected< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.9' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_remember_me< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.10' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_rename_user< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.11' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_unicode_user_space_end_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.12' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_user_with_space_password_end_space< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.13' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_magic_remote_login< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.14' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_next< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.15' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestLogin - test_password_policy< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-11 17:46:07 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.16' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_proxy_login< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.17' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestLogin - test_proxy_login_multi_user< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-20 11:58:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.18' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestLogin - test_proxy_login_opds< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt37.19' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestLogin - test_robots< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestMergeBooksList< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c38', 2)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt38.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestMergeBooksList - test_book_merge< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt38.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestMergeBooksList - test_delete_book< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-02-16 12:08:39 +00:00
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestOAuthLogin< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c39', 2)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt39.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestOAuthLogin - test_oauth_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt39.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestOAuthLogin - test_visible_oauth< / div >
2023-12-10 06:26:26 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestOPDSFeed< / td >
< td class = "text-center" > 26< / td >
< td class = "text-center" > 26< / td >
< td class = "text-center" > 0< / td >
2024-02-24 17:45:57 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c40', 26)" > Detail< / a >
2024-02-24 17:45:57 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.1' class = 'hiddenRow bg-success' >
2024-02-24 17:45:57 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_access_right_guest< / div >
2024-02-24 17:45:57 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_access_right_user< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-02-24 17:45:57 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.3' class = 'hiddenRow bg-success' >
2024-02-24 17:45:57 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds< / div >
2024-02-24 17:45:57 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.4' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_author< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-02-24 17:45:57 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.5' class = 'hiddenRow bg-success' >
2024-02-24 17:45:57 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_books< / div >
2024-02-24 17:45:57 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_calibre_companion< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-02-24 17:45:57 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.7' class = 'hiddenRow bg-success' >
2024-02-24 17:45:57 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_colon_password< / div >
2024-02-24 17:45:57 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.8' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_cover< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-02-24 17:45:57 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.9' class = 'hiddenRow bg-success' >
2024-02-24 17:45:57 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_download_book< / div >
2024-02-24 17:45:57 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.10' class = 'hiddenRow bg-success' >
2024-02-24 17:45:57 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_formats< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-02-24 17:45:57 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.11' class = 'hiddenRow bg-success' >
2024-02-24 17:45:57 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_guest_user< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-02-24 17:45:57 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.12' class = 'hiddenRow bg-success' >
2023-10-08 13:46:51 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_hot< / div >
2023-12-10 06:26:26 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.13' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_language< / div >
2024-01-14 13:28:08 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-12-12 17:15:48 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.14' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_non_admin< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-01-17 19:29:47 +00:00
2023-12-12 17:15:48 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.15' class = 'hiddenRow bg-success' >
2023-12-12 17:15:48 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_publisher< / div >
2024-01-14 13:28:08 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.16' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_random< / div >
2023-12-12 17:15:48 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-12-12 17:15:48 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.17' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_ratings< / div >
2024-01-14 13:28:08 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.18' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_read_unread< / div >
2024-07-03 13:38:47 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.19' class = 'hiddenRow bg-success' >
2024-07-08 09:49:53 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_search< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.20' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_series< / div >
2024-01-18 18:37:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-18 18:37:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.21' class = 'hiddenRow bg-success' >
2024-01-18 18:37:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_shelf_access< / div >
2024-01-18 18:37:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.22' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_stats< / div >
2024-01-18 18:37:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-18 18:37:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.23' class = 'hiddenRow bg-success' >
2024-01-18 18:37:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_tags< / div >
2024-01-18 18:37:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-18 18:37:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.24' class = 'hiddenRow bg-success' >
2024-01-18 18:37:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_top_rated< / div >
2024-01-18 18:37:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-18 18:37:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.25' class = 'hiddenRow bg-success' >
2024-01-18 18:37:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_unicode_user< / div >
2024-01-18 18:37:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-18 18:37:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt40.26' class = 'hiddenRow bg-success' >
2024-01-18 18:37:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestOPDSFeed - test_recently_added< / div >
2024-01-18 18:37:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestUploadPDF< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c41', 1)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt41.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUploadPDF - test_upload_invalid_pdf< / div >
2024-01-18 18:37:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-01-18 18:37:33 +00:00
< / tr >
2024-08-19 17:21:44 +00:00
< tr id = "su" class = "passClass" >
< td > TestPipInstall< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
2024-08-17 07:28:31 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c42', 3)" > Detail< / a >
2024-08-17 07:28:31 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt42.1' class = 'hiddenRow bg-success' >
2024-08-17 07:28:31 +00:00
< td >
2024-08-19 17:21:44 +00:00
< div class = 'testcase' > TestPipInstall - test_command_start< / div >
2024-08-17 07:28:31 +00:00
< / td >
2024-08-19 17:21:44 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt42.2' class = 'hiddenRow bg-success' >
2024-08-19 17:21:44 +00:00
< td >
< div class = 'testcase' > TestPipInstall - test_foldername_database_location< / div >
2024-08-17 07:28:31 +00:00
< / td >
2024-08-19 17:21:44 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt42.3' class = 'hiddenRow bg-success' >
2024-08-19 17:21:44 +00:00
< td >
< div class = 'testcase' > TestPipInstall - test_module_start< / div >
2024-08-17 07:28:31 +00:00
< / td >
2024-08-19 17:21:44 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-08-17 07:28:31 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "skipClass" >
< td > TestReader< / td >
< td class = "text-center" > 8< / td >
< td class = "text-center" > 7< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c43', 8)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'st43.1' class = 'none bg-warning' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestReader - test_cb7_reader< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > SKIP< / td >
2023-12-12 17:15:48 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt43.2' class = 'hiddenRow bg-success' >
2023-12-12 17:15:48 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestReader - test_comic_MACOS_files< / div >
2023-12-12 17:15:48 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt43.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestReader - test_comic_reader< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-12-12 17:15:48 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt43.4' class = 'hiddenRow bg-success' >
2023-12-12 17:15:48 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestReader - test_epub_reader< / div >
2023-12-12 17:15:48 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt43.5' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestReader - test_pdf_reader< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt43.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestReader - test_single_file_comic< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt43.7' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestReader - test_sound_listener< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt43.8' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestReader - test_txt_reader< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2024-07-10 17:45:53 +00:00
< td > TestReadOnlyDatabase< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 1< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c44', 1)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "et44.1" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestReadOnlyDatabase - test_readonly_path< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et44.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et44.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et44.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-08-23 07:43:30 +00:00
< tr id = "su" class = "passClass" >
< td > TestRegister< / td >
< td class = "text-center" > 8< / td >
< td class = "text-center" > 8< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c45', 8)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt45.1' class = 'hiddenRow bg-success' >
2023-12-12 17:15:48 +00:00
< td >
2024-08-23 07:43:30 +00:00
< div class = 'testcase' > TestRegister - test_forgot_password< / div >
2023-10-18 16:14:00 +00:00
< / td >
2024-08-23 07:43:30 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt45.2' class = 'hiddenRow bg-success' >
2024-08-23 07:43:30 +00:00
< td >
< div class = 'testcase' > TestRegister - test_illegal_email< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt45.3' class = 'hiddenRow bg-success' >
2024-08-23 07:43:30 +00:00
< td >
< div class = 'testcase' > TestRegister - test_limit_domain< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt45.4' class = 'hiddenRow bg-success' >
2024-08-23 07:43:30 +00:00
< td >
< div class = 'testcase' > TestRegister - test_register_no_server< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt45.5' class = 'hiddenRow bg-success' >
2024-08-23 07:43:30 +00:00
< td >
< div class = 'testcase' > TestRegister - test_registering_only_email< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt45.6' class = 'hiddenRow bg-success' >
2024-08-23 07:43:30 +00:00
< td >
< div class = 'testcase' > TestRegister - test_registering_user< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt45.7' class = 'hiddenRow bg-success' >
2024-08-23 07:43:30 +00:00
< td >
< div class = 'testcase' > TestRegister - test_registering_user_fail< / div >
2024-07-10 17:45:53 +00:00
< / td >
2024-08-23 07:43:30 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt45.8' class = 'hiddenRow bg-success' >
2024-08-23 07:43:30 +00:00
< td >
< div class = 'testcase' > TestRegister - test_user_change_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestReverseProxy< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 4< / td >
2023-12-12 17:15:48 +00:00
< td class = "text-center" > 0< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c46', 4)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt46.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestReverseProxy - test_logout< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt46.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestReverseProxy - test_move_page< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt46.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestReverseProxy - test_next< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt46.4' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestReverseProxy - test_reverse_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-10-28 13:24:08 +00:00
< tr id = "su" class = "skipClass" >
2024-07-10 17:45:53 +00:00
< td > TestShelf< / td >
2024-08-23 07:43:30 +00:00
< td class = "text-center" > 17< / td >
2024-10-28 13:24:08 +00:00
< td class = "text-center" > 16< / td >
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c47', 17)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestShelf - test_access_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestShelf - test_add_shelf_from_search< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestShelf - test_adv_search_shelf< / div >
< / td >
2024-10-28 13:24:08 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.4' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestShelf - test_arrange_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.5' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestShelf - test_create_public_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestShelf - test_create_public_shelf_no_permission< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.7' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestShelf - test_delete_book_of_shelf< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.8' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestShelf - test_private_shelf< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.9' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestShelf - test_public_private_shelf< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.10' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestShelf - test_public_shelf< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.11' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestShelf - test_rename_shelf< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.12' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestShelf - test_shelf_action_non_shelf_edit_role< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.13' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestShelf - test_shelf_anonymous< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "st47.14" class = "none bg-warning" >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestShelf - test_shelf_database_change< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-08 09:49:53 +00:00
< td colspan = '6' >
< div class = "text-center" >
2024-11-26 05:13:10 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st47.14')" > SKIP< / a >
2024-07-08 09:49:53 +00:00
< / div >
<!-- css div popup start -->
2024-11-26 05:13:10 +00:00
< div id = "div_st47.14" class = "popup_window test_output" style = "display:none;" >
2024-07-08 09:49:53 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2024-11-26 05:13:10 +00:00
onclick="document.getElementById('div_st47.14').style.display='none'">< span
2024-07-08 09:49:53 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2024-07-10 17:45:53 +00:00
< pre class = "text-left" > Change Database Not Implemented< / pre >
2024-07-08 09:49:53 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.15' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestShelf - test_shelf_long_name< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.16' class = 'hiddenRow bg-success' >
2024-08-23 07:43:30 +00:00
< td >
< div class = 'testcase' > TestShelf - test_shelf_order< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt47.17' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestShelf - test_xss_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestSocket< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c48', 1)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt48.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSocket - test_socket_communication< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2024-07-10 17:45:53 +00:00
< td > TestSplitLibrary< / td >
2024-10-28 13:24:08 +00:00
< td class = "text-center" > 8< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 2< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c49', 8)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et49.1" class = "none bg-info" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSplitLibrary - test_change_ebook< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et49.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et49.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et49.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft49.2" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSplitLibrary - test_convert_ebook< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft49.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft49.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft49.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft49.3" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSplitLibrary - test_download_book< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft49.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft49.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft49.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft49.4" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSplitLibrary - test_email_ebook< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft49.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft49.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft49.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt49.5' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSplitLibrary - test_kobo< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft49.6" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSplitLibrary - test_thumbnails< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft49.6')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft49.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft49.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft49.7" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSplitLibrary - test_upload_ebook< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft49.7')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft49.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft49.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-10-28 13:24:08 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "et49.8" class = "none bg-info" >
2024-10-28 13:24:08 +00:00
< td >
< div class = 'testcase' > TestSplitLibrary - test_wrong_config_lib< / div >
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et49.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et49.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et49.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-10-28 13:24:08 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestSystemdActivation< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c50', 1)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt50.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestSystemdActivation - test_systemd_activation< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
2024-08-19 17:21:44 +00:00
< tr id = "su" class = "passClass" >
2024-07-10 17:45:53 +00:00
< td > TestThumbnailsEnv< / td >
< td class = "text-center" > 1< / td >
2024-08-16 07:31:59 +00:00
< td class = "text-center" > 1< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2024-08-19 17:21:44 +00:00
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c51', 1)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt51.1' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestThumbnailsEnv - test_cover_cache_env_on_database_change< / div >
2023-02-09 18:46:36 +00:00
< / td >
2024-08-19 17:21:44 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "failClass" >
2024-07-10 17:45:53 +00:00
< td > TestThumbnails< / td >
< td class = "text-center" > 8< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" > 5< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c52', 8)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt52.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestThumbnails - test_cache_non_writable< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-08 13:46:51 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft52.2" class = "none bg-danger" >
2023-10-08 13:46:51 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestThumbnails - test_cache_of_deleted_book< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft52.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft52.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft52.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft52.3" class = "none bg-danger" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestThumbnails - test_cover_cache_on_database_change< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft52.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft52.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft52.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft52.4" class = "none bg-danger" >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestThumbnails - test_cover_change_on_upload_new_cover< / div >
2023-02-09 18:46:36 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft52.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft52.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft52.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'st52.5' class = 'none bg-warning' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestThumbnails - test_cover_for_series< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > SKIP< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft52.6" class = "none bg-danger" >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestThumbnails - test_cover_on_upload_book< / div >
2023-02-09 18:46:36 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft52.6')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft52.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft52.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt52.7' class = 'hiddenRow bg-success' >
2024-08-16 07:31:59 +00:00
< td >
< div class = 'testcase' > TestThumbnails - test_remove_cover_from_cache< / div >
< / td >
2024-08-17 07:28:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-08-16 07:31:59 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "ft52.8" class = "none bg-danger" >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestThumbnails - test_sideloaded_book< / div >
2023-02-09 18:46:36 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft52.8')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft52.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft52.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = "su" class = "errorClass" >
2024-07-10 17:45:53 +00:00
< td > TestUpdater< / td >
< td class = "text-center" > 9< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 7< / td >
2024-11-16 06:09:15 +00:00
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 1< / td >
2024-11-26 05:13:10 +00:00
< td class = "text-center" > 1< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c53', 9)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt53.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUpdater - test_check_update_nightly_errors< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt53.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestUpdater - test_check_update_nightly_request_errors< / div >
2021-09-25 06:23:14 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt53.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUpdater - test_check_update_stable_errors< / div >
< / td >
2024-11-16 06:09:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt53.4' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUpdater - test_check_update_stable_versions< / div >
< / td >
2024-11-16 06:09:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt53.5' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUpdater - test_perform_update< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-11-16 06:09:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt53.6' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestUpdater - test_perform_update_stable_errors< / div >
< / td >
2024-11-16 06:09:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "st53.7" class = "none bg-warning" >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUpdater - test_perform_update_timeout< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-08 09:49:53 +00:00
< td colspan = '6' >
< div class = "text-center" >
2024-11-26 05:13:10 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st53.7')" > SKIP< / a >
2024-07-08 09:49:53 +00:00
< / div >
<!-- css div popup start -->
2024-11-26 05:13:10 +00:00
< div id = "div_st53.7" class = "popup_window test_output" style = "display:none;" >
2024-07-08 09:49:53 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2024-11-26 05:13:10 +00:00
onclick="document.getElementById('div_st53.7').style.display='none'">< span
2024-07-08 09:49:53 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2024-07-10 17:45:53 +00:00
< pre class = "text-left" > Takes too long< / pre >
2024-07-08 09:49:53 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = "et53.8" class = "none bg-info" >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestUpdater - test_reconnect_database< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-11-26 05:13:10 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt53.9' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUpdater - test_update_write_protect< / div >
< / td >
2024-11-16 06:09:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-08-17 07:28:31 +00:00
< tr id = "su" class = "passClass" >
2024-08-12 16:30:49 +00:00
< td > TestUploadAudio< / td >
< td class = "text-center" > 12< / td >
2024-08-17 07:28:31 +00:00
< td class = "text-center" > 12< / td >
< td class = "text-center" > 0< / td >
2024-08-12 16:30:49 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c54', 12)" > Detail< / a >
2024-08-12 16:30:49 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt54.1' class = 'hiddenRow bg-success' >
2024-08-12 16:30:49 +00:00
< td >
< div class = 'testcase' > TestUploadAudio - test_upload_aac< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt54.2' class = 'hiddenRow bg-success' >
2024-08-12 16:30:49 +00:00
< td >
< div class = 'testcase' > TestUploadAudio - test_upload_aiff< / div >
< / td >
2024-08-17 07:28:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-08-12 16:30:49 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt54.3' class = 'hiddenRow bg-success' >
2024-08-12 16:30:49 +00:00
< td >
< div class = 'testcase' > TestUploadAudio - test_upload_asf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt54.4' class = 'hiddenRow bg-success' >
2024-08-12 16:30:49 +00:00
< td >
< div class = 'testcase' > TestUploadAudio - test_upload_flac< / div >
< / td >
2024-08-17 07:28:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-08-12 16:30:49 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt54.5' class = 'hiddenRow bg-success' >
2024-08-12 16:30:49 +00:00
< td >
< div class = 'testcase' > TestUploadAudio - test_upload_m4a< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt54.6' class = 'hiddenRow bg-success' >
2024-08-12 16:30:49 +00:00
< td >
< div class = 'testcase' > TestUploadAudio - test_upload_m4b< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt54.7' class = 'hiddenRow bg-success' >
2024-08-12 16:30:49 +00:00
< td >
< div class = 'testcase' > TestUploadAudio - test_upload_mp3< / div >
< / td >
2024-08-17 07:28:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-08-12 16:30:49 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt54.8' class = 'hiddenRow bg-success' >
2024-08-12 16:30:49 +00:00
< td >
< div class = 'testcase' > TestUploadAudio - test_upload_mp4< / div >
< / td >
2024-08-17 07:28:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-08-12 16:30:49 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt54.9' class = 'hiddenRow bg-success' >
2024-08-12 16:30:49 +00:00
< td >
< div class = 'testcase' > TestUploadAudio - test_upload_oggvorbis< / div >
< / td >
2024-08-17 07:28:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-08-12 16:30:49 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt54.10' class = 'hiddenRow bg-success' >
2024-08-12 16:30:49 +00:00
< td >
< div class = 'testcase' > TestUploadAudio - test_upload_ogv< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt54.11' class = 'hiddenRow bg-success' >
2024-08-12 16:30:49 +00:00
< td >
< div class = 'testcase' > TestUploadAudio - test_upload_opus< / div >
< / td >
2024-08-17 07:28:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-08-12 16:30:49 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt54.12' class = 'hiddenRow bg-success' >
2024-08-12 16:30:49 +00:00
< td >
< div class = 'testcase' > TestUploadAudio - test_upload_wav< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-05 17:35:15 +00:00
< tr id = "su" class = "passClass" >
2024-07-10 17:45:53 +00:00
< td > TestUploadEPubs< / td >
< td class = "text-center" > 6< / td >
2024-11-05 17:35:15 +00:00
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c55', 6)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt55.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_comments< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt55.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_cover< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt55.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_cover_formats< / div >
< / td >
2024-08-17 07:28:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt55.4' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_duplicate< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt55.5' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_identifier< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt55.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_lang< / div >
< / td >
2024-11-05 17:35:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-07-08 09:49:53 +00:00
2024-07-10 17:45:53 +00:00
2024-08-04 14:28:49 +00:00
< tr id = "su" class = "passClass" >
2024-07-10 17:45:53 +00:00
< td > TestUserList< / td >
< td class = "text-center" > 18< / td >
2024-08-04 14:28:49 +00:00
< td class = "text-center" > 18< / td >
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c56', 18)" > Detail< / a >
2024-07-10 17:45:53 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.1' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_edit_user_email< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.2' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_list_visibility< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.3' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_user_list_admin_role< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.4' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_user_list_check_sort< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.5' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestUserList - test_user_list_denied_tags< / div >
2023-02-09 18:46:36 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.6' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_user_list_download_role< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.7' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestUserList - test_user_list_edit_button< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-08-04 14:28:49 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2024-07-10 17:45:53 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.8' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_email< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.9' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestUserList - test_user_list_edit_kindle< / div >
2023-12-10 06:26:26 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.10' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.11' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_locale< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.12' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_name< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.13' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_visiblility< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-12-12 17:15:48 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.14' class = 'hiddenRow bg-success' >
2023-12-12 17:15:48 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestUserList - test_user_list_guest_edit< / div >
2023-02-09 18:46:36 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.15' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_user_list_remove_admin< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.16' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_user_list_requests< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.17' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_user_list_search< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt56.18' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserList - test_user_list_sort< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
2023-12-12 17:15:48 +00:00
< td > TestUserLoad< / td >
< td class = "text-center" > 1< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 1< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c57', 1)" > Detail< / a >
2023-12-10 06:26:26 +00:00
< / td >
< / tr >
2023-02-16 12:08:39 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt57.1' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-12-12 17:15:48 +00:00
< div class = 'testcase' > TestUserLoad - test_user_change_vis< / div >
2023-02-09 18:46:36 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
< tr id = "su" class = "passClass" >
2023-12-12 17:15:48 +00:00
< td > TestUserTemplate< / td >
< td class = "text-center" > 21< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 21< / td >
2023-12-12 17:15:48 +00:00
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c58', 21)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-12-12 17:15:48 +00:00
< div class = 'testcase' > TestUserTemplate - test_allow_column_restriction< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-05-17 15:54:43 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.2' class = 'hiddenRow bg-success' >
2021-05-17 15:54:43 +00:00
< td >
2023-12-12 17:15:48 +00:00
< div class = 'testcase' > TestUserTemplate - test_allow_tag_restriction< / div >
2023-02-09 18:46:36 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-12-12 17:15:48 +00:00
< div class = 'testcase' > TestUserTemplate - test_archived_format_template< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.4' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-12-12 17:15:48 +00:00
< div class = 'testcase' > TestUserTemplate - test_author_user_template< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-07-10 17:45:53 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.5' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserTemplate - test_best_user_template< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.6' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestUserTemplate - test_category_user_template< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.7' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserTemplate - test_deny_column_restriction< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.8' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-12-12 17:15:48 +00:00
< div class = 'testcase' > TestUserTemplate - test_deny_tag_restriction< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.9' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-12-12 17:15:48 +00:00
< div class = 'testcase' > TestUserTemplate - test_detail_random_user_template< / div >
2023-12-10 06:26:26 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-12-12 17:15:48 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.10' class = 'hiddenRow bg-success' >
2023-12-12 17:15:48 +00:00
< td >
< div class = 'testcase' > TestUserTemplate - test_download_user_template< / div >
2023-02-16 12:08:39 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.11' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-12-12 17:15:48 +00:00
< div class = 'testcase' > TestUserTemplate - test_format_user_template< / div >
2023-12-10 06:26:26 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-12-12 17:15:48 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.12' class = 'hiddenRow bg-success' >
2023-12-12 17:15:48 +00:00
< td >
< div class = 'testcase' > TestUserTemplate - test_hot_user_template< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-18 16:44:02 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.13' class = 'hiddenRow bg-success' >
2022-06-18 16:44:02 +00:00
< td >
2023-12-12 17:15:48 +00:00
< div class = 'testcase' > TestUserTemplate - test_language_user_template< / div >
2023-12-10 06:26:26 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-12-12 17:15:48 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.14' class = 'hiddenRow bg-success' >
2023-12-12 17:15:48 +00:00
< td >
< div class = 'testcase' > TestUserTemplate - test_limit_book_languages< / div >
2021-04-13 17:08:02 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2021-11-23 18:32:11 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.15' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2023-12-12 17:15:48 +00:00
< div class = 'testcase' > TestUserTemplate - test_list_user_template< / div >
2023-12-10 06:26:26 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-12-12 17:15:48 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.16' class = 'hiddenRow bg-success' >
2023-12-12 17:15:48 +00:00
< td >
< div class = 'testcase' > TestUserTemplate - test_publisher_user_template< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-18 16:44:02 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.17' class = 'hiddenRow bg-success' >
2022-06-18 16:44:02 +00:00
< td >
2023-12-12 17:15:48 +00:00
< div class = 'testcase' > TestUserTemplate - test_random_user_template< / div >
2023-12-10 06:26:26 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-12-12 17:15:48 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.18' class = 'hiddenRow bg-success' >
2023-12-12 17:15:48 +00:00
< td >
< div class = 'testcase' > TestUserTemplate - test_read_user_template< / div >
2021-11-21 12:23:27 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-12-12 17:15:48 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.19' class = 'hiddenRow bg-success' >
2023-12-12 17:15:48 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestUserTemplate - test_recent_user_template< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-12-12 17:15:48 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.20' class = 'hiddenRow bg-success' >
2023-12-12 17:15:48 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestUserTemplate - test_series_user_template< / div >
2023-12-10 06:26:26 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt58.21' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestUserTemplate - test_ui_language_settings< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-11-23 18:32:11 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
2024-08-04 14:28:49 +00:00
< tr id = "su" class = "passClass" >
2021-12-05 12:04:13 +00:00
< td > TestCalibreWebVisibilitys< / td >
2022-04-26 08:49:06 +00:00
< td class = "text-center" > 35< / td >
2024-08-04 14:28:49 +00:00
< td class = "text-center" > 35< / td >
< td class = "text-center" > 0< / td >
2024-07-10 17:45:53 +00:00
< td class = "text-center" > 0< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c59', 35)" > Detail< / a >
2021-12-05 12:04:13 +00:00
< / td >
< / tr >
2021-11-23 18:32:11 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.1' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_about< / div >
2021-11-21 12:23:27 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.2' class = 'hiddenRow bg-success' >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_SMTP_Settings< / div >
2021-04-13 17:08:02 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.3' class = 'hiddenRow bg-success' >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_add_user< / div >
2021-04-13 17:08:02 +00:00
< / td >
2024-08-04 14:28:49 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.4' class = 'hiddenRow bg-success' >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_password< / div >
2021-04-13 17:08:02 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.5' class = 'hiddenRow bg-success' >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_archived< / div >
2021-04-13 17:08:02 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.6' class = 'hiddenRow bg-success' >
2021-08-29 09:31:10 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_authors< / div >
2021-08-29 09:31:10 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-08-29 09:31:10 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.7' class = 'hiddenRow bg-success' >
2021-08-29 09:31:10 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_category< / div >
2021-08-29 09:31:10 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-08-29 09:31:10 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.8' class = 'hiddenRow bg-success' >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_file_formats< / div >
2021-04-13 17:08:02 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-21 17:23:11 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.9' class = 'hiddenRow bg-success' >
2024-07-10 17:45:53 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_hot< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.10' class = 'hiddenRow bg-success' >
2021-04-26 17:03:01 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_language< / div >
2021-04-26 17:03:01 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-21 17:23:11 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.11' class = 'hiddenRow bg-success' >
2021-05-17 15:54:43 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_publisher< / div >
2021-05-17 15:54:43 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-05-17 15:54:43 +00:00
< / tr >
2022-06-18 16:44:02 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.12' class = 'hiddenRow bg-success' >
2022-06-18 16:44:02 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_random< / div >
2022-06-17 08:14:33 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-21 17:23:11 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.13' class = 'hiddenRow bg-success' >
2021-04-21 17:23:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_rated< / div >
2021-04-21 17:23:11 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-04 17:40:34 +00:00
< / tr >
2020-12-09 18:02:10 +00:00
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.14' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_rating< / div >
2020-09-09 05:00:09 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.15' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_read< / div >
2020-09-09 05:00:09 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.16' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_series< / div >
2020-09-09 05:00:09 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.17' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_allow_columns< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-01-26 06:31:01 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.18' class = 'hiddenRow bg-success' >
2022-01-26 06:31:01 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_allow_tags< / div >
2020-12-08 10:24:07 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.19' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2024-07-10 17:45:53 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_archive_books< / div >
2024-07-08 09:49:53 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.20' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_authors_max_settings< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.21' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_change_title< / div >
2020-12-08 10:24:07 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.22' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_checked_logged_in< / div >
2020-12-08 10:24:07 +00:00
< / td >
2023-12-12 17:15:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.23' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_hide_custom_column< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.24' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_link_column_to_read_status< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.25' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_random_books_available< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.26' class = 'hiddenRow bg-success' >
2022-04-26 08:49:06 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_read_status_visible< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-26 08:49:06 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.27' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_request_link_column_to_read_status< / div >
2020-12-08 10:24:07 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.28' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_restrict_columns< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.29' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_restrict_tags< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.30' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_save_views_recent< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.31' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_functions< / div >
2020-12-08 10:24:07 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.32' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_order< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.33' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_string< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.34' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_user_email_available< / div >
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt59.35' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_user_visibility_sidebar< / div >
2020-12-08 10:24:07 +00:00
< / td >
2024-07-10 17:45:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2024-05-12 06:56:20 +00:00
< tr id = "su" class = "passClass" >
< td > TestCalibreHelper< / td >
< td class = "text-center" > 16< / td >
< td class = "text-center" > 16< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2024-11-26 05:13:10 +00:00
< a onclick = "showClassDetail('c60', 16)" > Detail< / a >
2024-05-12 06:56:20 +00:00
< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.1' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.2' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_comma< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.3' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_junior< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.4' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_oneword< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.5' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_roman< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.6' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_Limit_Length< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.7' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_char_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.8' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_chinese_Characters< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.9' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_deg_eur_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.10' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_doubleS< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.11' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_finish_Dot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.12' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_high23< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.13' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_umlauts< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.14' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_random_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.15' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_split_authors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2024-11-26 05:13:10 +00:00
< tr id = 'pt60.16' class = 'hiddenRow bg-success' >
2024-05-12 06:56:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_whitespaces< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr id = 'total_row' class = "text-center bg-grey" >
< td > Total< / td >
2024-11-26 05:13:10 +00:00
< td > 528< / td >
< td > 410< / td >
< td > 54< / td >
< td > 55< / td >
2024-08-12 16:30:49 +00:00
< td > 9< / td >
2020-09-09 05:00:09 +00:00
< td > < / td >
< / tr >
< / table >
< div class = "panel-group" >
< div class = "panel panel-default" >
< div class = "panel-heading" >
< h4 class = "panel-title" >
< a class = "accordion-toggle" data-toggle = "collapse" href = "#collapseOne" >
< span class = "glyphicon glyphicon-plus" > < / span >
Tested environment
< / a >
< / h4 >
< / div >
< div id = "collapseOne" class = "panel-collapse collapse" >
< div class = "panel-body" >
< table id = "libs" class = "table" >
< thead >
< tr >
< th > Program library< / th >
< th > Installed Version< / th >
< th > Test class< / th >
< / tr >
< / thead >
< tbody >
< tr >
< th > Platform< / th >
2024-11-26 05:13:10 +00:00
< td > 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< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Python< / th >
2023-08-23 18:50:39 +00:00
< td > 3.10.12< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
2022-02-09 17:17:00 +00:00
< tr >
< th > APScheduler< / th >
2023-08-24 08:51:16 +00:00
< td > 3.10.4< / td >
2022-02-09 17:17:00 +00:00
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
2024-08-12 16:30:49 +00:00
< th > babel< / th >
< td > 2.16.0< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
2024-06-28 17:38:01 +00:00
< tr >
< th > bleach< / th >
< td > 6.1.0< / td >
< td > Basic< / td >
< / tr >
2022-01-26 06:31:01 +00:00
< tr >
< th > chardet< / th >
2024-08-12 16:30:49 +00:00
< td > 5.2.0< / td >
2022-01-26 06:31:01 +00:00
< td > Basic< / td >
< / tr >
2024-10-28 13:24:08 +00:00
< tr >
< th > cryptography< / th >
< td > 43.0.3< / td >
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > Flask< / th >
2024-08-02 16:21:04 +00:00
< td > 3.0.3< / td >
2023-01-29 07:20:24 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > flask-babel< / th >
2023-12-12 17:15:48 +00:00
< td > 4.0.0< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
2024-07-20 11:58:53 +00:00
< th > Flask-HTTPAuth< / th >
< td > 4.8.0< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
2024-07-20 11:58:53 +00:00
< th > Flask-Limiter< / th >
2024-08-02 16:21:04 +00:00
< td > 3.8.0< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Flask-Principal< / th >
< td > 0.4.0< / td >
< td > Basic< / td >
< / tr >
2021-10-06 16:41:01 +00:00
< tr >
< th > Flask-WTF< / th >
2024-10-28 13:24:08 +00:00
< td > 1.2.2< / td >
2021-10-06 16:41:01 +00:00
< td > Basic< / td >
< / tr >
2021-05-17 15:54:43 +00:00
< tr >
< th > greenlet< / th >
2024-10-28 13:24:08 +00:00
< td > 3.1.1< / td >
2021-08-28 06:24:38 +00:00
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > iso-639< / th >
< td > 0.4.5< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Jinja2< / th >
2024-05-10 07:04:50 +00:00
< td > 3.1.4< / td >
2021-08-28 06:24:38 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > lxml< / th >
2024-06-28 17:38:01 +00:00
< td > 5.2.2< / td >
2022-04-26 08:49:06 +00:00
< td > Basic< / td >
< / tr >
2024-10-31 18:42:54 +00:00
< tr >
< th > netifaces-plus< / th >
< td > 0.12.3< / td >
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
2023-01-29 07:20:24 +00:00
< th > pypdf< / th >
2024-10-28 13:24:08 +00:00
< td > 5.0.1< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
2024-06-24 12:39:28 +00:00
< tr >
< th > python-magic< / th >
< td > 0.4.27< / td >
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > pytz< / th >
2024-10-28 13:24:08 +00:00
< td > 2024.2< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
2024-05-10 07:04:50 +00:00
< tr >
< th > regex< / th >
2024-06-28 17:38:01 +00:00
< td > 2024.5.15< / td >
2024-05-10 07:04:50 +00:00
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > requests< / th >
2024-10-31 18:42:54 +00:00
< td > 2.32.3< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > SQLAlchemy< / th >
2024-10-28 13:24:08 +00:00
< td > 2.0.36< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > tornado< / th >
2024-11-26 05:13:10 +00:00
< td > 6.4.2< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Unidecode< / th >
2024-01-14 13:28:08 +00:00
< td > 1.3.8< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
2024-10-31 18:42:54 +00:00
< tr >
< th > urllib3< / th >
< td > 2.2.3< / td >
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > Wand< / th >
2023-12-10 06:26:26 +00:00
< td > 0.6.13< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Werkzeug< / th >
2024-11-11 17:46:07 +00:00
< td > 3.1.3< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
2021-04-26 17:03:01 +00:00
< tr >
< th > google-api-python-client< / th >
2024-11-21 15:35:27 +00:00
< td > 2.154.0< / td >
2024-02-10 18:49:02 +00:00
< td > TestBackupMetadataGdrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
< td > 0.22.0< / td >
< td > TestBackupMetadataGdrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestBackupMetadataGdrive< / td >
< / tr >
< tr >
< th > PyDrive2< / th >
2024-11-05 17:35:15 +00:00
< td > 1.21.1< / td >
2024-02-10 18:49:02 +00:00
< td > TestBackupMetadataGdrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2024-08-12 16:30:49 +00:00
< td > 6.0.2< / td >
2024-02-10 18:49:02 +00:00
< td > TestBackupMetadataGdrive< / td >
< / tr >
< tr >
< th > google-api-python-client< / th >
2024-11-21 15:35:27 +00:00
< td > 2.154.0< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > httplib2< / th >
2023-03-26 06:19:36 +00:00
< td > 0.22.0< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > PyDrive2< / th >
2024-11-05 17:35:15 +00:00
< td > 1.21.1< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2024-08-12 16:30:49 +00:00
< td > 6.0.2< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
2020-10-06 19:40:47 +00:00
< tr >
< th > google-api-python-client< / th >
2024-11-21 15:35:27 +00:00
< td > 2.154.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
2023-03-26 06:19:36 +00:00
< td > 0.22.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2024-11-05 17:35:15 +00:00
< td > 1.21.1< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2024-08-12 16:30:49 +00:00
< td > 6.0.2< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > google-api-python-client< / th >
2024-11-21 15:35:27 +00:00
< td > 2.154.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
< th > httplib2< / th >
2023-03-26 06:19:36 +00:00
< td > 0.22.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2024-11-05 17:35:15 +00:00
< td > 1.21.1< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
< th > PyYAML< / th >
2024-08-12 16:30:49 +00:00
< td > 6.0.2< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > comicapi< / th >
2023-07-28 11:44:56 +00:00
< td > 3.2.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestEditAdditionalBooks< / td >
< / tr >
< tr >
< th > rarfile< / th >
2024-05-10 07:04:50 +00:00
< td > 4.2< / td >
2020-09-09 05:00:09 +00:00
< td > TestEditAdditionalBooks< / td >
< / tr >
2023-08-23 18:50:39 +00:00
< tr >
< th > py7zr< / th >
2024-08-12 16:30:49 +00:00
< td > 0.22.0< / td >
2023-08-23 18:50:39 +00:00
< td > TestEditBooks< / td >
< / tr >
2022-02-01 19:08:42 +00:00
< tr >
< th > google-api-python-client< / th >
2024-11-21 15:35:27 +00:00
< td > 2.154.0< / td >
2022-02-01 19:08:42 +00:00
< td > TestEditAuthorsGdrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
2023-03-26 06:19:36 +00:00
< td > 0.22.0< / td >
2022-02-01 19:08:42 +00:00
< td > TestEditAuthorsGdrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestEditAuthorsGdrive< / td >
< / tr >
< tr >
< th > PyDrive2< / th >
2024-11-05 17:35:15 +00:00
< td > 1.21.1< / td >
2022-02-01 19:08:42 +00:00
< td > TestEditAuthorsGdrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2024-08-12 16:30:49 +00:00
< td > 6.0.2< / td >
2022-02-01 19:08:42 +00:00
< td > TestEditAuthorsGdrive< / td >
< / tr >
2022-01-30 09:57:29 +00:00
< tr >
< th > beautifulsoup4< / th >
2024-01-18 18:37:33 +00:00
< td > 4.12.3< / td >
2022-01-30 09:57:29 +00:00
< td > TestLoadMetadata< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > google-api-python-client< / th >
2024-11-21 15:35:27 +00:00
< td > 2.154.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
2023-03-26 06:19:36 +00:00
< td > 0.22.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2024-11-05 17:35:15 +00:00
< td > 1.21.1< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2024-08-12 16:30:49 +00:00
< td > 6.0.2< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
2022-01-30 09:57:29 +00:00
< tr >
< th > beautifulsoup4< / th >
2024-01-18 18:37:33 +00:00
< td > 4.12.3< / td >
2022-01-30 09:57:29 +00:00
< td > TestLoadMetadataScholar< / td >
< / tr >
2022-01-26 06:31:01 +00:00
< tr >
< th > scholarly< / th >
2023-01-29 07:20:24 +00:00
< td > 1.7.11< / td >
2022-01-26 06:31:01 +00:00
< td > TestLoadMetadataScholar< / td >
< / tr >
2020-09-12 10:11:33 +00:00
< tr >
< th > google-api-python-client< / th >
2024-11-21 15:35:27 +00:00
< td > 2.154.0< / td >
2024-01-14 13:28:08 +00:00
< td > TestEmbedMetadataGdrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
< td > 0.22.0< / td >
< td > TestEmbedMetadataGdrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestEmbedMetadataGdrive< / td >
< / tr >
< tr >
< th > PyDrive2< / th >
2024-11-05 17:35:15 +00:00
< td > 1.21.1< / td >
2024-01-14 13:28:08 +00:00
< td > TestEmbedMetadataGdrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2024-08-12 16:30:49 +00:00
< td > 6.0.2< / td >
2024-01-14 13:28:08 +00:00
< td > TestEmbedMetadataGdrive< / td >
< / tr >
< tr >
< th > google-api-python-client< / th >
2024-11-21 15:35:27 +00:00
< td > 2.154.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > httplib2< / th >
2023-03-21 19:04:39 +00:00
< td > 0.22.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2024-11-05 17:35:15 +00:00
< td > 1.21.1< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > PyYAML< / th >
2024-08-12 16:30:49 +00:00
< td > 6.0.2< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > goodreads< / th >
< td > 0.3.2< / td >
< td > TestGoodreads< / td >
< / tr >
2021-02-09 17:05:32 +00:00
< tr >
< th > python-Levenshtein< / th >
2024-10-28 13:24:08 +00:00
< td > 0.26.1< / td >
2021-02-09 17:05:32 +00:00
< td > TestGoodreads< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > jsonschema< / th >
2024-07-10 17:45:53 +00:00
< td > 4.23.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestKoboSync< / td >
< / tr >
2021-10-30 05:31:12 +00:00
< tr >
< th > jsonschema< / th >
2024-07-10 17:45:53 +00:00
< td > 4.23.0< / td >
2021-10-30 05:31:12 +00:00
< td > TestKoboSyncBig< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > Flask-SimpleLDAP< / th >
2024-05-10 07:04:50 +00:00
< td > 2.0.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestLdapLogin< / td >
< / tr >
< tr >
< th > jsonschema< / th >
2024-07-10 17:45:53 +00:00
< td > 4.23.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestLdapLogin< / td >
< / tr >
< tr >
< th > python-ldap< / th >
2023-12-10 06:26:26 +00:00
< td > 3.4.4< / td >
2020-09-09 05:00:09 +00:00
< td > TestLdapLogin< / td >
< / tr >
< tr >
< th > Flask-Dance< / th >
2024-05-10 07:04:50 +00:00
< td > 7.1.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestOAuthLogin< / td >
< / tr >
< tr >
< th > SQLAlchemy-Utils< / th >
2024-05-10 07:04:50 +00:00
< td > 0.41.2< / td >
2020-09-09 05:00:09 +00:00
< td > TestOAuthLogin< / td >
< / tr >
2024-08-12 16:30:49 +00:00
< tr >
< th > mutagen< / th >
< td > 1.47.0< / td >
< td > TestUploadAudio< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< / tbody >
< / table >
< / div >
< / div >
< / div >
< / div >
< script >
2024-11-26 05:13:10 +00:00
drawCircle(410, 54, 55, 9);
2021-04-21 17:23:11 +00:00
showCase(5);
2020-09-09 05:00:09 +00:00
< / script >
2021-10-06 16:41:01 +00:00
2020-09-09 05:00:09 +00:00
< footer >
< div id = 'foter' class = "text-center" >
< p > Made with HTMLTestRunner from https://github.com/oldani/HtmlTestRunner< / p >
< / div >
< / footer >
< / body >
< / html >