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(enhancement): subjects & stream create/delete for test cases #54

Open
MustafaMunir123 opened this issue Oct 24, 2024 · 0 comments
Open
Labels
kind/cooldown Great candidate for the cooldown period

Comments

@MustafaMunir123
Copy link

Issue description

I have noticed that in order to pass some of the test cases we need to either create the required subjects manually or to make changes in code of each test case to pass.

Subjects

  • ConsumeTest:
    kestra.consumeSince.>, kestra.consumeMessageFromSubject.topic, kestra.consumeMessageFromSubject.anotherTopic

  • TriggerTest:
    kestra.trigger

  • RealtimeTriggerTest:
    kestra.realtime.trigger

  • ProduceTest:
    kestra.produce.<uuid>

Test-cases should be able to setup environment for them to execute properly, so we can add methods in test classes to create subjects before testing the feature and a method that deletes the created subjects afterwards.

I would like to do this if this needs a PR.

@kestrabot kestrabot bot added this to Issues Oct 24, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Oct 24, 2024
@Ben8t Ben8t added the kind/cooldown Great candidate for the cooldown period label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cooldown Great candidate for the cooldown period
Projects
Status: Backlog
Development

No branches or pull requests

2 participants