Skip to content

Commit

Permalink
objectionary#2896: Edited todo
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Apr 16, 2024
1 parent 1ac17d7 commit 512e360
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@

/**
* Captured logs annotation for tests.
* @todo #2896:90min Logs should contains only messages related to
* the test. Now it appends all messages that were logged via Logger,
* so massages from other tests(in parallel) are included too.
* @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.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.ANNOTATION_TYPE})
Expand Down

0 comments on commit 512e360

Please sign in to comment.