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

Decreasing test size #121

Merged
merged 3 commits into from
May 13, 2020
Merged

Decreasing test size #121

merged 3 commits into from
May 13, 2020

Conversation

pritamd47
Copy link
Contributor

As noted in #104, testing ArchGDAL requires around 200MB of datasets to be downloaded.
The objective of this PR is to tackle this issue.

As suggested by @visr here in an earlier PR with the same objective, this PR is much cleaner.

remotefiles.jl now doesn't download same files (equal sha signatures). 

Also changed 2 lines of code, such that the tests now run on non-redundant data-sets.
remotefiles.jl now doesn't download the datasets that are not used in any test
@visr
Copy link
Collaborator

visr commented May 13, 2020

Looks good, test are passing :)
Could you remove the lines you have commented out? We can always get them back from git history.

As suggested [here](yeesian#121 (comment)), deleted the lines instead of commenting out
@visr
Copy link
Collaborator

visr commented May 13, 2020

Great, thanks. What it the reason that you marked it WIP, work in progress? Do you still want to make other changes in this PR, or is this good to go?

@pritamd47
Copy link
Contributor Author

It is good to go now. I used the WIP tag in case I needed to make further changes.

@visr
Copy link
Collaborator

visr commented May 13, 2020

As long as you think you are done, you can leave it out. Otherwise people may wait for you to finish :)

@visr visr merged commit 2186d3a into yeesian:master May 13, 2020
@visr visr changed the title WIP: Decreasing test size Decreasing test size May 13, 2020
@yeesian
Copy link
Owner

yeesian commented May 16, 2020

Many thanks Pritam! :)

pritamd47 added a commit to pritamd47/ArchGDAL.jl that referenced this pull request Jun 2, 2020
* Removed Duplicates

remotefiles.jl now doesn't download same files (equal sha signatures). 

Also changed 2 lines of code, such that the tests now run on non-redundant data-sets.

* Removed files which were not used for testing

remotefiles.jl now doesn't download the datasets that are not used in any test

* Deleted commented out lines

As suggested [here](yeesian#121 (comment)), deleted the lines instead of commenting out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants