-
Notifications
You must be signed in to change notification settings - Fork 288
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
Fix #432: Uses class member vars on omited start/end time vars #433
Conversation
54f2aec
to
546ad3f
Compare
To comply with the project's CI, I just rebased this commit from branch |
This is my personal opinion. .. |
It's not I don't want, I wish I could, unfortunately I can't. |
different. make test-It's not about docker, it's a normal operation check. I want to make it mandatory for future pull requests. It's impossible that you haven't confirmed the operation. |
After changing it, install it with python setup.py install and can't check the operation? .. |
I haven't really checked the operation, so please check out the pull request locally and check the operation before merging, and I think I should have commented on the method for checking the operation. |
I'm not angry, I just thought about how to prevent this from happening in the future. |
I once ran And when I want to run manually a test_rule:
Tested from a pyenv and venv environment with all the dependencies from About |
Is it possible to wait and do it from home? .. Company? .. Do you mean you're doing it during business hours? |
For the time being, I understood that I noticed if I checked the operation with the parameters "--start" and "--end". |
That's the execution of test code, right? .. What I wanted to say was that I wanted the modified code to work locally. |
I can test this some time in the next 24h if no one gets to it first. |
I appreciate your cooperation. |
Signed-off-by: Thibaud CANALE <thican@thican.net>
546ad3f
to
02ab7e3
Compare
Hello again, Meanwhile I decided to test
I guess this proof is good enough at least to tell the issue raised in MR #432 has been fixed. Best regards, |
The KeyError is probably because the first error prevented some setup code from running. |
elasticseearch is 7.14, and it is running with docker. Current master
Merge pull request #415 from Neuro-HSOC/markdown-summary-table
|
I brought the one you are currently issuing a pull request locally and checked the operation. There is no problem.
|
Is there anything else you would like to do? |
Sorry, I didn't understand the goal of your test @nsano-rururu. We know and we all agreed current Your test should point to my current branch, which contains the fix. |
Nothing else needed. You can approve and merge it. Thank you @nsano-rururu for the thorough review, and @thican for the quick fix. |
You can discard my last comment, we cross commented therefore I didn't see your last response. |
Thanks for your reviews. |
Signed-off-by: Thibaud CANALE thican@thican.net
Description
Merge request to fix issue raised in discussion #432.
I forgot to update variables
starttime
andendtime
with their class member counterparts.Checklist
make test-docker
with my changes.