Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Rust API server #569

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Health Check service

db6062d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

feat: Rust API server #569

Health Check service
db6062d
Select commit
Loading
Failed to load commit list.
GitHub Actions / ConnectivityTests windows-latest succeeded Dec 11, 2024 in 1s

10 passed, 0 failed and 0 skipped

Tests passed successfully

✅ ./packages/csharp/ArmoniK.Api.Client.Test/TestResults/test-results.trx

10 tests were completed in 5s with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ArmoniK.Api.Client.Tests.CertificateTests 5✅ 384ms
ArmoniK.Api.Client.Tests.ConnectivityTests 5✅ 3s

✅ ArmoniK.Api.Client.Tests.CertificateTests

✅ TestECDSACertificate("certificate-ec.p12","","")
✅ TestECDSACertificate(null,"certificate-ec.pem","privateec.pem")
✅ TestRSACertificate("certificate-rsa.p12","","")
✅ TestRSACertificate(null,"certificate-rsa.pem","privatersa.p8")
✅ TestRSACertificate(null,"certificate-rsa.pem","privatersa.pem")

✅ ArmoniK.Api.Client.Tests.ConnectivityTests

✅ MultipleChannels(1)
✅ MultipleChannels(10)
✅ MultipleChannels(100)
✅ MultipleChannels(2)
✅ ResultsGetServiceConfiguration