Skip to content

Flaky test: 10/100k: Test/ChildPolicyChangeOnConfigUpdate #8703

@easwars

Description

@easwars

There are a couple of issues that need fixing here:

  • There is a data race between the test when it tries to unregister an LB policy (pick_first) in the middle of the test, and the actual code that is reading from the LB policy registry. This can be eliminated by moving this piece of code to the top of the test. But once we do that, we hit another issue:
    • The test overrides the existing implementation of pick_first with a stub policy that wraps pick_first. The problem is that the existing pick_first policy is already being used for the xDS channel to the management server

The ideal fix for this test would be as follows:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions