-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[BEAM-1796] Make testShiftTimestampInvalid NeedsRunner instead of ROS #2305
Conversation
Currently broken in Apex.
Run Apex RunnableOnService |
Can you clarify what effect you're intending to achieve by changing it from ROS to NR? |
Refer to this link for build results (access rights to CI server needed): |
Changing to RunnableOnService will cause it to not be picked up by the Apex RunnableOnService execution. That will stop it from breaking in Apex until the actual fix goes in. |
Specifically, the Apex RunnableOnService category will not execute any NeedsRunner tests, as it's not configured to pick them up; the test needs to be marked as NeedsRunner or ignored as the SDK doesn't have the proper classes to execute the test in the right context (with a Pipeline Runner) |
LGTM modulo Apex ROS tests passing. Please also file a JIRA about this breakage and tag the PR with it. |
Refer to this link for build results (access rights to CI server needed): |
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
[BEAM-<Jira issue #>] Description of pull request
mvn clean verify
. (Even better, enableTravis-CI on your fork and ensure the whole test matrix passes).
<Jira issue #>
in the title with the actual Jira issuenumber, if there is one.
Individual Contributor License Agreement.
Currently broken in Apex. I'm investigating.
@jkff @tweise