Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explanation to errors spec_build_failed and format_build_failed on https://ci.kaitai.io/ #1092

Open
Mingun opened this issue Mar 18, 2024 · 1 comment

Comments

@Mingun
Copy link

Mingun commented Mar 18, 2024

I think, it is possible to get the concrete error, similar to failed status and show it in the test matrix. For now, I have no idea what they means?

@Mingun
Copy link
Author

Mingun commented Mar 20, 2024

I found, that format_build_failed and spec_build_failed means the same, but the second is used when corresponding KST configuration test receipt is found in spec/ks.

Both statuses means that code from KSY was generated, but failed to compile / run (I checked Java runner). It seems redundant. I think, the following 4 statuses should be used:

Status Meaning
generation_error KSC failed to generate files from KSY
build_error KSC successfully generated files, but their are fail to compile / run
failed Build is successful, but test assertion fail
passed Build is successful and test is green

Files for tests comes from

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants