Skip to content

New transport interop runner changed test spec #789

@MarcoPolo

Description

@MarcoPolo

The original test spec for the transport interop used lowercase env parameters: https://github.com/libp2p/test-plans/tree/555850b45d1c0c45f2004a8999dde0426da72737/transport-interop#test-spec.

The new version uses upper case env parameters. This breaks all existing transport interop implementations.

There's no reason for this breakage. Using lower case env vars is in line with the posix spec

The name space of environment variable names containing lowercase letters is reserved for applications.

We shouldn't break the implementations for no good reason.

For a similar reason, we shouldn't change the output format required from the dialer.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions