Skip to content

SSB integration test #9559

Merged
walterddr merged 3 commits intoapache:masterfrom
walterddr:pr_add_ssb_itcase
Oct 10, 2022
Merged

SSB integration test #9559
walterddr merged 3 commits intoapache:masterfrom
walterddr:pr_add_ssb_itcase

Conversation

@walterddr
Copy link
Contributor

@walterddr walterddr commented Oct 7, 2022

TODO

@codecov-commenter
Copy link

codecov-commenter commented Oct 8, 2022

Codecov Report

Merging #9559 (60d21db) into master (c5d4b15) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #9559      +/-   ##
============================================
+ Coverage     69.90%   69.97%   +0.07%     
- Complexity     4797     4872      +75     
============================================
  Files          1927     1929       +2     
  Lines        102729   102955     +226     
  Branches      15592    15624      +32     
============================================
+ Hits          71811    72042     +231     
+ Misses        25847    25823      -24     
- Partials       5071     5090      +19     
Flag Coverage Δ
integration1 26.06% <0.00%> (+0.08%) ⬆️
integration2 24.59% <0.00%> (-0.06%) ⬇️
unittests1 67.27% <100.00%> (+<0.01%) ⬆️
unittests2 15.67% <100.00%> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...he/pinot/query/mailbox/channel/ChannelManager.java 100.00% <100.00%> (ø)
...pinot/query/mailbox/channel/GrpcMailboxServer.java 80.00% <100.00%> (ø)
...e/pinot/common/function/scalar/ArrayFunctions.java 86.84% <0.00%> (-13.16%) ⬇️
...transform/function/IsNotNullTransformFunction.java 65.51% <0.00%> (-6.90%) ⬇️
...roller/helix/core/relocation/SegmentRelocator.java 72.97% <0.00%> (-5.41%) ⬇️
...r/validation/RealtimeSegmentValidationManager.java 71.62% <0.00%> (-5.41%) ⬇️
...inot/common/request/context/ExpressionContext.java 83.33% <0.00%> (-5.24%) ⬇️
...apache/pinot/spi/stream/StreamDataDecoderImpl.java 78.26% <0.00%> (-4.35%) ⬇️
...pinot/core/query/request/context/TimerContext.java 91.66% <0.00%> (-4.17%) ⬇️
.../org/apache/pinot/spi/data/readers/PrimaryKey.java 65.33% <0.00%> (-3.90%) ⬇️
... and 47 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@walterddr walterddr marked this pull request as ready for review October 10, 2022 17:49
Copy link
Member

@jackjlli jackjlli left a comment

Choose a reason for hiding this comment

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

Minor but LGTM.


public static final String KEY_OF_MAX_INBOUND_QUERY_DATA_BLOCK_BYTES_SIZE = "pinot.query.runner.max.msg.size";
public static final int DEFAULT_MAX_INBOUND_QUERY_DATA_BLOCK_BYTES_SIZE = 128 * 1024 * 1024;
public static final String KEY_OF_MAX_INBOUND_QUERY_DATA_BLOCK_SIZE_BYTES = "pinot.query.runner.max.msg.size.bytes";
Copy link
Member

Choose a reason for hiding this comment

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

I guess this config hasn't been in use yet, right?

Copy link
Member

Choose a reason for hiding this comment

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

Also, since this PR doesn't only modify the integration test, can we add some comments to the description section about this config change?

Copy link
Contributor Author

@walterddr walterddr Oct 10, 2022

Choose a reason for hiding this comment

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

this was a temporary fix. and it is no longer necessary to set it so large after #9485

@walterddr walterddr merged commit fa155be into apache:master Oct 10, 2022
@walterddr walterddr deleted the pr_add_ssb_itcase branch December 6, 2023 16:22
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