-
Notifications
You must be signed in to change notification settings - Fork 60
update subquota limits #114
update subquota limits #114
Conversation
Hey dude… probably most (if not all) CI tests error are due to a bug not related to your PR (something with the |
#175 Fix that ;) |
Thanks @anaschwendler and @cuducos! Before that, There were a test expecting true when exactly on the limit and I changed to false. The test was getting ok because it was testing for the wrong limit. Just for checking, there isn't the intention of classifying exactly on the limit as suspicious, right? |
Yes, that's true, there is no why testing exactly on the limit, only above the limit :) |
I think they are there just to ensure that only those reimbursements that go beyond the limit are considered suspect. I think the other was just lost out there Is there anything else that I can do here? |
I'll test your PR now and check if there is something more :) |
What I did to test this PR:
$ git clone git@github.com:datasciencebr/rosie.git
$ cd rosie
$ git checkout -b giovanisleite-giovani-update-subquota-limits master
$ git pull https://github.com/giovanisleite/rosie.git giovani-update-subquota-limits
$ docker run --rm -v /tmp/serenata-data:/tmp/serenata-data datasciencebr/rosie test The result: ➜ rosie git:(giovanisleite-giovani-update-subquota-limits) docker run --rm -v /tmp/serenata-data:/tmp/serenata-data datasciencebr/rosie test
Unable to find image 'datasciencebr/rosie:latest' locally
latest: Pulling from datasciencebr/rosie
b56ae66c2937: Pull complete
9b1046dbb70f: Pull complete
cb24e37960bd: Pull complete
f59f9a05cb7c: Pull complete
ba2f93753fe1: Pull complete
29de05c8752a: Pull complete
982a9a1a4cab: Pull complete
Digest: sha256:7c36e0ac70b32459154e233f1503376ae50b31e4af8f6706ac229198df117fa5
Status: Downloaded newer image for datasciencebr/rosie:latest
.................................................................
----------------------------------------------------------------------
Ran 65 tests in 3.071s
OK I took a great look at the tests and they seem to be covering very well, @cuducos said that it looks good tomorrow morning, so it is good to go! \o\ |
What is the purpose of this Pull Request?
Update chronological sub-quota limits (close #113 )
What was done to achieve this purpose?
The limits of monthly_subquota_limit_classifier was updated
Who can help reviewing it?
@cuducos
TODO
Using docker, I always get ok from the tests, even when I break them.
Without docker, I get this error: