5a77afa8fb
This test allocates ridiculous amounts of memory for certain random seeds. This test doesn't benefit from the extra queue depth, or the larger I/O sizes, so just pick more reasonable numbers that suffice for this unit test. Some of the failing seeds in the test pool resulted in >30GB of total memory allocated, according to valgrind. Eventually we need to remove the randomness from all of the unit tests, but at least this gets us past this intermittent failure. Fixes issue #692. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Ia882fda8ef449c8537f76c878008aaf469ae7bd7 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/448193 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>