-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Execute tests for MacOS and Windows using local instances of ZooKeeper and Apache Kafka #509
Merged
masesdevelopers
merged 53 commits into
masesgroup:master
from
masesdevelopers:480-add-test-execution-at-the-end-of-build-process-5
Jun 26, 2024
Merged
Execute tests for MacOS and Windows using local instances of ZooKeeper and Apache Kafka #509
masesdevelopers
merged 53 commits into
masesgroup:master
from
masesdevelopers:480-add-test-execution-at-the-end-of-build-process-5
Jun 26, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
masesdevelopers
added
enhancement
New feature or request
github_actions
Pull requests that update GitHub Actions code
labels
Jun 25, 2024
…ution-at-the-end-of-build-process-5
masesdevelopers
deleted the
480-add-test-execution-at-the-end-of-build-process-5
branch
June 26, 2024 22:33
masesdevelopers
added a commit
to masesdevelopers/EntityFramework4Kafka
that referenced
this pull request
Jul 2, 2024
…ails for the same reason reported in masesgroup/KNet#509
masesdevelopers
added a commit
to masesgroup/KEFCore
that referenced
this pull request
Jul 2, 2024
* Use `SingleOrDefault` instead of `Single` to manage conditions where it is raised `System.InvalidOperationException: Sequence contains no elements` * Split windows jobs since Kafka seems to crash on that OS if heavily loaded * In case of timeout, especially in Windows, exit without report error because the error comes from external source * Configuration in workflow folder and remove prefetch * Upload dumps * Added KafkaStreams test * Update management of exceptions * Added Raw and Buffered tests for KafkaStreams * Use latest JDK for tests * Code harmonization * Adds tests with prefetch * Fix #22 aligning key of headers to the JVM type * Update tests moving out execution from Main to verify if some tests fails for the same reason reported in masesgroup/KNet#509
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
fix #480
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: