Skip to content

[7.17] Bump ironbank 9.6 #45327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 13, 2025
Merged

[7.17] Bump ironbank 9.6 #45327

merged 1 commit into from
Jul 13, 2025

Conversation

pierrehilbert
Copy link
Collaborator

Proposed commit message

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Disruptive User Impact

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Use cases

Screenshots

Logs

@pierrehilbert pierrehilbert requested a review from cmacknz July 11, 2025 13:48
@pierrehilbert pierrehilbert requested a review from a team as a code owner July 11, 2025 13:48
@pierrehilbert pierrehilbert removed the request for review from a team July 11, 2025 13:48
@pierrehilbert pierrehilbert added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label Jul 11, 2025
@pierrehilbert pierrehilbert requested a review from belimawr July 11, 2025 13:48
@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Jul 11, 2025
@belimawr
Copy link
Contributor

libbeat/outputs/kafka TestKafkaPublish/run_test(1):_publish_single_event_with_topic_from_type is timing out 🤔

It's coming from this bit of code:

for len(messages) < nMessages {
select {
case msg := <-msgs:
messages = append(messages, msg)
case <-timer:
break
}
}

I didn't investigate it, let me know if you want me to take a look at it @pierrehilbert.

@pierrehilbert
Copy link
Collaborator Author

This is a known issue created by you indeed haha: #44032

Copy link
Member

@ebeahan ebeahan left a comment

Choose a reason for hiding this comment

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

Approving the changes since the CI failure is related to known flakiness.

@pierrehilbert pierrehilbert merged commit d427e99 into 7.17 Jul 13, 2025
125 of 127 checks passed
@pierrehilbert pierrehilbert deleted the bump-ironbank-9.6-branch7.17 branch July 13, 2025 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants