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

GEODE-5600 - Run createVersionPropertiesFile on SHA change #2457

Merged
merged 3 commits into from Sep 13, 2018

Conversation

rhoughton-pivot
Copy link
Member

@rhoughton-pivot rhoughton-pivot commented Sep 11, 2018

Found during testing, relating to GEODE-5694, remove the zip artifacts for better signing behavior

Authored-by: Robert Houghton rhoughton@pivotal.io

Thank you for submitting a contribution to Apache Geode.

In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?

  • Has your PR been rebased against the latest commit within the target branch (typically develop)?

  • Is your initial contribution a single, squashed commit?

  • Does gradlew build run cleanly?

  • Have you written or updated unit tests to verify your changes?

  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?

Note:

Please ensure that once the PR is submitted, you check travis-ci for build issues and
submit an update to your PR as soon as possible. If you need help, please send an
email to dev@geode.apache.org.

Found during testing, relating to GEODE-5694, remove the zip artifacts for better signing behavior

Authored-by: Robert Houghton <rhoughton@pivotal.io>
@rhoughton-pivot
Copy link
Member Author

@pivotal-jbarrett @smgoller @nabarunnag This changes the signing behavior a little bit, as relates to ZIP artifacts. Please check it out.

Copy link
Member

@PurelyApplied PurelyApplied left a comment

Choose a reason for hiding this comment

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

There are some remnants of the other changes in the previous attempt at GEODE-5600 that should be removed in favor of this approach. Notably:

  • The properties sourceRevision and sourceRepository are not longer used in gradle.properties and should be removed.
  • In the pull-request/jinja.template.yml, two instances of SOURCE_REPOSITORY no longer need to be passed to the test/build scripts.

Copy link
Contributor

@jake-at-work jake-at-work left a comment

Choose a reason for hiding this comment

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

Asside from the changes that @PurelyApplied asked for I approve this change.

@PurelyApplied
Copy link
Member

Spurious failure

> Task :geode-core:test

org.apache.geode.internal.process.lang.AvailablePidTest > findAvailablePidShouldNotReturnLivePid FAILED
    org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
        at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:162)
        at sun.misc.Perf.attach(Native Method)
        at sun.misc.Perf.attachImpl(Perf.java:270)
        at sun.misc.Perf.attach(Perf.java:200)
        at sun.jvmstat.perfdata.monitor.protocol.local.PerfDataBuffer.<init>(PerfDataBuffer.java:64)
        at sun.jvmstat.perfdata.monitor.protocol.local.LocalMonitoredVm.<init>(LocalMonitoredVm.java:68)
        at sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider.getMonitoredVm(MonitoredHostProvider.java:77)
        at sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider.getMonitoredVm(MonitoredHostProvider.java:67)
        at sun.tools.attach.HotSpotAttachProvider.listVirtualMachines(HotSpotAttachProvider.java:101)
        at com.sun.tools.attach.VirtualMachine.list(VirtualMachine.java:147)
        at org.apache.geode.internal.process.AttachProcessUtils.isProcessAlive(AttachProcessUtils.java:35)
        at org.apache.geode.internal.process.ProcessUtils.isProcessAlive(ProcessUtils.java:81)
        at org.apache.geode.internal.process.lang.AvailablePidTest.findAvailablePidShouldNotReturnLivePid(AvailablePidTest.java:78)

passed upon rerun.

See failing:
https://concourse.apachegeode-ci.info/teams/main/pipelines/pr-develop/jobs/Build/builds/1057

vs passing:
https://concourse.apachegeode-ci.info/teams/main/pipelines/pr-develop/jobs/Build/builds/1063

@PurelyApplied PurelyApplied merged commit 8302a28 into apache:develop Sep 13, 2018
@smgoller smgoller deleted the feature/GEODE-5600 branch September 17, 2018 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants