meta.DB.Open(readOnly)
does not move metabase in RO mode
#2889
Labels
bug
Something isn't working
good first issue
Good for newcomers
I4
No visible changes
S4
Routine
U4
Nothing urgent
Expected Behavior
Metabase is asked to open bbolt in RO, and I expect the internal state to be RO too.
Current Behavior
Bbolt is opened in RO, however, metabase accepts write operations and returns bbolt's error.
Possible Solution
Open
sets mode to RO (additional test for it is also good).Context
Firstly found in #2884.
The text was updated successfully, but these errors were encountered: