Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2173

Incorrect reset of log level in integration test

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 3.4.0
    • 3.3.6, 3.4.1
    • server
    • None

    Description

      This issue is regarding GremlinServerIntegrateTest.java and other similar tests.

      In the @After method, the intention is to reset the log level which was temporarily changed in the @Before method for the duration of the test. However, instead of resetting to the original state, the code ends up setting the same log level again.

      Proposed fix:
      Do not mutate the previousLogLevel field in the @After methods [1][2]

      [1]https://github.com/apache/tinkerpop/blob/master/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java#L149
      [2]https://github.com/apache/tinkerpop/blob/master/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinDriverIntegrateTest.java#L124 

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            divijvaidya Divij Vaidya
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: