Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-1763

build broken due to gc tests failing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • JAVA8 1.1.0.GA
    • None
    • Java S2I
    • None
    • CLOUD Maintenance Sprint 7

      The gc tests check that gc-related arguments are passed to Java for the OpenJDK image. These tests are written in such a way that they check all of the java options. They have started to fail since the merge of CLOUD-736, which added a java option that the test was not aware of.

      The fix should be to adjust the test to check for the gc-related java options without precluding other options being passed.

      An alternative fix would be to add this specific option ("-XX:+ExitOnOutOfMemoryError") to the list that the gc tests check for: however, this is not gc-related, and the tests will break again the next time some other configuration adds (or removes) java options.

              jdowland@redhat.com Jonathan Dowland
              jdowland@redhat.com Jonathan Dowland
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: