Skip to content

Manual AK/2.5 to CCS/2.5 merge#602

Merged
Andrew Egelhofer (andrewegel) merged 4 commits into
confluentinc:2.5from
andrewegel:2.5
Jul 27, 2021
Merged

Manual AK/2.5 to CCS/2.5 merge#602
Andrew Egelhofer (andrewegel) merged 4 commits into
confluentinc:2.5from
andrewegel:2.5

Conversation

@andrewegel

Copy link
Copy Markdown

Merge conflict from apache@b3edf39 - The tests testTLSDefaults and checkAuthentiationFailed didn't exist in CCS kafka until this merge.

Committer Checklist (excluded from commit message)

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

Ismael Juma (ijuma) and others added 2 commits July 20, 2021 14:07
…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>
Conflicts:
	clients/src/test/java/org/apache/kafka/common/network/SslTransportLayerTest.java

Tests testTLSDefaults and checkAuthentiationFailed didn't exist in
CCS Kafka until this merge. They are now.
@andrewegel

Andrew Egelhofer (andrewegel) commented Jul 22, 2021

Copy link
Copy Markdown
Author

Did a little research here, this seems to be in conflict with #275

Paging Ismael Juma (@ijuma) for advice.


selector.close();
}

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.

We don't need this test in ccs/ce since we reverted the original changes that added the test.

@andrewegel

Andrew Egelhofer (andrewegel) commented Jul 27, 2021

Copy link
Copy Markdown
Author

Removing these tests effectively made this merge have no delta.

Pushing the merge commits so others can get past this merge conflict.

@andrewegel
Andrew Egelhofer (andrewegel) merged commit 07f02da into confluentinc:2.5 Jul 27, 2021
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