Skip to content

[MINOR] remove duplicate test case in MessageChunkingTest#9147

Merged
codelipenghui merged 1 commit intoapache:masterfrom
lifepuzzlefun:remove_duplicate_unit_test_for_invalid_chunking_config
Jan 10, 2021
Merged

[MINOR] remove duplicate test case in MessageChunkingTest#9147
codelipenghui merged 1 commit intoapache:masterfrom
lifepuzzlefun:remove_duplicate_unit_test_for_invalid_chunking_config

Conversation

@lifepuzzlefun
Copy link
Contributor

@lifepuzzlefun lifepuzzlefun commented Jan 7, 2021

both testInvalidConfig and testInvalidUseCaseForChunking are test the same logic.
remove testInvalidConfig

see

Producer<byte[]> producer = producerBuilder.enableChunking(true).enableBatching(true).create();

and
Producer<byte[]> producer = producerBuilder.enableChunking(true).enableBatching(true).create();

both testInvalidConfig and testInvalidUseCaseForChunking are test the same logic.
@sijie sijie added the area/test label Jan 8, 2021
@sijie sijie added this to the 2.8.0 milestone Jan 8, 2021
@sijie
Copy link
Member

sijie commented Jan 8, 2021

/pulsarbot run-failure-tests

@codelipenghui
Copy link
Contributor

/pulsarbot run-failure-checks

@jiazhai
Copy link
Member

jiazhai commented Jan 9, 2021

/pulsarbot run-failure-checks

@codelipenghui codelipenghui merged commit ca93c1a into apache:master Jan 10, 2021
@lifepuzzlefun lifepuzzlefun deleted the remove_duplicate_unit_test_for_invalid_chunking_config branch January 10, 2021 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants