• Dmitry Lenev's avatar
    Fix for bug #11765505 - "58480: LARGE_TESTS.LOCK_TABLES_BIG · 901226b6
    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.
    901226b6
lock_tables_big.test 1018 Bytes