-
Notifications
You must be signed in to change notification settings - Fork 3
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
Properly handle test zim files with git-lfs #2
Comments
@mgautierfr git-lfs seems to be a good solution, but the free storage on Github is limited to 1GB and the bandwidth to 1GB /month. Any channce we could stay within the free plan limit? |
We can store the generated data using git-lfs instead using a archive yes. The data is not intended to change. If we want to test a new point, we will add data, not change it. Except if we put big zim file we should stay under 1GB for a (long) time.
|
@mgautierfr OK, I think we should carry on. |
Hello, I am new to open source contribution, how can I contribute to this code as a first issue. |
@Deburama1 Hi and welcome, unfortunately there is nothing much we can do if you don't know how to fix the issue. |
@mgautierfr What should we do with this ticket? Close it? Move it to |
We can move it to zim-test-suite yes. |
For now we have a bunch of test/reference zim file directly in the libzim repository. All those files represent around 33Mb and ~1,4Mb is updated time to time.
We don't want that :
I'm open to idea here, but I propose :
Tests would be designed to be extensible (add/change zim files) without having to change the tests itself (auto-discover test files, from filename or metadata information)
The text was updated successfully, but these errors were encountered: