Skip to content
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

How to test s3backer? (question) #153

Open
zenovich opened this issue Sep 23, 2021 · 2 comments
Open

How to test s3backer? (question) #153

zenovich opened this issue Sep 23, 2021 · 2 comments

Comments

@zenovich
Copy link

I'm experimenting with s3backer and making some changes. At the same time, I want to be sure all the previously implemented features are still alright. How can I check that?

I know I can create disks on S3 or locally (with --test), format them, populate them with data and validate the data. This approach is good, but it takes too much time. Is there a way to test everything automatically? I see there is program named 'tester', but I don't get how to run it properly and it looks like it's designed to work 24 hours long.

Probably it might be helpful if @archiecobbs (or maybe someone else) shares scripts and tools he personally uses for testing s3backer and/or adds howtos on testing.

@archiecobbs
Copy link
Owner

Hi @zenovich ,

There is no test suite currently. The tester program is basically all we've got.

Putting together some test scripts (for Linux) written in bash should not be too hard but obviously somewhat tedious.

@zenovich
Copy link
Author

Thanks, @archiecobbs

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

No branches or pull requests

2 participants