]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix ceph_test_async_driver failed 4135/head
authorHaomai Wang <haomaiwang@gmail.com>
Sun, 22 Mar 2015 15:59:19 +0000 (23:59 +0800)
committerHaomai Wang <haomaiwang@gmail.com>
Sun, 22 Mar 2015 15:59:19 +0000 (23:59 +0800)
commitcd11daa2d21b7b059df9877cad38432678bb6161
tree6dc12e9878b148aec448f82955ac8bad0a8f0ede
parent297b9f9e549092ccda71d02460f4b7511a168405
Fix ceph_test_async_driver failed

This test will create 10000 sockets which will failed because of limited system fd. Actually we only need to create several hundreds sockets and it's enough to get the test's goal.

Fix bug #11198
src/test/msgr/test_async_driver.cc