hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
266 stars 118 forks source link

Replace Service JRS CI tests with `@HapiTest`s #13953

Open tinker-michaelj opened 3 weeks ago

tinker-michaelj commented 3 weeks ago

Problem

JRS tests, although closer to production environments, are much slower, more opaque, and brittle than @HapiTests that can be run locally against a subprocess network.

Solution

Replace all tests that run in the "Hedera Node JRS Panel" test with equivalent @HapiTests.

Alternatives

No response