-
Notifications
You must be signed in to change notification settings - Fork 5
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
#21 update for Zeebe 0.22.1 final #35
Conversation
grexe
commented
Jan 24, 2020
- removed alpha versions, all supported versions are final now
- WIP: tests run through in IDE, but not on command line -> container timeouts for cluster tests
- storing version in ZeebeBrokerContainer so we can retrieve the correct log output (stored in Enum now)
- moved SupportedVersion to make it accessible from both test and implementation
- removed alpha versions, all supported versions are final now - WIP: tests run through in IDE, but not on command line -> container timeouts for cluster tests - storing version in ZeebeBrokerContainer so we can retrieve the correct log output (stored in Enum now) - moved SupportedVersion to make it accessible from both test and implementation
I checked out your branch, and I can confirm the tests don't time out on Linux or Windows 10 (CLI or IntelliJ) - so maybe it is a macOS issue? You could try adding the following to the os:
- linux
- osx (see https://docs.travis-ci.com/user/multi-os/) As far as I'm concerned though, if the tests are passing on Travis, and later on our own Jenkins CI, and on Windows and Linux, I'm satisfied with this. |
If you can just rebase, and sign the CLA, then I will gladly merge this 👍 To sign the CLA, the git email used to commit must be the same as your GitHub user (or just that email as well to your Github account). |
Thanks, I'm still waiting for the OK by my boss but it's more of a formal check, will do! |
I've signed the CLA now and resolved the merge conflict of my PR (framework versions have been updated in the meantime). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I want to merge a fix for #38 (should take a few minutes only) and then will release 🎉
bors r+ |
35: #21 update for Zeebe 0.22.1 final r=npepinpe a=grexe - removed alpha versions, all supported versions are final now - WIP: tests run through in IDE, but not on command line -> container timeouts for cluster tests - storing version in ZeebeBrokerContainer so we can retrieve the correct log output (stored in Enum now) - moved SupportedVersion to make it accessible from both test and implementation Co-authored-by: Gregor B. Rosenauer <gregor.rosenauer@viesure.io> Co-authored-by: Gregor B. Rosenauer <gregor.rosenauer@gmail.com>
Build succeeded |