Skip to content

Native integration tests failing on startup due to quarkus.http.test-port not found in any config source #8095

@jamesnetherton

Description

@jamesnetherton

Bug description

java.util.NoSuchElementException: SRCFG00014: The config property quarkus.http.test-port is required but it could not be found in any config source
	at io.smallrye.config.SmallRyeConfig.convertValue(SmallRyeConfig.java:905)
	at io.smallrye.config.SmallRyeConfig.getValue(SmallRyeConfig.java:869)
	at io.smallrye.config.SmallRyeConfig.getValue(SmallRyeConfig.java:811)

These are the failing tests:

  • CxfSoapServiceIT
  • Jolokia*IT
  • JmsRAIT
  • JpaIT
  • SjmsArtemisIT
  • SjmsQpidIT
  • Sjms2ArtemisIT
  • Sjms2QpidIT
  • AzureStorageBlobIT
  • ActiveMQIT
  • ActiveMQ6IT

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions