Skip to content

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.
  • 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)
  • 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.