##// END OF EJS Templates
tests: fix http-bad-server expected errors for python 3.10 (issue6643)...
pacien -
r50394:4f36738a default
parent child Browse files
Show More
@@ -659,7 +659,7 b' Server sends partial bundle2 header magi'
659
659
660 $ hg clone http://localhost:$HGPORT/ clone
660 $ hg clone http://localhost:$HGPORT/ clone
661 requesting all changes
661 requesting all changes
662 abort: HTTP request error (incomplete response) (py3 !)
662 abort: HTTP request error (incomplete response*) (glob)
663 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
663 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
664 [255]
664 [255]
665
665
@@ -703,7 +703,7 b' Server sends incomplete bundle2 stream p'
703
703
704 $ hg clone http://localhost:$HGPORT/ clone
704 $ hg clone http://localhost:$HGPORT/ clone
705 requesting all changes
705 requesting all changes
706 abort: HTTP request error (incomplete response) (py3 !)
706 abort: HTTP request error (incomplete response*) (glob)
707 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
707 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
708 [255]
708 [255]
709
709
@@ -904,7 +904,7 b' Server stops after bundle2 part payload '
904 adding changesets
904 adding changesets
905 transaction abort!
905 transaction abort!
906 rollback completed
906 rollback completed
907 abort: HTTP request error (incomplete response) (py3 !)
907 abort: HTTP request error (incomplete response*) (glob)
908 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
908 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
909 [255]
909 [255]
910
910
@@ -1021,7 +1021,7 b' Server stops sending after 0 length payl'
1021 adding file changes
1021 adding file changes
1022 transaction abort!
1022 transaction abort!
1023 rollback completed
1023 rollback completed
1024 abort: HTTP request error (incomplete response) (py3 !)
1024 abort: HTTP request error (incomplete response*) (glob)
1025 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
1025 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
1026 [255]
1026 [255]
1027
1027
General Comments 0
You need to be logged in to leave comments. Login now