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

pulibrary / tigerdata-app / 5b99882b-3756-45f3-bc0c-a4224c82b5a6
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: i2783-update-nodejs
DEFAULT BRANCH: main
Ran 30 Jul 2026 09:07PM UTC
Jobs 2
Files 121
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

30 Jul 2026 08:54PM UTC coverage: 93.556%. Remained the same
5b99882b-3756-45f3-bc0c-a4224c82b5a6

Pull #2818

circleci

jrgriffiniii
Refactor CircleCI configuration to isolate test suite JUnit results

This commit refactors the CircleCI pipeline configurations to segment different test suites into distinct jobs and isolate their JUnit XML outputs. This prevents test outcomes from different execution environments (such as local Podman vs. shared remote Mediaflux) from blending together in Test Insights, making triage of environment-specific or flaky tests significantly easier.

Key Changes:
- Segment and isolate JUnit output XML files across test suites:
  - Unit/non-system specs (test job) now output JUnit results to /tmp/rspec/unit.xml.
  - System/browser specs (test_browser job) now output JUnit results to /tmp/rspec/browser.xml.
  - Shared remote Mediaflux integration specs (mflux_ci job) now output JUnit results to /tmp/rspec/mflux_ci.xml.
- Add explicit steps to prepare JUnit directories (mkdir -p /tmp/rspec) and store JUnit reports as named CircleCI workflow artifacts for enhanced visibility.
- Introduce dynamic job aliases (integration_deploy_ci_env for deployment and integration_mflux_shared for shared-state integration testing) in workflows to clearly identify execution environments in UI dashboards.
- Rename workflow build_accept_deploy to build_accept.
- Inject TIGERDATA_TEST_SURFACE: integration_mflux_shared env variable to identify the remote shared Mediaflux test surface in logs.
- Add extensive pipeline configuration comments explaining job segments and how to isolate and trace flaky test occurrences by their distinct JUnit artifact.
Pull Request #2818: Restructure the CircleCI configuration to isolate test suite JUnit results

0 of 4 branches covered (0.0%)

3310 of 3538 relevant lines covered (93.56%)

623.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 job2 - 5b99882b-3756-45f3-bc0c-a4224c82b5a6.1 30 Jul 2026 09:09PM UTC 121
74.67
2 job1 - 5b99882b-3756-45f3-bc0c-a4224c82b5a6.2 30 Jul 2026 09:07PM UTC 121
90.19
Source Files on build 5b99882b-3756-45f3-bc0c-a4224c82b5a6
  • Tree
  • List 121
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #5B99882B...
  • Pull Request #2818
  • PR Base - main (#76AD3542...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc