Skip to content

ddl: flaky TiFlash replica test TestInfoSchemaForTiFlashReplica & TestSetTiFlashReplicaForTemporaryTable #66287

@bb7133

Description

@bb7133

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

Run the test cases(on my local Macbook laptop) like:

make failpoint-enable && (pushd pkg/ddl >/dev/null; go test -run 'TestInfoSchemaForTiFlashReplica|TestSetTiFlashReplicaForTemporaryTable' --tags=intest -count=1; rc=$?; popd >/dev/null;
make failpoint-disable; exit $rc)

2. What did you expect to see? (Required)

The test passes.

3. What did you see instead (Required)

The test failed - 'getting empty result' after a timeout.

4. What is your TiDB version? (Required)

The latest main branch(2f9776e)

Metadata

Metadata

Assignees

No one assigned

    Labels

    affects-8.5This bug affects the 8.5.x(LTS) versions.component/ddlThis issue is related to DDL of TiDB.severity/majortype/bugThe issue is confirmed as a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions