This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Added build workflow and fixed build issues#2
Open
patrickbussmann wants to merge 5 commits intogematik:masterfrom
Open
Added build workflow and fixed build issues#2patrickbussmann wants to merge 5 commits intogematik:masterfrom
patrickbussmann wants to merge 5 commits intogematik:masterfrom
Conversation
added 3 commits
June 19, 2020 10:41
- Funktionality for delete directory entries\n - Funktionality for read directory entries\n
- Funktionality for add certificates entries\n - Funktionality for delete certificates entries\n - Funktionality for read certificates entries\n
- Proxyfunktion - Multithreading ready - SaveModify (Modify ohne Überschreiben)
Member
|
Hello @patrickbussmann , thanks for working on our product. We tried unsuccessfully to recreate the behavior you described. It appears that the test server does not start successfully. The build environment may prevent a secondary process from starting. Could you check if the process starts and is up and running while executing the tests? Please have a look at the IntegrationTestsuite Class |
ccaae43 to
0f588f0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I had the same issue like #1.
So now I added GitHub build workflow and fixed the build.
It generates now a
VZD-Client-1.1.0.zip.But the script is skipping the tests at the moment because:
So
92 tests completed, 26 failed.Maybe someone can fix them and remove the
-x testfrom the.github\workflows\build.ymlfile.