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

Add test for issue 755 #930

Open
wants to merge 1 commit into
base: old-master
Choose a base branch
from
Open

Conversation

astippich
Copy link

see #755 and #810

@piponazo
Copy link
Collaborator

Thanks! As discussed, we will merge this when we think about a way to contribute big files.

@clanmills
Copy link
Collaborator

I used to keep big files (video and EPS) in SVN and pull them down "on demand". In bash, it's something like:

if [ ! -e test/data/foo ]; then
    svn export svn://..../test/data/foo
fi
if [ ! -e test/data/foo ]; then
   >&2 echo 'unable to find test/data/foo'
   exit 1
fi

Or, you could keep big files on exiv2.org and fetch them on demand from python.

CMake can also get files from http: URLs. I believe Gilles uses this to test big files with DigiKam.

Base automatically changed from master to old-master February 28, 2021 05:57
@clanmills clanmills added this to the v1.00 milestone Apr 13, 2021
@clanmills
Copy link
Collaborator

We should improve the python test suite for v1.00. #1550. That effort should include "deep" testing to deal with large files which are not in the repos and are downloaded when required.

@clanmills clanmills added the testing Anything related to the tests and their infrastructure label Apr 13, 2021
@clanmills clanmills mentioned this pull request Apr 14, 2021
@kevinbackhouse kevinbackhouse modified the milestones: v0.28.0, Backlog Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Anything related to the tests and their infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants