[Xapian-tickets] [Xapian] #373: remotetcp tests all fail on MacOS X (was: osx build results update)

Xapian nobody at xapian.org
Mon May 18 08:20:02 BST 2009


#373: remotetcp tests all fail on MacOS X
------------------------+---------------------------------------------------
 Reporter:  ijansch     |       Owner:  olly    
     Type:  defect      |      Status:  assigned
 Priority:  normal      |   Milestone:  1.0.13  
Component:  Test Suite  |     Version:  1.0.12  
 Severity:  normal      |    Keywords:          
Blockedby:              |    Platform:  Mac OS X
 Blocking:              |  
------------------------+---------------------------------------------------

Comment(by olly):

 OK, we're getting somewhere at least - there's a problem is binding to the
 port on localhost for some reason.

 Do any of these work any better:

 {{{
 #!sh
 bin/xapian-tcpsrv --one-shot --interface localhost --port 1239
 tests/.flint/db=apitest_simpledata
 }}}

 {{{
 #!sh
 bin/xapian-tcpsrv --one-shot --interface ::1 --port 1239
 tests/.flint/db=apitest_simpledata
 }}}

 {{{
 #!sh
 bin/xapian-tcpsrv --one-shot --port 1239
 tests/.flint/db=apitest_simpledata
 }}}

 If not, try them with a different, higher port I guess - say port 54321.

-- 
Ticket URL: <http://trac.xapian.org/ticket/373#comment:7>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list