linera-io / linera-protocol

Main repository for the Linera protocol
Apache License 2.0
440 stars 126 forks source link

Revert PR #2181 #2191

Closed ma2bd closed 3 months ago

ma2bd commented 3 months ago

This reverts commit 4f7d9948a05b9243d5f727b0b0e2650de7403aad.

Motivation

Fix cargo test -p linera-service test_end_to_end_matching_engine --features storage_service

Proposal

I tried #2190 as a fix but it doesn't seem to do anything, at least on my laptop.

Test Plan

CI + local runs before/after

target/release/storage_service_server memory --endpoint 127.0.0.1:1235
LINERA_STORAGE_SERVICE=127.0.0.1:1235 cargo test -p linera-service test_end_to_end_matching_engine --features storage_service