-
Notifications
You must be signed in to change notification settings - Fork 95
1.0 Testing Checklist
jaredmorrow edited this page Mar 21, 2012
·
3 revisions
- Benchmarking
- Update basho_bench driver.
- System performance profiling.
- Automated Test Verification and Expansion
- Expand test cases in
s3api_verification_test.py
. - Add other tests for items on release verification script. Some items on the script are incomplete and need to be filled in.
- Expand test cases in
- Resolve Dialyzer Errors and Warnings
- Package testing
- Packages install and present the proper dependencies (eg: libssl version checks match available versions)
- Package metadata is correct, naming, package maintainer
- User / Group creation / deletion are proper
- Ensure directory creation is assigned the proper owner / group (
riak
)
- Ensure directory creation is assigned the proper owner / group (
- Documentation Verification
- Verify that all documentation is accurate.
- Verify that enough detail regarding setup and configuration is provided.
- Ensure all configuration settings are explicitly specified to ensure we do not make life more difficult for ourselves with post-1.0 features.