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

[DO NOT MERGE] Ksql image poc 80 #196

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

rahejaprince
Copy link
Member

No description provided.

@Copilot Copilot bot review requested due to automatic review settings February 20, 2025 16:49
@rahejaprince rahejaprince requested a review from a team as a code owner February 20, 2025 16:49

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 9 changed files in this pull request and generated no comments.

Files not reviewed (6)
  • cp-ksqldb-server/Dockerfile.ubi8: Language not supported
  • cp-ksqldb-server/include/etc/confluent/docker/configure: Language not supported
  • cp-ksqldb-server/include/etc/confluent/docker/connect-propertiesSpec.json: Language not supported
  • cp-ksqldb-server/include/etc/confluent/docker/ensure: Language not supported
  • cp-ksqldb-server/include/etc/confluent/docker/ksqldb-server-propertiesSpec.json: Language not supported
  • pom.xml: Language not supported
Comments suppressed due to low confidence (2)

cp-ksqldb-server/test/test_ksql_server.py:62

  • The subprocess.run call uses capture_output=True and text=True, but the decode() method call was removed. This might affect the output handling if the output is expected to be a string.
return subprocess.run(cmd, env=os.environ, check=True, capture_output=True, shell=True, text=True)

cp-ksqldb-server/test/test_ksql_server.py:101

  • The timeout parameter in the retry function call was changed from 600 to 20. This might cause the test to fail if the server takes longer to start. Please confirm if this change is intentional.
retry(client.info, timeout=20)
@rahejaprince rahejaprince marked this pull request as draft February 20, 2025 16:53
@sonarqube-confluent

This comment has been minimized.

@sonarqube-confluent

This comment has been minimized.

@sonarqube-confluent
Copy link

Passed

Analysis Details

5 Issues

  • Bug 0 Bugs
  • Vulnerability 1 Vulnerability
  • Code Smell 4 Code Smells

Coverage and Duplications

  • Coverage No coverage information (0.00% Estimated after merge)
  • Duplications No duplication information (0.00% Estimated after merge)

Project ID: ksql-images

View in SonarQube

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

Successfully merging this pull request may close these issues.

1 participant