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

metabase: Open(readOnly) moves metabase in RO mode #3000

Conversation

End-rey
Copy link
Contributor

@End-rey End-rey commented Nov 6, 2024

Closes #2889.

Now, when the metabase is opened with the readOnly flag, it sets the mode to
ReadOnly. Add test.

Closes #2889.

Signed-off-by: Andrey Butusov <[email protected]>
Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.16%. Comparing base (2e583e5) to head (1fa59f4).
Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3000      +/-   ##
==========================================
+ Coverage   23.15%   23.16%   +0.01%     
==========================================
  Files         789      789              
  Lines       58815    58818       +3     
==========================================
+ Hits        13619    13627       +8     
+ Misses      44312    44308       -4     
+ Partials      884      883       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roman-khimov roman-khimov merged commit eccab58 into master Nov 7, 2024
22 checks passed
@roman-khimov roman-khimov deleted the 2889-metadbopenreadonly-does-not-move-metabase-in-ro-mode branch November 7, 2024 11:20
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.

meta.DB.Open(readOnly) does not move metabase in RO mode
3 participants