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

google / openhtf / 30292888438 / 5
64%
master: 64%

Build:
DEFAULT BRANCH: master
Ran 27 Jul 2026 06:16PM UTC
Files 65
Run time 3s
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

27 Jul 2026 06:14PM UTC coverage: 63.599% (-0.006%) from 63.605%
30292888438.5

push

github

copybara-github
Fix thread deadlock during TestExecutor teardown when test_state is None.

When TestState fails during initialization (e.g. InvalidPlugError for unsubstituted placeholders), self.test_state remains None. During thread teardown in the finally block, accessing self.running_test_state raised a secondary TestStopError, which prevented self._execution_finished.set() from being called and caused test.execute() to hang indefinitely until test timeout.

This change guards against None test_state in teardown and close(), and wraps teardown in a try/finally block so _execution_finished.set() is always signaled.

PiperOrigin-RevId: 954728594

4852 of 7629 relevant lines covered (63.6%)

0.64 hits per line

Source Files on job python-3.10 - 30292888438.5
  • Tree
  • List 65
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30292888438
  • 471011e2 on github
  • Prev Job for on master (#30140265362.3)
  • Next Job for on master (#30301732029.3)
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