-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Description
I added those dependencies to my project and they started to write unexpected logs to my terminal.
I'm submitting a ...
Bug to @eroshenkoam from Allure chat in Telegram
What is the current behavior?
I see these rows in my logs:
timestamp = 2020-09-17T14:18:40.851, name = closeBrowser, allure.fixture = tear_down, event = start, uuid = 9998a546-eabe-4abc-9170-cc57e0c455fa and they duplicate many times
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Just add those dependencies
Please tell us about your environment:
<allure-junit5.version>2.13.5</allure-junit5.version>
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-junit5</artifactId>
<version>${allure-junit5.version}</version>
</dependency>
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-okhttp3</artifactId>
<version>${allure-junit5.version}</version>
</dependency>
Other information
INFO: Detected dialect: W3C
timestamp = 2020-09-17T14:18:14.786, allure.fixture = prepare, event = stop, uuid = 318aad45-8e0b-48ac-9bbe-fb097b5e5e1ctimestamp = 2020-09-17T14:18:14.787, name = prepareData, allure.fixture = prepare, event = start, uuid = ba3d4700-e7b5-4260-8285-028b0445cd99log4j:WARN No appenders could be found for logger (freemarker.cache).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
timestamp = 2020-09-17T14:18:18.233, allure.fixture = prepare, event = stop, uuid = ba3d4700-e7b5-4260-8285-028b0445cd99timestamp = 2020-09-17T14:18:40.521, name = deletePreparedData, allure.fixture = tear_down, event = start, uuid = b6c87365-c719-4a79-824d-23479802d0a4timestamp = 2020-09-17T14:18:40.741, allure.fixture = tear_down, event = stop, uuid = b6c87365-c719-4a79-824d-23479802d0a4timestamp = 2020-09-17T14:18:40.741, name = clearBrowser, allure.fixture = tear_down, event = start, uuid = 3615a6e2-44c1-413c-8c3e-e5bc931ad5fatimestamp = 2020-09-17T14:18:40.811, allure.fixture = tear_down, event = stop, uuid = 3615a6e2-44c1-413c-8c3e-e5bc931ad5faFinish: Create channel post
timestamp = 2020-09-17T14:18:40.851, name = closeBrowser, allure.fixture = tear_down, event = start, uuid = 9998a546-eabe-4abc-9170-cc57e0c455fatimestamp = 2020-09-17T14:18:40.916, allure.fixture = tear_down, event = stop, uuid = 9998a546-eabe-4abc-9170-cc57e0c455fa```
Process finished with exit code 0`
Metadata
Metadata
Assignees
Labels
No labels