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

exonum / exonum-java-binding / 2831
85%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2019 12:43PM UTC
Jobs 1
Files 236
Run time 13s
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

pending completion
2831

push

travis-ci-com

web-flow
Fix the time-oracle scope [ECR-3091] (#823)

time oracle was incorrectly packaged in the QA service
artifact, causing TimeSchemaProxy to be loaded by the classloader
of that service artifact, which cannot link to an already loaded
by the application classloader java_bindings native library.

That's another reason to reconsider https://jira.bf.local/browse/ECR-3046
which would have provided a proper error message earlier.

Also, make isTimeServiceEnabled static as there is no reason
for it to be an instance method (and native already implemented
as for static):

pub extern "system" fn Java_com_exonum_binding_time_TimeSchemaProxy_isTimeServiceEnabled(
    _: JNIEnv,
    _: JClass, // <- !
) -> jboolean {

3542 of 4116 relevant lines covered (86.05%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
3 2831.3 (CHECK_RUST=false) 05 Apr 2019 12:43PM UTC 0
86.05
Travis Job 2831.3
Source Files on build 2831
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #2831
  • 5ee9ece6 on github
  • Prev Build on master (#2827)
  • Next Build on master (#2839)
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