Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-6784

TestCoprocessorScanPolicy is sometimes flaky when run locally

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.94.2
    • None
    • None

    Description

      The problem is not seen in jenkins build.
      When we run TestCoprocessorScanPolicy.testBaseCases locally or in our internal jenkins we tend to get random failures. The reason is the 2 puts that we do here is sometimes getting the same timestamp. This is leading to improper scan results as the version check tends to skip one of the row seeing the timestamp to be same. Marking this as minor. As we are trying to solve testcase related failures just raising this incase we need to resolve this also.

      For eg,
      Both the puts are getting the time

      time 1347635287360
      time 1347635287360
      

      Attachments

        1. 6784.txt
          0.9 kB
          Lars Hofhansl

        Activity

          People

            larsh Lars Hofhansl
            ram_krish ramkrishna.s.vasudevan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: