Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waiting for 1 sarif report(s) in a loop polluting idea.log #1735

Open
tyuldashev opened this issue Jan 23, 2023 · 0 comments
Open

Waiting for 1 sarif report(s) in a loop polluting idea.log #1735

tyuldashev opened this issue Jan 23, 2023 · 0 comments
Assignees
Labels
comp-sarif Issue is related to SARIF report or Problems tab ctg-bug Issue is a bug

Comments

@tyuldashev
Copy link
Collaborator

Description
There are a lot of such records in idea.log:

INFO - STDOUT - | UtBot - IntelliJApiHelper         | [THREAD_POOL]: Waiting for 1 sarif report(s) in a loop, indicator[Write test cases for class CommonMocksExample; 90%]

To Reproduce

I'm not sure how exactly it's started, probably just after some test generation with some specific conditions. Here are two examples, for classes from UTBot project: org.utbot.examples.mock.CommonMocksExample and org.utbot.examples.collections.Lists

Actual behavior

There are a lot of records in the idea.log even when test generation already finished. And they continue to appear in the log without stopping till I restart IDEA:

2023-01-23 14:28:47,359 [11189491]   INFO - STDOUT - | UtBot - IntelliJApiHelper         | [THREAD_POOL]: Waiting for 1 sarif report(s) in a loop, indicator[Write test cases for class CommonMocksExample; 90%]
2023-01-23 14:28:52,360 [11194492]   INFO - STDOUT - | UtBot - IntelliJApiHelper         | [THREAD_POOL]: Waiting for 1 sarif report(s) in a loop, indicator[Write test cases for class CommonMocksExample; 90%]

Visual proofs (screenshots, logs, images)

image

image

@tyuldashev tyuldashev added ctg-bug Issue is a bug comp-sarif Issue is related to SARIF report or Problems tab labels Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-sarif Issue is related to SARIF report or Problems tab ctg-bug Issue is a bug
Projects
Status: Todo
Development

No branches or pull requests

2 participants