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

grpc / grpc-java / #19073
89%

Build:
DEFAULT BRANCH: master
Ran 27 Feb 2024 09:06PM UTC
Jobs 1
Files 556
Run time 41s
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 Feb 2024 08:54PM UTC coverage: 88.285% (-0.01%) from 88.299%
#19073

push

github

ejona86
core: Don't use real time when comparing deadline in ClientCallImplTest

We can just compare the Deadline instances instead of asserting that
very little time has passed during the test. Real time probably still
matters in the test, but only insofar that the deadline is not expired
by the time ClientCallImpl sees it.

This fixes a test failure seen in the emulated aarch64 CI. Note that the
message says "ns" when it should say "ms", but this change deletes the
code with that typo.

```
java.lang.AssertionError: timeout: 548 ns
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at io.grpc.internal.ClientCallImplTest.assertTimeoutBetween(ClientCallImplTest.java:1102)
	at io.grpc.internal.ClientCallImplTest.contextDeadlineShouldBePropagatedToStream(ClientCallImplTest.java:828)
```

31161 of 35296 relevant lines covered (88.28%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #19073.1 27 Feb 2024 09:06PM UTC 0
88.28
Source Files on build #19073
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #19073
  • af117e97 on github
  • Prev Build on master
  • Next Build on master
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