exonum-java-binding icon indicating copy to clipboard operation
exonum-java-binding copied to clipboard

Enable the native ITs

Open dmitry-timofeev opened this issue 5 years ago • 3 comments

Overview


Definition of Done

  • [ ] There are no TODOs left in the code
  • [ ] Change is covered by automated tests
  • [ ] The coding guidelines are followed
  • [ ] Public API has Javadoc
  • [ ] Method preconditions are checked and documented in the Javadoc of the method
  • [ ] Changelog is updated if needed (in case of notable or breaking changes)
  • [ ] The continuous integration build passes

dmitry-timofeev avatar Dec 09 '19 14:12 dmitry-timofeev

thread 'concurrent_cache_read' panicked at 'Can't open classpath.txt: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:999:5

dmitry-timofeev avatar Dec 09 '19 17:12 dmitry-timofeev

@vitvakatu Would it make sense to update these tests (which one can be enabled already?) by changing the classpath in use to something else (e.g., the app classpath)?

dmitry-timofeev avatar Dec 10 '19 11:12 dmitry-timofeev

Yep, I've had these changes somewhere... I'd look into it

vitvakatu avatar Dec 11 '19 15:12 vitvakatu