Skip to content

StartupAnalyzerTest tests are not running and all have test failures #44306

@david-acker

Description

@david-acker

Background

While working on #41362, I noticed that StartupAnalyzerTest is not being run since the test class is incorrectly marked abstract and is not inherited by any other test classes.

After removing the abstract modifier from StartupAnalyzerTest, the tests did run as expected but all 17 currently show test failures.

It appears that this test class was erroneously marked as abstract when it was updated in PR #37934.

Solution

  • Remove the abstract modified from StartupAnalyzerTest.
  • Fix the pre-existing issues that are causing these tests to fail.

Metadata

Metadata

Assignees

Labels

area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions