SVN master-slave configuration on apache Testing -


I already have two svn (master-slave configuration) setup on apache2.2 already. I have given this setup as different scenarios like Network failure, such as tests. In any important test cases, I should consider what I should keep in mind during the trial.

[Updated]
We are writing in a slave through proxy. Can any document / checklist be used on the internet?


[Updated]
I have recently added SSL using self-signed certificates. There are no special exam cases for using SVN for SVN?


Thank you.

Obviously, the biggest problems occur when there is a failure during sink.

In this way you want to add such test cases to your test, in particular, you will need to define what is necessary after failure during synchronization (repository cleanup script, etc.)

Other test cases I can think of:

  • You can also face problems about file locking. So you can also have script ready for that matter. You can add a test case to make sure your script is working as expected.

  • You also need to verify that when you are out-of-sync

  • Finally, you can make sure that you and your team have been correctly informed whether your slave has an out-of-sync sync via email or some other things Runs.

Comments