Skip to content

N flaky handle#1605

Merged
arcuri82 merged 16 commits into
masterfrom
N-FlakyHandle
Jun 29, 2026
Merged

N flaky handle#1605
arcuri82 merged 16 commits into
masterfrom
N-FlakyHandle

Conversation

@man-zhang

Copy link
Copy Markdown
Contributor

No description provided.

@man-zhang man-zhang requested a review from arcuri82 June 23, 2026 16:24
val valuesByExecIndex: Map<Int, String?>
)

private val flakyObservations: MutableList<FlakyObservation> = mutableListOf()

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for readability, fields should up in the file, not mixed in the middle of function declarations. eg, this should be moved just after the companion object declarations


override fun applyPhase() {
reexecuteToDetectFlakiness()
if (config.enableStaticFlakyInference) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't handleFlakiness be considered it here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

handleFlakiness is considered by where this applyPhase is invoked. once the function is invoked, handleFlakiness must be true. this check is added now.

@man-zhang man-zhang requested a review from arcuri82 June 29, 2026 12:25
@arcuri82 arcuri82 merged commit 21ebf4e into master Jun 29, 2026
29 checks passed
@arcuri82 arcuri82 deleted the N-FlakyHandle branch June 29, 2026 13:09
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.

2 participants