• Dmitry Lenev's avatar
    Fix for bug #11765505 - "58480: LARGE_TESTS.LOCK_TABLES_BIG · 626b835f
    Dmitry Lenev authored
    IS FAILING".
    
    The problem was that large_tests.lock_tables_big test was
    failing due to exceeding open files limit on platforms where
    this limit was set too low (this test simultaneously opens
    approx. 6000 files).
    
    This patch solves this issue by ensuring that this test is
    skipped on such platforms.
    626b835f
lock_tables_big.test 1018 Bytes