Otavio Pontes

Results 34 comments of Otavio Pontes

debug_msg also doesn't work when \n is added to the message.

I don't like the idea on having multiple async commands queued to be executed after update. It's hard to notify the user on errors or when it's done. For example,...

Now I think I understood it better. We can get locked until the lock isn't released and then just proceed with the command. And print a warning like: Error: Cannot...

I like the idea too. But we could be a bit more generic and instead of a `--auth-header` we could have an `--http-header` that lets users to add any extra...

Thanks for the feedback. It's a good information to have.

According to the best definition I found about state files this behavior is correct. The old documentation on swupd-server states that "State files are kept in manifests, but they are...

I also would create one different file that is not included by testlib that includes all functions that are not intended to be used by any test, like list_tests, generate_tests,...

This won't solve the problem because any change in the test_env outside of target-dir will be propagated. I don't like the idea on having a global environment that sometimes is...

Just one consideration about this issue. The problem that occurred here is not that delta files were corrupted. The problem was that there were files corrupted in the system before...

It would be great to be able to set all tests of a file to be skipped only once instead of having multiple checks for RUNNING_IN_CI like we have today