Skip to content
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

Refactor[BMQ,MQB,CI]: various improvements #604

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

678098
Copy link
Collaborator

@678098 678098 commented Feb 10, 2025

  • Allows to run ITs on Solaris
  • Use typing hints compatible with legacy Python versions
  • Remove outdated modules log configuration
  • Better naming for variables
  • Fix missing cores dir case

@678098 678098 requested a review from a team as a code owner February 10, 2025 11:40
@678098 678098 requested a review from chrisbeard February 10, 2025 11:40
@678098 678098 force-pushed the 250207_refactor_fixes branch from aa7d86b to 08f9cf2 Compare February 10, 2025 12:02
@678098 678098 force-pushed the 250207_refactor_fixes branch from 08f9cf2 to 6fa3eb2 Compare February 10, 2025 13:31
Copy link
Contributor

@chrisbeard chrisbeard left a comment

Choose a reason for hiding this comment

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

👍

"core pattern '%s' does not contain process id, cores will not be saved",
pattern,
)
except FileExistsError:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was a wrong type of error

@@ -64,7 +64,7 @@ def post_n_msgs(
for _ in range(task.num):
res = producer.post(task.uri, payload=["msg"], wait_ack=True)
assert Client.e_SUCCESS == res
producer.close(task.uri)
producer.close(task.uri, succeed=True)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This close was nonblocking, it was possible to execute the next command before producer was actually closed

@678098 678098 merged commit fef718b into bloomberg:main Feb 10, 2025
29 of 31 checks passed
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