pynsee icon indicating copy to clipboard operation
pynsee copied to clipboard

tmp folder PR - bug

Open hadrilec opened this issue 1 year ago • 7 comments

@tgrandje I merged the PR on tmp folder, but apparently tests are not successful. Would you mind to have a look? I can also remove the last commit if need be 94137fb

hadrilec avatar Sep 12 '24 15:09 hadrilec

@hadrilec are you speaking of those tests?

If so, there is nothing useful in those logs but the (yet again) timeout. I'll ran those on my laptop to check if there's anything to do about it.

If my fears are confirmed (that is, that tests on github are now unreliable for unknown reasons), do you think we should test this on multiple python versions?

By the way, do you know if there might be a problem of shared ressources between pynsee and another project stored in InseeFrLab? I don't really know how github allocates ressources...

tgrandje avatar Sep 12 '24 19:09 tgrandje

OK, the 3.10 tests ran like a charm, but only 32 tests where selected. I'll retry that after having removed the versions filters.

tgrandje avatar Sep 12 '24 19:09 tgrandje

So I confirm everything worked fine on my laptop (84 tests passed in 43min). I vote to close this issue and get back on testing the impact of caching!

tgrandje avatar Sep 12 '24 20:09 tgrandje

good that it works on your computer

hadrilec avatar Sep 12 '24 20:09 hadrilec

rereading the code, shouldn't it be a call to tempfile.TemporaryDirectory() here?

tfardet avatar Sep 18 '24 09:09 tfardet

@tfardet in fact it's moved here

tgrandje avatar Sep 18 '24 09:09 tgrandje

ah right, I misread, sorry for the noise

tfardet avatar Sep 18 '24 09:09 tfardet

can we close this?

tfardet avatar Feb 21 '25 08:02 tfardet

yes

tgrandje avatar Feb 21 '25 10:02 tgrandje