-
Notifications
You must be signed in to change notification settings - Fork 125
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
Separate State dir for cloud/e2e #6291
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting this out-of-memory error with ./rill devtool start e2e --reset
, but not with rill devtool start e2e --reset
:
The code generally LGTM, but given it's Go, CC'ing @begelundmuller for his eyes on this too.
Weird, could it be the state directory is not created? A Google search indicates it's from SQLite and can be due to a number of reasons about not being able to create/access the file. E.g. see here: https://community.grafana.com/t/problems-with-error-checking-db-error-checking-for-valid-sqlite-file-unable-to-open-database-file-out-of-memory-14/92025 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename RILL_DEVTOOL_STATE_DIRECTORY
Yeah, that's possible. Working for me now! |
No description provided.