[filebeat] INTEGRATION_TESTS with more than four ingest pipeline don't work

Hi there,
i am creating a new filebeat module, INTEGRATION_TESTS worked without problems until the fourth ingest pipeline. From the fifth ingest pipeline, the INTEGRATION_TESTS gets stuck in an endless loop, only a CTRL + C helps here.
Is there a limit on ingest pipeline or is this a bug in testing modul?

    var:
      - name: syslog_host
        default: localhost
      - name: tags
        default: [sophosxg-firewall]
      - name: syslog_port
        default: 6000
      - name: input
        default: udp

    ingest_pipeline:
      - ingest/pipeline.yml
      - ingest/firewall.yml
      - ingest/idp.yml
      - ingest/atp.yml
      - ingest/aiv.yml

    input: config/firewall.yml

    requires.processors:
    - name: geoip
      plugin: ingest-geoip

console test:
python-env) [root@beats filebeat]# INTEGRATION_TESTS=1 BEAT_STRICT_PERMS=false TESTING_FILEBEAT_MODULES=sophosxg nosetests tests/system/test_modules.py ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@

thx for nay help here.
StefanS

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.