Skip to content

bench: add --testdata flag for standalone datastore seeding#721

Merged
trekhopton merged 3 commits intomainfrom
feature/test-data
Mar 18, 2026
Merged

bench: add --testdata flag for standalone datastore seeding#721
trekhopton merged 3 commits intomainfrom
feature/test-data

Conversation

@trekhopton
Copy link
Collaborator

This was done because I would often check things on the production data since there wasn't enough populated data data and it was tedious to do it manually. Now we can populate the test data and test in standalone more thoroughly, which results in safer testing (not working with production data).

@trekhopton trekhopton changed the base branch from feature/mission-control to main March 18, 2026 02:02
Done because we might want to add more so I added a number.
Copy link
Member

@ao-david ao-david left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just review the site keys and names

},
{
"skey": 2,
"name": "Public Beach (No Perms)",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could make it really clear and say what perm the user should have

"public": false
},
{
"skey": 2,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that this may be the same key as the sandbox site which has some functionality hardcoded to that SiteID

Done because skey 3 is special and for sandbox, so worth having as a test.
@trekhopton trekhopton merged commit 5e7a399 into main Mar 18, 2026
1 check passed
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.

2 participants