opensearch-project / performance-analyzer-rca

The Performance Analyzer RCA is a framework that builds on the Performance Analyzer engine to support root cause analysis (RCA) of performance and reliability problems for OpenSearch instances.
https://opensearch.org/docs/latest/monitoring-plugins/pa/rca/index/
Apache License 2.0
29 stars 56 forks source link

[BUG] Integ tests failing #561

Open atharvasharma61 opened 2 months ago

atharvasharma61 commented 2 months ago

What is the bug? Integ tests are failing during the docker setup with the error:

121.5 Collecting supervisor
121.7   Could not fetch URL https://pypi.python.org/simple/supervisor/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618) - skipping
121.7   Could not find a version that satisfies the requirement supervisor (from versions: )
121.7 No matching distribution found for supervisor

How can one reproduce the bug? Steps to reproduce the behavior:

 ./gradlew enableRca -Dbuild.docker_jdk_ver=17;

What is the expected behavior? A clear and concise description of what you expected to happen.

What is your host/environment?

Do you have any screenshots? If applicable, add screenshots to help explain your problem.

Do you have any additional context? Add any other context about the problem.

dblock commented 2 months ago

[Catch All Triage - 1, 2]