Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
updating urls in tests to point to new locations #675
Conversation
droazen
was assigned
by lbergelson
Aug 3, 2016
coveralls
commented
Aug 3, 2016
|
Changes Unknown when pulling cfbc611 on lb_move_urls_to_new_locations into * on master*. |
droazen
and 1 other
commented on an outdated diff
Aug 3, 2016
src/test/java/htsjdk/samtools/BAMRemoteFileTest.java
| @@ -42,7 +42,7 @@ | ||
| public class BAMRemoteFileTest { | ||
| private final File BAM_INDEX_FILE = new File("src/test/resources/htsjdk/samtools/BAMFileIndexTest/index_test.bam.bai"); | ||
| private final File BAM_FILE = new File("src/test/resources/htsjdk/samtools/BAMFileIndexTest/index_test.bam"); | ||
| - private final String BAM_URL_STRING = "http://www.broadinstitute.org/~picard/testdata/index_test.bam"; | ||
| + private final String BAM_URL_STRING = "https://personal.broadinstitute.org/picard/testdata/index_test.bam"; |
droazen
Contributor
|
|
One comment to address, then merge when ready |
droazen
assigned lbergelson and unassigned droazen
Aug 3, 2016
coveralls
commented
Aug 3, 2016
|
Changes Unknown when pulling 315b8c6 on lb_move_urls_to_new_locations into * on master*. |
coveralls
commented
Aug 3, 2016
|
Changes Unknown when pulling 315b8c6 on lb_move_urls_to_new_locations into * on master*. |
lbergelson
merged commit 38713af
into
master
Aug 3, 2016
|
@lbergelson remember to delete the branch |
nh13
deleted the
lb_move_urls_to_new_locations branch
Aug 3, 2016
jamesemery
added a commit
to jamesemery/htsjdk
that referenced
this pull request
Sep 1, 2016
|
|
lbergelson + jamesemery |
f84f3c7
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lbergelson commentedAug 3, 2016
•
edited
Description
Tests are breaking on master because of changed broad made to our webhosting
Checklist
- [ ] New tests covering changes and new functionality- [ ] Extended the README / documentation, if necessary- [ ] Is not backward compatible (breaks binary or source compatibility)broad changed its website's urls from http://www.broadinstitute.org/~picard -> https://personal.broadinstitute.org/picard
there are redirects in place that work in most browsers, but our implementation of http can't follow the redirects