Skip to content

KAFKA-12790: Remove SslTransportLayerTest.testUnsupportedTlsVersion#10922

Merged
ijuma merged 3 commits into
apache:trunkfrom
ijuma:kafka-12786-ssltransportlayertest-tls1011
Jun 27, 2021
Merged

KAFKA-12790: Remove SslTransportLayerTest.testUnsupportedTlsVersion#10922
ijuma merged 3 commits into
apache:trunkfrom
ijuma:kafka-12786-ssltransportlayertest-tls1011

Conversation

@ijuma

@ijuma ijuma commented Jun 23, 2021

Copy link
Copy Markdown
Member

Support for TLS 1.0/1.1 was disabled in recent versions of Java 8/11
and all versions of 16 causing this test to fail.

It is possible to make it work by updating the relevant security property,
but it has to be done before the affected classes are loaded and it can
not be disabled after that. Given the low value of the test, we remove
it.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

… recent JDKs

Support for TLS 1.0 and 1.1 was disabled in recent versions of Java 8/11
and all versions of 16. Re-enable it in this test so that we can verify
the server behavior when it establishes connections with such TLS
versions.

@rajinisivaram rajinisivaram left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@ijuma Thanks for the PR, LGTM

@showuon showuon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM! Thanks for fixing the failed tests!

@rajinisivaram rajinisivaram left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@ijuma Thanks for the update LGTM

@ijuma ijuma changed the title KAFKA-12790: Fix SslTransportLayerTest.testUnsupportedTlsVersion with recent JDKs KAFKA-12790: Delete SslTransportLayerTest.testUnsupportedTlsVersion Jun 27, 2021
@ijuma ijuma changed the title KAFKA-12790: Delete SslTransportLayerTest.testUnsupportedTlsVersion KAFKA-12790: Remove SslTransportLayerTest.testUnsupportedTlsVersion Jun 27, 2021
@ijuma
ijuma merged commit 12aa595 into apache:trunk Jun 27, 2021
@ijuma
ijuma deleted the kafka-12786-ssltransportlayertest-tls1011 branch June 27, 2021 21:15
ijuma added a commit that referenced this pull request Jun 27, 2021
…10922)

Support for TLS 1.0/1.1 was disabled in recent versions of Java 8/11
and all versions of 16 causing this test to fail.

It is possible to make it work by updating the relevant security property,
but it has to be done before the affected classes are loaded and it can
not be disabled after that. Given the low value of the test, we remove
it.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>, Luke Chen <showuon@gmail.com>
ijuma added a commit that referenced this pull request Jun 28, 2021
…10922)

Support for TLS 1.0/1.1 was disabled in recent versions of Java 8/11
and all versions of 16 causing this test to fail.

It is possible to make it work by updating the relevant security property,
but it has to be done before the affected classes are loaded and it can
not be disabled after that. Given the low value of the test, we remove
it.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>, Luke Chen <showuon@gmail.com>
ijuma added a commit that referenced this pull request Jun 28, 2021
…10922)

Support for TLS 1.0/1.1 was disabled in recent versions of Java 8/11
and all versions of 16 causing this test to fail.

It is possible to make it work by updating the relevant security property,
but it has to be done before the affected classes are loaded and it can
not be disabled after that. Given the low value of the test, we remove
it.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>, Luke Chen <showuon@gmail.com>
ijuma added a commit that referenced this pull request Jun 28, 2021
…10922)

Support for TLS 1.0/1.1 was disabled in recent versions of Java 8/11
and all versions of 16 causing this test to fail.

It is possible to make it work by updating the relevant security property,
but it has to be done before the affected classes are loaded and it can
not be disabled after that. Given the low value of the test, we remove
it.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>, Luke Chen <showuon@gmail.com>
ijuma added a commit that referenced this pull request Jun 28, 2021
…10922)

Support for TLS 1.0/1.1 was disabled in recent versions of Java 8/11
and all versions of 16 causing this test to fail.

It is possible to make it work by updating the relevant security
property,
but it has to be done before the affected classes are loaded and it can
not be disabled after that. Given the low value of the test, we remove
it.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>, Luke Chen
<showuon@gmail.com>
@ijuma

ijuma commented Jul 3, 2021

Copy link
Copy Markdown
Member Author

Cherry-picked to all the branches that have a Jenkins job active.

ijuma added a commit that referenced this pull request Jul 20, 2021
…11092)

The latest JDKs no longer support TLS 1.0/1.1 causing the test to fail.
We have already fixed this in trunk and 3.0, so this is for 2.8 and older
branches.

The relevant trunk commit is 530224e. We had another test with
the same issue and it was fixed for all branches via #10922.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>
ijuma added a commit that referenced this pull request Jul 20, 2021
…11092)

The latest JDKs no longer support TLS 1.0/1.1 causing the test to fail.
We have already fixed this in trunk and 3.0, so this is for 2.8 and older
branches.

The relevant trunk commit is 530224e. We had another test with
the same issue and it was fixed for all branches via #10922.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>
ijuma added a commit that referenced this pull request Jul 20, 2021
…11092)

The latest JDKs no longer support TLS 1.0/1.1 causing the test to fail.
We have already fixed this in trunk and 3.0, so this is for 2.8 and older
branches.

The relevant trunk commit is 530224e. We had another test with
the same issue and it was fixed for all branches via #10922.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>
ijuma added a commit that referenced this pull request Jul 20, 2021
…11092)

The latest JDKs no longer support TLS 1.0/1.1 causing the test to fail.
We have already fixed this in trunk and 3.0, so this is for 2.8 and older
branches.

The relevant trunk commit is 530224e. We had another test with
the same issue and it was fixed for all branches via #10922.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>
xdgrulez pushed a commit to xdgrulez/kafka that referenced this pull request Dec 22, 2021
…pache#10922)

Support for TLS 1.0/1.1 was disabled in recent versions of Java 8/11
and all versions of 16 causing this test to fail.

It is possible to make it work by updating the relevant security property,
but it has to be done before the affected classes are loaded and it can
not be disabled after that. Given the low value of the test, we remove
it.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>, Luke Chen <showuon@gmail.com>
udaynpusa pushed a commit to mapr/kafka that referenced this pull request Jan 30, 2024
…pache#11092)

The latest JDKs no longer support TLS 1.0/1.1 causing the test to fail.
We have already fixed this in trunk and 3.0, so this is for 2.8 and older
branches.

The relevant trunk commit is 530224e. We had another test with
the same issue and it was fixed for all branches via apache#10922.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>
udaynpusa pushed a commit to mapr/kafka that referenced this pull request Jan 30, 2024
…pache#10922)

Support for TLS 1.0/1.1 was disabled in recent versions of Java 8/11
and all versions of 16 causing this test to fail.

It is possible to make it work by updating the relevant security
property,
but it has to be done before the affected classes are loaded and it can
not be disabled after that. Given the low value of the test, we remove
it.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>, Luke Chen
<showuon@gmail.com>
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.

3 participants