Skip to content

Instantly share code, notes, and snippets.

@johnpoth
Created July 3, 2018 15:45
Show Gist options
  • Save johnpoth/0b27d05649ea410f4b82491505333e63 to your computer and use it in GitHub Desktop.
Save johnpoth/0b27d05649ea410f4b82491505333e63 to your computer and use it in GitHub Desktop.
[jpoth@localhost ~/dev/git/apache/camel]$git bisect start HEAD camel-2.17.0
Bisecting: a merge base must be tested
[95a7910f00bb42398acd1fbedc1bd88e0f53d475] Add setContentLengthLong() method defined in ServletResponse
[jpoth@localhost ~/dev/git/apache/camel]$git bisect run ./git-run.sh
running ./git-run.sh
..... COFFEE BREAK ~ 20 minutes later
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 58.522 s
[INFO] Finished at: 2018-07-02T17:16:32+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project camel-core: There are test failures.
[ERROR]
[ERROR] Please refer to /home/jpoth/dev/git/apache/camel/camel-core/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
5c47d946e1f469f515203b594b720b9f5a297ddc is the first bad commit
commit 5c47d946e1f469f515203b594b720b9f5a297ddc
Date: Fri May 20 08:57:27 2016 +0200
CAMEL-9970: CamelFileLength header is wrong for long write file. Implemented a generic solution. Thanks to Sergey Monichev for the test patch we are using.
:040000 040000 d0fcb7635b4e3e9501acec252a62855cb2437e90 2b1794e6db5ebb4fdb9801c406b493e0d27d0b25 M camel-core
:040000 040000 ebb2895aff38cf3a42e3af2200a2095e7cb2fc28 91993384594df7007ce624c4524f7d4bdedec8cd M components
bisect run success
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment