Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config): temporary fix for APPLICATION_NAME #3430

Merged
merged 5 commits into from
Jun 23, 2022
Merged

feat(config): temporary fix for APPLICATION_NAME #3430

merged 5 commits into from
Jun 23, 2022

Conversation

lmatz
Copy link
Contributor

@lmatz lmatz commented Jun 23, 2022

I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.

What's changed and what's your intention?

Just try to make Sqlancer happy. #3364 #3421

Checklist

  • I have written necessary docs and comments
    - [ ] I have added necessary unit tests and integration tests
  • All checks passed in ./risedev check (or alias, ./risedev c)

Refer to a related PR or issue link (optional)

closes #3421

@lmatz lmatz enabled auto-merge (squash) June 23, 2022 09:06
@codecov
Copy link

codecov bot commented Jun 23, 2022

Codecov Report

Merging #3430 (3f0b2df) into main (1e4ae7a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #3430   +/-   ##
=======================================
  Coverage   73.81%   73.81%           
=======================================
  Files         765      765           
  Lines      105356   105357    +1     
=======================================
+ Hits        77765    77767    +2     
+ Misses      27591    27590    -1     
Flag Coverage Δ
rust 73.81% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
src/frontend/src/session.rs 42.15% <100.00%> (+0.13%) ⬆️
src/frontend/src/expr/utils.rs 98.74% <0.00%> (-0.51%) ⬇️
src/storage/src/hummock/local_version_manager.rs 84.53% <0.00%> (+0.15%) ⬆️
src/common/src/types/ordered_float.rs 24.90% <0.00%> (+0.19%) ⬆️
src/meta/src/hummock/mock_hummock_meta_client.rs 41.50% <0.00%> (+0.94%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@lmatz lmatz disabled auto-merge June 23, 2022 09:33
@lmatz lmatz added the mergify/can-merge Indicates that the PR can be added to the merge queue label Jun 23, 2022
@lmatz lmatz enabled auto-merge (squash) June 23, 2022 09:33
@lmatz lmatz disabled auto-merge June 23, 2022 09:45
@lmatz lmatz added mergify/can-merge Indicates that the PR can be added to the merge queue and removed mergify/can-merge Indicates that the PR can be added to the merge queue labels Jun 23, 2022
@lmatz lmatz enabled auto-merge (squash) June 23, 2022 09:46
@lmatz lmatz merged commit 84f84dc into main Jun 23, 2022
@lmatz lmatz deleted the lz/tmp branch June 23, 2022 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mergify/can-merge Indicates that the PR can be added to the merge queue type/feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support configuration application_name
3 participants