testlog. session_main files gets created for some reason

Issue #546 resolved
Desrever Nu created an issue

No description provided.

Comments (9)

  1. Benjamin Cordes

    this is AFAICS during test. when no session is defined then "main" gets used. I changed test_logback so that session_test folder will be used.

  2. Desrever Nu reporter
    • changed status to open

    Re opening :

    When running TestWrappers.java two files are created in the wrong directory :

    session_test/ui_standard.log
    session_test/ui_verbose.log
    

    I expect the testing output to be like in 0.2.0 , saved under dynamically named directory :

     logs/tests/<TestName>_underscore
    

    And containing html and .log files.

  3. Benjamin Cordes

    should be fixed. I added the line MDC.put("session", testName); to each test and changed test_logback to logs/tests/${session}/standard.html

  4. Desrever Nu reporter

    All tests (at least manual) uses the method InitTests.setLoggingFilename(LOG) which used to work exactly that way. Please check

  5. Log in to comment