Dario Mirovic
50e498ac0d
test/lib: fix typos in proc_utils, gcs_fixture, and dockerized_service
...
Fix assorted typos in comments, strings, and identifiers:
- path_preprend -> path_prepend (proc_utils.hh, proc_utils.cc)
- laúnch -> launch (proc_utils.cc)
- hand/fail -> hang/fail (dockerized_service.py)
- inconvinient -> inconvenient (dockerized_service.py)
- priviledges -> privileges (gcs_fixture.hh)
- remove double semicolon (gcs_fixture.cc)
Refs SCYLLADB-1542
2026-04-16 10:58:55 +02:00
Dario Mirovic
11b5997eaf
test: gcs_fixture: rename container from "local-kms" to "fake-gcs-server"
...
The GCS fixture's fake-gcs-server container was named "local-kms",
copy-pasted from the AWS KMS fixture. It happened when both were
refactored to use the shared start_docker_service helper (bc544eb08e ).
Rename to "fake-gcs-server" to match the Python-side naming and avoid
confusion in logs.
Refs SCYLLADB-1542
2026-04-16 10:58:52 +02:00
Avi Kivity
0ae22a09d4
LICENSE: Update to version 1.1
...
Updated terms of non-commercial use (must be a never-customer).
2026-04-12 19:46:33 +03:00
Calle Wilund
bc544eb08e
gcs_fixture: Change to use docker helper
2026-03-11 12:32:02 +01:00
Calle Wilund
98c060232e
test::lib::gcs_fixture: Only set port if running docker image + more retry
...
Our connect can spuriously fail. Just retry.
2025-11-05 10:22:21 +00:00
Calle Wilund
af2616d750
tests::lib::gcs_fixture: Add a reusable test fixture for real/fake GS/GCS
...
A text fixture object for either real google storage or fake-gcs-server
using test local podman.
Copied/transposed from gcp_object_storage_test.
2025-10-13 08:53:26 +00:00