Skip to content

Make //engine:data_loader_test deterministic#1522

Open
yukawa wants to merge 1 commit into
google:masterfrom
ciceroaware:issue_1518
Open

Make //engine:data_loader_test deterministic#1522
yukawa wants to merge 1 commit into
google:masterfrom
ciceroaware:issue_1518

Conversation

@yukawa
Copy link
Copy Markdown
Collaborator

@yukawa yukawa commented Jun 6, 2026

Description

This commit aims to fix two flaky tests in //engine:data_loader_test, WaitHighPriorityDataTimeoutTest and AsyncBuild. Both tests have had time-dependent assertions, which are not guaranteed to hold under all conditions, leading to intermittent failures.

Close #1518.

Issue IDs

Steps to test new behaviors (if any)

  • Steps:
    1. Did a stress test in GitHub Actions macos-15 runner.

This commit aims to fix two flaky tests in //engine:data_loader_test,
WaitHighPriorityDataTimeoutTest and AsyncBuild. Both tests have had
time-dependent assertions, which are not guaranteed to hold under all
conditions, leading to intermittent failures.

Close google#1518.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

//engine:data_loader_test is flaky on macos-15

1 participant