You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
davidebeatrici opened this issue
Jan 7, 2025
· 4 comments
Labels
BugThis tag is applied to issues which reports bugs.TestingBugs/feature requests, that are related to testing framework, `test_` functions and `_test.v` files.
Another OpenMandriva specific issue... here, I get
$ v test cmd/tools/vretry_test.v
---- Testing... ----------------------------------------------------------------------------------------------------------------------------
OK 602.667 ms cmd/tools/vretry_test.v
--------------------------------------------------------------------------------------------------------------------------------------------
Summary for all V _test.v files: 1 passed, 1 total. Elapsed time: 746 ms, on 1 job. Comptime: 142 ms. Runtime: 602 ms.
$
That test just tries to run 3 git commands... the first is expected to fail, but the other 2 definitely will if you don't run the test from a git repo.
Which is what I thought... I believe the test should be changed to use a command that is guaranteed to succeed (i.e. doesn't rely on the folder being a Git repository).
felipensp
added
the
Testing
Bugs/feature requests, that are related to testing framework, `test_` functions and `_test.v` files.
label
Jan 7, 2025
BugThis tag is applied to issues which reports bugs.TestingBugs/feature requests, that are related to testing framework, `test_` functions and `_test.v` files.
Describe the bug
All tests succeed except for
vretry_test.v
:Reproduction Steps
Expected Behavior
The test to succeed.
Current Behavior
The test fails.
Possible Solution
No response
Additional Information/Context
Full log: https://file-store.openmandriva.org/api/v1/file_stores/568a50eebd6cc3fbcd4ec41c685a2e877e2a1fa9.log?show=true
V version
0.4.9
Environment details (OS name and version, etc.)
OpenMandriva on x86_64.
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
Huly®: V_0.6-21829
The text was updated successfully, but these errors were encountered: