Uploaded image for project: 'Bookkeeper'
  1. Bookkeeper
  2. BOOKKEEPER-1

Static variable makes tests fail

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0.0
    • None
    • None

    Description

      The following final static variable is causing LedgerDeleteTest to fail:

      final static long LOG_SIZE_LIMIT = Long.getLong("logSizeLimit", 2 * 1024 * 1024 * 1024L);
      

      because the test counts on the value of the variable to change and the new maven setup uses a single process by default, so the value of the variable doesn't change.

      Attachments

        1. BOOKKEEPER-1.patch
          0.7 kB
          Flavio Paiva Junqueira
        2. BOOKKEEPER-1.patch
          0.7 kB
          Flavio Paiva Junqueira

        Activity

          People

            ikelly Ivan Kelly
            fpj Flavio Paiva Junqueira
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: