Skip to content

feat: migrate from Circe to ZIO Json #5687

feat: migrate from Circe to ZIO Json

feat: migrate from Circe to ZIO Json #5687

GitHub Actions / Unit Test Results failed Dec 4, 2024 in 0s

1 fail, 8 skipped, 873 pass in 20m 21s

104 files  ±0  104 suites  ±0   20m 21s ⏱️ -52s
882 tests ±0  873 ✅  - 1  8 💤 ±0  1 ❌ +1 
889 runs  ±0  880 ✅  - 1  8 💤 ±0  1 ❌ +1 

Results for commit e2a9919. ± Comparison against earlier commit 09767ce.

Annotations

Check warning on line 0 in org.hyperledger.identus.pollux.core.service.PresentationServiceSpec

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

PresentationService - singleWalletSpec - verify anoncred presentation (org.hyperledger.identus.pollux.core.service.PresentationServiceSpec) failed

./target/test-reports/pollux/core/test-reports/TEST-org.hyperledger.identus.pollux.core.service.PresentationServiceSpec.xml [took 0s]
Raw output
java.lang.Exception:     [31m- verify anoncred presentation[0m       [31m✗ [0m       [1m[36m[34mvalidateRecord.protocolState[0m did not satisfy [36m[0m[0m[1m[33mequalTo[0m[0m[1m[36m(PresentationRecord.ProtocolState.PresentationVerified)[0m[0m[0m       [2mvalidateRecord.protocolState = [0mPresentationVerificationFailed()       [36mat /__w/identus-cloud-agent/identus-cloud-agent/pollux/core/src/test/scala/org/hyperledger/identus/pollux/core/service/PresentationServiceSpec.scala:290 [0m
sbt.ForkMain$ForkError: java.lang.Exception:     [31m- verify anoncred presentation[0m
      [31m✗ [0m
      [1m[36m[34mvalidateRecord.protocolState[0m did not satisfy [36m[0m[0m[1m[33mequalTo[0m[0m[1m[36m(PresentationRecord.ProtocolState.PresentationVerified)[0m[0m[0m
      [2mvalidateRecord.protocolState = [0mPresentationVerificationFailed()
      [36mat /__w/identus-cloud-agent/identus-cloud-agent/pollux/core/src/test/scala/org/hyperledger/identus/pollux/core/service/PresentationServiceSpec.scala:290 [0m

	at zio.test.sbt.ZTestEvent$.convertEvent(ZTestEvent.scala:34)
	at zio.test.sbt.ZTestEventHandlerSbt.handle(ZTestEventHandlerSbt.scala:26)
	at zio.test.TestExecutor$$anon$1.processEvent$1$$anonfun$1(TestExecutor.scala:53)
	at zio.ZIO.$times$greater$$anonfun$1(ZIO.scala:89)
	at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:1014)
	at zio.internal.FiberRuntime.evaluateEffect(FiberRuntime.scala:413)
	at zio.internal.FiberRuntime.evaluateMessageWhileSuspended(FiberRuntime.scala:489)
	at zio.internal.FiberRuntime.drainQueueOnCurrentThread(FiberRuntime.scala:250)
	at zio.internal.FiberRuntime.run(FiberRuntime.scala:138)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1570)