-
Notifications
You must be signed in to change notification settings - Fork 7
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
Mastodon: provision actor #262
Comments
A UBOS alternative is a (e.g., Docker) container that has the actors already provisioned. In my experience, several (5) pre-provisioned actors were sufficient for AP tests. I currently don't understand the benefit of the dynamically-provisioned actors. |
I see a bunch of advantages to avoid restoring from a previously saved state (as we already do with the
|
Done in #252. |
We don't want hard-coded actors if we can avoid it.
Use
tootctl accounts create { new_username } --approve
to create them on UBOS. (There does not seem to be a way that can be automated on non-UBOS)This needs to be invoked when tests attempt to obtain Actors in roles that haven't been used yet.
We should use some kind of predictable username creator for
new_username
above.The text was updated successfully, but these errors were encountered: