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

KSQL-12239 | Enable all the IT tests and skip registering SecurityManager. #10405

Open
wants to merge 8 commits into
base: 7.6.x
Choose a base branch
from

Conversation

pbadani
Copy link
Member

@pbadani pbadani commented Aug 13, 2024

Description

SecurityManager is marked for deprecation in java 17. This PR is opened to verify the failing ITs were due to the custom SecurityManager registered while loading the user defined functions.

Testing done

Describe the testing strategy. Unit and integration tests are expected for any behavior changes.

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")
  • Do these changes have compatibility implications for rollback? If so, ensure that the ksql command version is bumped.

@pbadani pbadani requested a review from a team as a code owner August 13, 2024 11:09
* KSQL-12239 | Enable all the IT tests and skip registering SecurityManager

* KSQL-12239 | Remove unused import.
* KSQL-12239 | Enable all the IT tests and skip registering SecurityManager

* KSQL-12239 | Remove unused import.

* KSQL-12239 | Fix some integration tests.
* KSQL-12239 | Enable all the IT tests and skip registering SecurityManager

* KSQL-12239 | Remove unused import.

* KSQL-12239 | Fix some integration tests.

* KSQL-12239 | Fix checkstyle error.
* KSQL-12239 | Enable all the IT tests and skip registering SecurityManager

* KSQL-12239 | Remove unused import.

* KSQL-12239 | Fix some integration tests.

* KSQL-12239 | Fix checkstyle error.

* KSQL-12239 | Fix checkstyle error.
…44)

* KSQL-12239 | Enable all the IT tests and skip registering SecurityManager

* KSQL-12239 | Remove unused import.

* KSQL-12239 | Fix some integration tests.

* KSQL-12239 | Fix checkstyle error.

* KSQL-12239 | Fix checkstyle error.

* KSQL-12239 | Fix the unit test for SandboxedSchemaRegistryClientTest
…ionTest (#45)

* KSQL-12239 | Enable all the IT tests and skip registering SecurityManager

* KSQL-12239 | Remove unused import.

* KSQL-12239 | Fix some integration tests.

* KSQL-12239 | Fix checkstyle error.

* KSQL-12239 | Fix checkstyle error.

* KSQL-12239 | Fix the unit test for SandboxedSchemaRegistryClientTest

* KSQL-12239 | Ignore a test in PullBandwidthThrottleIntegrationTest
…s repo (#46)

* KSQL-12239 | Enable all the IT tests and skip registering SecurityManager

* KSQL-12239 | Remove unused import.

* KSQL-12239 | Fix some integration tests.

* KSQL-12239 | Fix checkstyle error.

* KSQL-12239 | Fix checkstyle error.

* KSQL-12239 | Fix the unit test for SandboxedSchemaRegistryClientTest

* KSQL-12239 | Ignore a test in PullBandwidthThrottleIntegrationTest

* KSQL-12239 | Add connect-test-plugins test dependency for ksqldb-tools repo
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