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

Execute tests for MacOS and Windows using local instances of ZooKeeper and Apache Kafka #509

Merged
merged 53 commits into from
Jun 26, 2024
Merged

Execute tests for MacOS and Windows using local instances of ZooKeeper and Apache Kafka #509

merged 53 commits into from
Jun 26, 2024

Conversation

masesdevelopers
Copy link
Contributor

Description

Related Issue

fix #480

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@masesdevelopers masesdevelopers added enhancement New feature or request github_actions Pull requests that update GitHub Actions code labels Jun 25, 2024
@masesdevelopers masesdevelopers self-assigned this Jun 25, 2024
@masesdevelopers masesdevelopers merged commit 0112778 into masesgroup:master Jun 26, 2024
6 checks passed
@masesdevelopers 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
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
enhancement New feature or request github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test execution at the end of build process
1 participant