Ali Khosravi

Results 107 comments of Ali Khosravi

@GeigerJ2 , do you have a moment to apply the changes? Thanks a lot!

@GeigerJ2 Is doing a benchmark is really necessarily for this? I suggest Just merge it, 5 second is long enough :smiling_face_with_tear:

:smiling_face_with_tear: 🤌

So regarding this, I did a test to see how critically this issue impacts our performance. I configured a computer with `core.ssh` as a transport plugin and `core.direct` as scheduler...

Thanks a lot @ahkole, Changes looks good to me, I run the workflow now to see if tests pass.

Ok, we're hittinh this github bug again, workflow will not run because I forgot to click on "Approve and run", before pushing :smiling_face_with_tear: I do a dirty trick

Good! the trick worked, now let's see the tests..

@ahkole, thanks a gain for your contribution, One of the tests is failing for `sqlite` storage backend. To reproduce run this: `pytest --db-backend sqlite tests/restapi/test_statistics.py` While for `psql` gonna pass:...

yeah, strange, I tried to run locally with `3.9`, also passes for me. I don't understand why it fails on the CI :thinking:

> Is there a way to look more into this type_count_response = requests.get(f'{_server_url}/nodes/full_types_count', timeout=10) request and figure out why full_type if none when this gets executed on the CI host?...