bzr selftest (on solaris 10): too may open files

Voelker, Bernhard bernhard.voelker at siemens.com
Mon Nov 17 15:38:42 GMT 2008


Hi,

did anyone ever try `bzr selftest` on Solaris?

I tried it (bzr 1.9 on Solaris 5.10 with Python 2.4.4) but it cowardly
failed:

	... many of these before ...

	ERROR: test_store.TestTransportStore.test_add_prefixed

	    [Errno 24] Too many open files: '/tmp/testbzr8Ib2d2.log'
	
	ERROR: test_store.TestTransportStore.test_add_simple

	    [Errno 24] Too many open files: '/tmp/testbzrqoleGV.log'
	
	ERROR: test_store.TestTransportStore.test_add_simple_suffixed

	    [Errno 24] Too many open files: '/tmp/testbzrtmJGu0.log'
	
	... many of these afterwards ...

I thought 256 should be enough.

	$ ulimit -a
	time(seconds)        unlimited
	file(blocks)         unlimited
	data(kbytes)         2097152
	stack(kbytes)        8192
	coredump(blocks)     unlimited
	nofiles(descriptors) 256
	vmemory(kbytes)      unlimited 

Have a nice day,
Berny



More information about the bazaar mailing list