https://bz.mercurial-scm.org/show_bug.cgi?id=6643

            Bug ID: 6643
           Summary: test-http-bad-server.t test failure
           Product: Mercurial
           Version: 6.0.2
          Hardware: All
                OS: NetBSD
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: t...@giga.or.at
                CC: mercurial-devel@mercurial-scm.org
    Python Version: ---

There is a new test failure in 6.0.2 with python 3.10 on NetBSD:

---
/scratch/devel/py-mercurial/work/mercurial-6.0.2/tests/test-http-bad-server.t   
+++
/scratch/devel/py-mercurial/work/mercurial-6.0.2/tests/test-http-bad-server.t.err
 
@@ -739,7 +739,7 @@                                                             

   $ hg clone http://localhost:$HGPORT/ clone                                 
   requesting all changes                                                       
-  abort: HTTP request error (incomplete response) (py3 !)                    
+  abort: HTTP request error (incomplete response; expected 4 bytes got 3)      
   abort: HTTP request error (incomplete response; expected 4 bytes got 3)
(no-py3 !)                                                                      
   (this may be an intermittent network failure; if the error persists,
consider contacting the network or server operator)                             
   [255]                    
@@ -784,7 +784,7 @@    

   $ hg clone http://localhost:$HGPORT/ clone                                 
   requesting all changes                                                       
-  abort: HTTP request error (incomplete response) (py3 !)                    
+  abort: HTTP request error (incomplete response; expected 4 bytes got 3)
   abort: HTTP request error (incomplete response; expected 4 bytes got 3)
(no-py3 !)                                                                      
   (this may be an intermittent network failure; if the error persists,
consider contacting the network or server operator)                             
   [255]                                                                        
@@ -982,7 +982,7 @@                                                             
   adding changesets
   transaction abort!                                                           
   rollback completed
-  abort: HTTP request error (incomplete response) (py3 !)                      
+  abort: HTTP request error (incomplete response; expected 466 bytes got 7)  
   abort: HTTP request error (incomplete response; expected 466 bytes got 7)
(no-py3 !)                                                                      
   (this may be an intermittent network failure; if the error persists,
consider contacting the network or server operator)                             
   [255]                                                                        
@@ -1097,7 +1097,7 @@                                                           
   adding file changes                                                        
   transaction abort!                                                         
   rollback completed                                                         
-  abort: HTTP request error (incomplete response) (py3 !)
+  abort: HTTP request error (incomplete response; expected 32 bytes got 9)   
   abort: HTTP request error (incomplete response; expected 32 bytes got 9)
(no-py3 !)                                                                      
   (this may be an intermittent network failure; if the error persists,
consider contacting the network or server operator)                             
   [255]                                                                      

ERROR: test-http-bad-server.t output changed

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to