Skip to content

Conformance tests require a listener on port 8080 #2094

@pleshakov

Description

@pleshakov

What happened:

The Gateway spec states

// Each listener in a Gateway must have a unique combination of Hostname,
// Port, and Protocol. Below combinations are considered Core and MUST be
// supported:
//
// 1. Port: 80, Protocol: HTTP
// 2. Port: 443, Protocol: HTTPS

However, one of the base conformance Gateways includes a listener on port 8080 --

Since base Gateways always get deployed as part of running the conformance tests, that Gateway with port 8080 listener becomes a blocker for running conformance tests for implementations that do not support port 8080.

What you expected to happen:

Conformance tests only use ports 80 and 443 in base manifests.

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions