• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

GoogleCloudPlatform / ops-agent / 860
88%

Build:
DEFAULT BRANCH: master
Ran 04 Aug 2021 08:06PM UTC
Jobs 2
Files 6
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Aug 2021 08:05PM UTC coverage: 83.794% (+0.1%) from 83.669%
860

push

travis-ci-com

web-flow
Fix bug where the generated Fluent Bit filters were incorrectly ordered. (#140)

The new test config is a good example.  It has:

    pipeline2:
      processors: [beta, alpha]
    pipeline1:
      processors: [alpha, beta]

The code previously created a flat list of 4 Fluent Bit filters:

    [pipeline2-beta, pipeline2-alpha, pipeline1-alpha, pipeline1-beta]

which was then sorted, putting the pipeline2 filters out-of-order:

    [pipeline1-alpha, pipeline1-beta, pipeline2-alpha, pipeline2-beta]

This PR keeps the pipelines in groups:

    [[pipeline2-beta, pipeline2-alpha], [pipeline1-alpha, pipeline1-beta]]

and then does not sort within each group:

    [[pipeline1-alpha, pipeline1-beta], [pipeline2-beta, pipeline2-alpha]]

thus maintaining the correct order of filters in the generated Fluent
Bit config.

1091 of 1302 relevant lines covered (83.79%)

186.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 860.1 04 Aug 2021 08:06PM UTC 0
83.79
Travis Job 860.1
2 860.2 04 Aug 2021 08:08PM UTC 0
83.79
Travis Job 860.2
Source Files on build 860
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #860
  • f3d6bb74 on github
  • Prev Build on master (#857)
  • Next Build on master (#908)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc