You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
During the release process, several Kafka issues inevitably come up. This is mostly due to the difficulty testing Kafka in any automated way. In CI, options for creating additional services is limited and mocking Kafka would be very difficult. The result is most of our unit tests only read/write to files leaving pipelines that use Kafka untested.
Describe the solution you'd like
Ideally, we would integrate Kafka into end-to-end tests that can be run by CI (Tracking issue #258). Until that issue is completed, we will need to manually test kafka workflows. A rough outline of how this would be completed:
Every 2 weeks, a rotating person will download the latest development branch
Create a local Kafka cluster
Run all supported workflows using Kafka
Create any issues for bugs that are discovered.
Update any out of date documentation
Describe alternatives you've considered
See issue #258
Additional context
Documentation for the above steps will need to be created as part of this issue.
The text was updated successfully, but these errors were encountered:
* instructions for manually testing of Morpheus using Kafka. Adds a Kafka version for each of the four validation scripts in `scripts/validation`
* csv & json serializers now support an `include_index_col` flag to control exporting the Dataframe's index column. Note due to a limitation of cudf & pandas this has no impact on JSON:
+ pandas-dev/pandas#37600
+ rapidsai/cudf#11317
* `morpheus.utils.logging` renamed to `morpheus.utils.logger` so that other modules in `morpheus.utils` can import the standard lib logging module.
* Comparison logic in the `ValidationStage` has been moved to it's own module `morpheus.utils.compare_df` so that the functionality can be used outside of the stage.
fixes#265
Authors:
- David Gardner (https://github.com/dagardner-nv)
Approvers:
- Pete MacKinnon (https://github.com/pdmack)
- Michael Demoret (https://github.com/mdemoret-nv)
URL: #290
Is your feature request related to a problem? Please describe.
During the release process, several Kafka issues inevitably come up. This is mostly due to the difficulty testing Kafka in any automated way. In CI, options for creating additional services is limited and mocking Kafka would be very difficult. The result is most of our unit tests only read/write to files leaving pipelines that use Kafka untested.
Describe the solution you'd like
Ideally, we would integrate Kafka into end-to-end tests that can be run by CI (Tracking issue #258). Until that issue is completed, we will need to manually test kafka workflows. A rough outline of how this would be completed:
Describe alternatives you've considered
See issue #258
Additional context
Documentation for the above steps will need to be created as part of this issue.
The text was updated successfully, but these errors were encountered: