> On 25 Sep 2016, at 04:56, Carl-Daniel Hailfinger > <[email protected]> wrote: > > I am currently developing some experimental NBD protocol extensions to > change the characteristics of the backing store. Now I want to test > whether my implementation actually survives a stress test. > Which applications can test a NBD server thoroughly? So far, I have used > nbd-verify 0.4 and it did uncover one bug. However, there are probably > other testing programs as well. I'm especially looking for tests of > unaligned read/write/trim. > > Any hints would be appreciated.
Have you tried nbd-tester-client (in nbd/tests/run)? In particular the integrity test stuff, which does a pretty thorough stress test. >From memory "make check" runs all the tests, though I think it skips the 'huge' integrity test. It's easy enough to re-enable that. -- Alex Bligh ------------------------------------------------------------------------------ _______________________________________________ Nbd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nbd-general
