Skip to content

Conversation

@BugenZhao
Copy link
Member

What's changed and what's your intention?

RiseLAB configuration generator should not enable all components on --default.

Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests

Refer to a related PR or issue link (optional)

Close #82.

@BugenZhao BugenZhao requested a review from skyzh January 30, 2022 07:49
@github-actions github-actions bot added the type/fix Type: Bug fix. Only for pull requests. label Jan 30, 2022
Copy link
Contributor

@skyzh skyzh left a comment

Choose a reason for hiding this comment

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

Also consider switching to a new env variable for release mode, so that users mistakenly using release mode can use debug by default.

@codecov
Copy link

codecov bot commented Jan 30, 2022

Codecov Report

Merging #83 (1a1aa73) into main (8c37e53) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #83      +/-   ##
============================================
- Coverage     74.48%   74.47%   -0.02%     
  Complexity     2645     2645              
============================================
  Files           824      828       +4     
  Lines         47332    47351      +19     
  Branches       1560     1560              
============================================
+ Hits          35257    35265       +8     
- Misses        11277    11288      +11     
  Partials        798      798              
Flag Coverage Δ
java 61.91% <ø> (ø)
rust 79.97% <ø> (-0.03%) ⬇️

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

Impacted Files Coverage Δ
rust/meta/src/stream/graph/stream_graph.rs 89.83% <0.00%> (-3.62%) ⬇️
rust/meta/src/stream/fragmenter.rs 90.36% <0.00%> (-2.89%) ⬇️
rust/meta/src/storage/sled_metastore.rs 92.15% <0.00%> (-1.43%) ⬇️
rust/storage/src/hummock/version_manager.rs 38.85% <0.00%> (-0.34%) ⬇️
rust/meta/src/stream/test_fragmenter.rs 98.46% <0.00%> (ø)
rust/common/src/test_utils/rand_array.rs 97.87% <0.00%> (ø)
rust/meta/src/stream/graph/fragment_graph.rs 100.00% <0.00%> (ø)
rust/common/src/vector_op/agg.rs
...common/src/vector_op/agg/general_sorted_grouper.rs 91.66% <0.00%> (ø)
rust/common/src/vector_op/agg/aggregator.rs 73.68% <0.00%> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c37e53...1a1aa73. Read the comment docs.

@BugenZhao BugenZhao enabled auto-merge (squash) January 30, 2022 08:05
@BugenZhao BugenZhao merged commit 5562e2e into main Jan 30, 2022
@BugenZhao BugenZhao deleted the bz/riselab-default branch January 30, 2022 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/fix Type: Bug fix. Only for pull requests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RiseLAB: release profile should not be enabled on riselab-config --default

4 participants