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

Fix tests #411

Closed
sujuka99 opened this issue Jan 12, 2024 · 0 comments
Closed

Fix tests #411

sujuka99 opened this issue Jan 12, 2024 · 0 comments
Labels
area/tests Relates to tests high priority Prioritised issues type/bug Something isn't working
Milestone

Comments

@sujuka99
Copy link
Contributor

sujuka99 commented Jan 12, 2024

  1. https://github.com/bakdata/kpops/blob/v3/tests/pipeline/resources/dotenv/config.yaml#L3-L4
- default_error_topic_name: "${component_name}-dead-letter-topic"
+ default_error_topic_name: "${component_name}-dead-letter-topic"
- default_output_topic_name: "${component.name}-test-topic"
+ default_output_topic_name: "${component.name}-test-topic"
  1. https://github.com/bakdata/kpops/blob/v3/tests/pipeline/resources/env-specific-config-only/config_production.yaml#L3-L4
- default_error_topic_name: "${component_name}-dead-letter-topic"
+ default_error_topic_name: "${component_name}-dead-letter-topic"
- default_output_topic_name: "${component.name}-test-topic"
+ default_output_topic_name: "${component.name}-test-topic"
  1. https://github.com/bakdata/kpops/blob/v3/tests/pipeline/resources/multi-config/config.yaml#L3-L4
- default_error_topic_name: "${component_name}-dead-letter-topic"
+ default_error_topic_name: "${component_name}-dead-letter-topic"
- default_output_topic_name: "${component.name}-test-topic"
+ default_output_topic_name: "${component.name}-test-topic"
@sujuka99 sujuka99 added type/bug Something isn't working high priority Prioritised issues area/tests Relates to tests labels Jan 12, 2024
@sujuka99 sujuka99 added this to the v3.0 milestone Jan 12, 2024
sujuka99 added a commit that referenced this issue Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests Relates to tests high priority Prioritised issues type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant