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

CaptureLogs.java:45-50: Make '@CaptureLogs' thread-safe.... #3181

Open
0pdd opened this issue May 9, 2024 · 2 comments
Open

CaptureLogs.java:45-50: Make '@CaptureLogs' thread-safe.... #3181

0pdd opened this issue May 9, 2024 · 2 comments

Comments

@0pdd
Copy link

0pdd commented May 9, 2024

The puzzle 2896-621330ec from #2896 has to be resolved:

* @todo #2896:90min Make '@CaptureLogs' thread-safe.
* 'Logs' should contain only messages related to the test.
* Currently, '@CaptureLogs' appends all messages that
* were logged via 'Logger' to 'Logs', so messages from
* other tests (run in parallel) are also included, which causes
* problems when tests are run in parallel.

The puzzle was created by rultor on 09-May-24.

Estimate: 90 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Copy link

github-actions bot commented May 9, 2024

@0pdd thanks for detailed and disciplined report.

@0pdd
Copy link
Author

0pdd commented May 9, 2024

@0pdd thanks for detailed and disciplined report.

I see you're talking to me, but I can't reply since I'm not a chat bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant