You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

Preparation

  • Look in Bugzilla if there are any open bugs or enhancements that are related to the changes you are planning on doing.
  • Discuss new functionality on JMeter Development mailing list if necessary

Making changes

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

Documenting changes

  • the xdocs/changes.xml file should be updated (except for trivial updates, e.g. correcting spelling in documentation)

Ant targets to run before committing

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

Files to commit

  • Changes to files in the docs directory need not be committed immediately. These files are built from xdocs.
    • When release candidates are being made from the Subversion branch the files in the docs directory must be committed. They can be committed earlier, but it saves on commits if they are batched up and done less frequently.

Committing to Subversion

  • Add a sensible description of your changes when committing to Subversion (what is obvious now, may not be obvious in several months/year's 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.

Updating Bugzilla entry

  • 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.
  • No labels