Skip to content

tests/python

tests/python #1318

Annotations

1 warning

build (3.8, 6.1)

succeeded Dec 8, 2024 in 3m 57s
Set up job
0s
Run actions/checkout@v2
0s
Use Python 3.8
0s
Display Python version
0s
Download RavenDB Server
11s
Run mkdir certs
0s
Run openssl genrsa -out certs/ca.key 2048
0s
Run openssl req -new -x509 -key certs/ca.key -out certs/ca.crt -subj "/C=US/ST=Arizona/L=Nevada/O=RavenDB Test CA/OU=RavenDB test CA/CN=localhost/emailAddress=ravendbca@example.com"
0s
Run openssl genrsa -out certs/localhost.key 2048
0s
Run openssl req -new -key certs/localhost.key -out certs/localhost.csr -subj "/C=US/ST=Arizona/L=Nevada/O=RavenDB Test/OU=RavenDB test/CN=localhost/emailAddress=ravendb@example.com" -addext "subjectAltName = DNS:localhost"
0s
Run openssl x509 -req -extensions ext -extfile cert/test_cert.conf -in certs/localhost.csr -CA certs/ca.crt -CAkey certs/ca.key -CAcreateserial -out certs/localhost.crt
0s
Run cat certs/localhost.key certs/localhost.crt > certs/python.pem
0s
Run openssl pkcs12 -passout pass:"" -export -out certs/server.pfx -inkey certs/localhost.key -in certs/localhost.crt
0s
Run sudo cp certs/ca.crt /usr/local/share/ca-certificates/ca.crt
0s
Run sudo update-ca-certificates
2s
Extract RavenDB Server
11s
Upgrade pip
0s
Install client deps
5s
Install embedded RavenDB
2s
Run certifi script
0s
Deploy certificates
0s
Install black linter
1s
Check code format
4s
Run tests
3m 15s
Post Use Python 3.8
0s
Post Run actions/checkout@v2
0s
Complete job
0s