Test files are found and indexed by scanner. Later on, scanner tries to find these tests, as they are referenced in the xunit report, but fails. The lookup key seems to match.
What could possibly be the cause of this failure?
15:33:25.785 DEBUG: 'tests/test_customized_components/test_drift_metrics.py' indexed as test with language 'py'
...
15:33:33.455 DEBUG: Trying to find a SonarQube resource for test case 'tests.test_customized_components.test_drift_metrics'
15:33:33.460 DEBUG: Using the key 'tests/test_customized_components/test_drift_metrics.py' to lookup the resource in SonarQube
15:33:33.463 DEBUG: Using the key 'tests/test_customized_components.py' to lookup the resource in SonarQube
15:33:33.468 WARN: The resource for 'tests.test_customized_components.test_drift_metrics' is not found, drilling down to the details of this test won't be possible
(Running Sonarqube 9.9.2.77730 locally)