Skip to content

docs: add revocation docs #2421

docs: add revocation docs

docs: add revocation docs #2421

GitHub Actions / Unit Test Results failed Mar 23, 2024 in 0s

1 fail, 8 skipped, 767 pass in 21m 13s

 90 files   90 suites   21m 13s ⏱️
776 tests 767 ✅ 8 💤 1 ❌
783 runs  774 ✅ 8 💤 1 ❌

Results for commit 2b732ff.

Annotations

Check warning on line 0 in io.iohk.atala.pollux.core.service.PresentationServiceSpec

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

PresentationService - singleWalletSpec - verify anoncred presentation (io.iohk.atala.pollux.core.service.PresentationServiceSpec) failed

./target/test-reports/pollux/lib/core/test-reports/TEST-io.iohk.atala.pollux.core.service.PresentationServiceSpec.xml [took 0s]
Raw output
java.lang.Exception:     [31m- verify anoncred presentation[0m       [31m✗ [0m[1m[34mPresentationVerificationFailed()[0m[0m [31mwas not equal to[0m [1m[34mPresentationVerified()[0m[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/open-enterprise-agent/open-enterprise-agent/pollux/lib/core/src/test/scala/io/iohk/atala/pollux/core/service/PresentationServiceSpec.scala:283 [0m
sbt.ForkMain$ForkError: java.lang.Exception:     [31m- verify anoncred presentation[0m
      [31m✗ [0m[1m[34mPresentationVerificationFailed()[0m[0m [31mwas not equal to[0m [1m[34mPresentationVerified()[0m[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/open-enterprise-agent/open-enterprise-agent/pollux/lib/core/src/test/scala/io/iohk/atala/pollux/core/service/PresentationServiceSpec.scala:283 [0m

	at zio.test.sbt.ZTestEvent$.convertEvent(ZTestEvent.scala:34)
	at zio.test.sbt.ZTestEventHandlerSbt.handle$$anonfun$1(ZTestEventHandlerSbt.scala:25)
	at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
	at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
	at zio.UnsafeVersionSpecific.implicitFunctionIsFunction$$anonfun$1(UnsafeVersionSpecific.scala:27)
	at zio.Unsafe$.unsafe(Unsafe.scala:37)
	at zio.ZIOCompanionVersionSpecific.succeed$$anonfun$1(ZIOCompanionVersionSpecific.scala:185)
	at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:904)
	at zio.internal.FiberRuntime.evaluateEffect(FiberRuntime.scala:381)
	at zio.internal.FiberRuntime.evaluateMessageWhileSuspended(FiberRuntime.scala:504)
	at zio.internal.FiberRuntime.drainQueueOnCurrentThread(FiberRuntime.scala:220)
	at zio.internal.FiberRuntime.run(FiberRuntime.scala:139)
	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)