Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-576

Properly reset FlumeBuilder SourceFactory after testing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 0.9.3
    • 0.9.5
    • Test
    • None

    Description

      In com.cloudera.flume.agent.TestFlumeNode#testRestartNextException():

      FlumeBuilder.setSourceFactory(new SourceFactory() {
        public EventSource getSource(Context ctx, String name, String... args) {
          return new NextExnSource();
        }
      }
      

      This pollutes the JVM for all future tests leading to spurious errors in that it returns NextExnSource for any source that gets constructed.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              esammer Eric Sammer
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: