Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-3615

Make it easier to run Test2BTerms

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.0-ALPHA
    • None
    • None

    Description

      Currently, Test2BTerms has an @Ignore annotation which means that the only way to run it as a test is to edit the file.

      There are a couple of options to fix this:

      1. Add a main() so it can be invoked via the command line outside of the test framework
      2. Add some new annotations that mark it as slow or weekly or something like that and have the test target ignore @slow (or whatever) by default, but can also turn it on.

      Attachments

        1. LUCENE-3615.patch
          11 kB
          Grant Ingersoll
        2. LUCENE-3615.patch
          10 kB
          Grant Ingersoll
        3. LUCENE-3615.patch
          10 kB
          Grant Ingersoll

        Activity

          People

            gsingers Grant Ingersoll
            gsingers Grant Ingersoll
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: