Skip to content

merge queue: queuing main (84f7626) and #2658 together#2659

Closed
mergify[bot] wants to merge 3 commits into
mainfrom
mergify/merge-queue/89ec39e345
Closed

merge queue: queuing main (84f7626) and #2658 together#2659
mergify[bot] wants to merge 3 commits into
mainfrom
mergify/merge-queue/89ec39e345

Conversation

@mergify

@mergify mergify Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

⏳ The pull request #2658 is queued for merge and currently being checked. ⏳

Branch main (84f7626) and #2658 are queued together for merge.

This pull request has been created by Mergify to check the mergeability of #2658.
You don't need to do anything. Mergify will close this pull request automatically when it is complete.

Required conditions of queue rule default for merge:

  • #approved-reviews-by>1
  • any of [🛡 GitHub branch protection]:
    • check-neutral = test-e2e
    • check-skipped = test-e2e
    • check-success = test-e2e
  • any of [🛡 GitHub branch protection]:
    • check-neutral = test-integration
    • check-skipped = test-integration
    • check-success = test-integration
  • any of [🛡 GitHub branch protection]:
    • check-neutral = tests
    • check-skipped = tests
    • check-success = tests
  • any of [🛡 GitHub branch protection]:
    • check-neutral = golangci-lint
    • check-skipped = golangci-lint
    • check-success = golangci-lint
  • #approved-reviews-by >= 1 [🛡 GitHub branch protection]

Required conditions to stay in the queue:

---
checking_base_sha: 84f762600f8450b3b49201b725f4dd8c1e7b2a4a
previous_check_retries: []
previous_failed_batches: []
pull_requests:
  - number: 2658
    scopes: []
scopes: []
...

@mergify mergify Bot mentioned this pull request Jun 19, 2026
@mergify mergify Bot closed this Jun 19, 2026
@mergify mergify Bot deleted the mergify/merge-queue/89ec39e345 branch June 19, 2026 14:32
@github-actions github-actions Bot added C:Testing Assigned automatically by the PR labeler C:CI Assigned automatically by the PR labeler labels Jun 19, 2026
Comment thread tests/e2e/actions.go
Comment on lines +213 to +231
go func() {
for scanner.Scan() {
out := scanner.Text()
if verbose {
fmt.Println("startChain: " + out)
}
if out == done {
scanDone <- nil
return
}
}
if out == done {
break
if err := scanner.Err(); err != nil {
scanDone <- err
return
}
}
if err := scanner.Err(); err != nil {
log.Fatal(err)
// The script exited (stdout closed) before signaling done, which means
// the chain failed to start rather than just being slow.
scanDone <- fmt.Errorf("chain %s start script exited before signaling done", action.Chain)
}()
Comment thread tests/e2e/v5/actions.go
Comment on lines +145 to +161
go func() {
for scanner.Scan() {
out := scanner.Text()
if verbose {
fmt.Println("startChain: " + out)
}
if out == done {
scanDone <- nil
return
}
}
if out == done {
break
if err := scanner.Err(); err != nil {
scanDone <- err
return
}
}
if err := scanner.Err(); err != nil {
log.Fatal(err)
scanDone <- fmt.Errorf("chain %s start script exited before signaling done", action.Chain)
}()
Comment thread tests/e2e/v5/actions.go
Comment on lines +845 to +861
go func() {
for scanner.Scan() {
out := scanner.Text()
if verbose {
fmt.Println("assign key - reconfigure: " + out)
}
if out == done {
scanDone <- nil
return
}
}
if out == done {
break
if err := scanner.Err(); err != nil {
scanDone <- err
return
}
}
if err := scanner.Err(); err != nil {
log.Fatal(err)
scanDone <- fmt.Errorf("reconfigure node for %s exited before signaling done", action.Chain)
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C:CI Assigned automatically by the PR labeler C:Testing Assigned automatically by the PR labeler

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants