There is a bunch of skipped tests, some of them were marked to be skipped in 643ebf57. It would be nice to enable them as they could prevent bugs such as the one in #7466 (closed).
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
In the last couple of days I have been trying to fix the skipped tests. I found out that I don't really know the purpose of vial, it seems to have the same functionality as hawat.
There is still one test marked to be skipped, it's lib/vial/blueprints/auth_api/test/__init__.py. I think I managed to fix a couple of tests, though.
Also, there are some tests which for some reason are not tested with make tests command. For example, lib/vial/blueprints/groups/test/__init__.py contains a test which results in error (the error is solved in #7466 (closed)), but when running make tests this error never appears.
In one of the meetings, we talked about removing/merging vial and @Jan_Mach said he will do it. All of the skipped tests are in vial. Should I try fixing those tests before the merge is done?
In one of the meetings, we talked about removing/merging vial and @Jan_Mach said he will do it. All of the skipped tests are in vial. Should I try fixing those tests before the merge is done?
If all of them are from Vial, it's task for Vial merging (I guess at #7544 Mek will decide, whether those tests have their opposite in Hawat, or should be adapted, or should be ditched).