Skip to content

Don't see log output of concurrently running tests in testRunner.log #52

@tillrohrmann

Description

@tillrohrmann

When running the KafkaIngress tests for example, I only see the log output of handleEventInCounterService but not the output of handleEventInEventHandler. When looking at the overall testRunner.log of the whole run, then I do see the output. Could it be that we are matching on some of the labels? I noticed that the output I see has the format

2025-05-16T13:05:22,339 INFO  [KafkaIngress][ForkJoinPool-1-worker-1] d.re.sdktesting.tests.KafkaIngress - Produced record with key 57392b9e-1a8a-4604-ad8b-a42542440b51 to topic counter at offset 0

Whereas the log output that I don't see in the test specific testRunner.log has the following format

2025-05-16T13:05:22,339 INFO  [][ForkJoinPool-1-worker-2] d.re.sdktesting.tests.KafkaIngress - Produced record with key null to topic event-handler at offset 0

Note the [] which does not seem to contain KafkaIngress.

@slinkydeveloper could this be a misconfiguration?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions