equinor / flotilla

Flotilla is the main point of access for operators to interact with multiple robots in a facility.
Eclipse Public License 2.0
16 stars 38 forks source link

Continue making readonly more explicit #1716

Closed andchiind closed 2 months ago

github-actions[bot] commented 3 months ago

:bell: Changes in database folder detected :bell: Do these changes require adding new migrations? :thinking: In that case follow these steps. If you are uncertain, ask a database admin on the team :smile:

andchiind commented 2 months ago

There is a test failing now which wasn't failing before this PR. In my testing this seems to come down to timing, which in my opinion hints that we may need to rethink that test. The timings have now changed since readonly operations are faster.

andchiind commented 2 months ago

See https://github.com/equinor/flotilla/pull/1730