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

Add integration tests #29

Merged
merged 5 commits into from
Nov 5, 2020
Merged

Add integration tests #29

merged 5 commits into from
Nov 5, 2020

Conversation

simonswine
Copy link
Collaborator

No description provided.

@simonswine simonswine force-pushed the add-integration-tests branch 5 times, most recently from 9bbdacc to c534996 Compare November 4, 2020 11:42
Signed-off-by: Christian Simon <simon@swine.de>
Signed-off-by: Christian Simon <simon@swine.de>
Signed-off-by: Christian Simon <simon@swine.de>
@simonswine
Copy link
Collaborator Author

This should work pretty reliably both on drone and on Github Actions.

@@ -73,7 +73,7 @@ func NewClient(config Config) (*Client, error) {
}

func (c *Client) InitProducer() error {
_, err := c.consumer()
_, err := c.producer()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bug from the changes from #33, where the integration tests would have actually covered this problem 😄

@simonswine simonswine requested a review from a team November 4, 2020 14:09
Copy link
Member

@jdbaldry jdbaldry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@simonswine simonswine merged commit ed7be59 into master Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants