Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-28104 Improving checking and failure handling for configuration-exercised code
  3. HBASE-27985

org.apache.hadoop.hbase.TestHBaseTestingUtility failed when setting call queue read ratio to a large value

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      What happened

      org.apache.hadoop.hbase.TestHBaseTestingUtility#testMiniZooKeeperWithMultipleServers failed when trying to run with hbase.ipc.server.callqueue.read.ratio=1782718229

      How to reproduce

      1. set hbase.ipc.server.callqueue.read.ratio=1782718229
      2. run org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler#testCallQueueInfo
        you should observe the following failure:
      java.lang.AssertionError: expected:<10> but was:<9>	at org.junit.Assert.fail(Assert.java:89)	at org.junit.Assert.failNotEquals(Assert.java:835)	at org.junit.Assert.assertEquals(Assert.java:647)	at org.junit.Assert.assertEquals(Assert.java:633)	at org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler.testCallQueueInfo(TestSimpleRpcScheduler.java:176) 

      Attachments

        1. reproduce.sh
          0.7 kB
          ConfX

        Activity

          People

            Unassigned Unassigned
            FuzzingTeam ConfX
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: