Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [Original edit by ham1] Small improvements to wording

This page is meant to list the steps needed to submit a change to Subversion . So it and is meant as a to help to JMeter committers.

Preparation

...

  • Make the necessary code or documentation changes
  • add Add or update unit tests
  • perhaps Perhaps update batchtest

Documenting changes

...

Ant targets to run before committing

  • ant package
  • ant test
  • ant test-headless/ or ant test-headed (whichever was not run by the ant test)

...

  • Add a sensible description of your changes when committing to Subversion (what is obvious now, may not be obvious in several months/year's years time)
    • If you have fixed a Bugzilla entry, then include the Bugzilla number in the comment.
    • SVN log entries can be changed later if you find the original message was not clear enough.

...

  • If you have fixed a Bugzilla entry, then set the status to fixed, and include the Subversion change number in the Bugzilla comment.
    • If
    there is some possibility that
    • the fix is not complete, set the status to NeedInfo and ask the bug originator to confirm that the fix has been successful.