Open rju opened 2 weeks ago
author DaGeRe -- Thu, 15 Feb 2024 19:57:57 +0100
Since https://github.com/kieker-monitoring/kieker/commit/78d7af7aaa2bca62c1aad8001f577c7ad539afd0 , release-check-short outputs
bin/dev/release-check-short.sh: 4: source: not found bin/dev/release-check-short.sh: 9: function: not found bin/dev/release-check-short.sh: 11: error: not found
Since these things are not part of sh. Therefore, I’ll revert the shebang to bash.
JIRA Issue: KIEKER-1976 Disable Failing sar tests Original Reporter: David Georg Reichelt
All tests in kiekerl.tools.sar.stages.dataflow are currently failing because of Assertions.fail("Not yet implemented");
I’ll disable them for now.
Reiner Jung Are they still required? Could you maybe document in the README what the sar tool does?