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

chore(deps): update all non-major dependencies (except core kotlin) #574

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

chore(deps): update all non-major dependencies (except core kotlin)

0a0f72c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): update all non-major dependencies (except core kotlin) #574

chore(deps): update all non-major dependencies (except core kotlin)
0a0f72c
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Tests (Windows, dorny/test-reporter@v1) succeeded Oct 4, 2024 in 1s

93 passed, 0 failed and 4 skipped

Tests passed successfully

Report Passed Failed Skipped Time
save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ExtraFlagsExtractorTest.xml 4✅ 739ms
save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.files.FileUtilsTest.xml 4✅ 372ms
save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ProcessBuilderTest.xml 13✅ 487ms
save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.utils.ProcessBuilderInternalTest.xml 2✅ 114ms
save-common/build/test-results/mingwX64Test/TEST-com.saveourtool.save.core.ExtraFlagsExtractorTest.xml 4✅ 5ms
save-common/build/test-results/mingwX64Test/TEST-com.saveourtool.save.core.files.FileUtilsTest.xml 4✅ 29ms
save-common/build/test-results/mingwX64Test/TEST-com.saveourtool.save.core.ProcessBuilderTest.xml 13✅ 41ms
save-common/build/test-results/mingwX64Test/TEST-com.saveourtool.save.core.utils.PlatformStringUtilsTest.xml 1✅ 0ms
save-common/build/test-results/mingwX64Test/TEST-com.saveourtool.save.core.utils.ProcessBuilderInternalTest.xml 2✅ 18ms
save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest.xml 5✅ 170ms
save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.utils.ComparisonTest.xml 1✅ 5ms
save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.utils.StringUtilsTest.xml 3✅ 25ms
save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.utils.UtilsTest.xml 3✅ 5ms
save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.WarnPluginTest.xml 9✅ 2⚪ 1s
save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest.xml 5✅ 7ms
save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.utils.ComparisonTest.xml 1✅ 2ms
save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.utils.StringUtilsTest.xml 3✅ 4ms
save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.utils.UtilsTest.xml 3✅ 3ms
save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.WarnPluginTest.xml 9✅ 2⚪ 2s
save-reporters/build/test-results/jvmTest/TEST-com.saveourtool.save.reporter.json.JsonReporterTest.xml 2✅ 398ms
save-reporters/build/test-results/mingwX64Test/TEST-com.saveourtool.save.reporter.json.JsonReporterTest.xml 2✅ 9ms

✅ save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ExtraFlagsExtractorTest.xml

4 tests were completed in 739ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.ExtraFlagsExtractorTest 4✅ 739ms

✅ com.saveourtool.save.core.ExtraFlagsExtractorTest

✅ test for splitByNonEscaped()[jvm]
✅ basic test()[jvm]
✅ should resolve placeholders()[jvm]
✅ should join multiline directives()[jvm]

✅ save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.files.FileUtilsTest.xml

4 tests were completed in 372ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.files.FileUtilsTest 4✅ 372ms

✅ com.saveourtool.save.core.files.FileUtilsTest

✅ example for findAllFilesMatching()[jvm]
✅ create relative path in case of branchy file tree()[jvm]
✅ example for findDescendantDirectoriesBy()[jvm]
✅ create relative path when config and test resource located in the same directory()[jvm]

✅ save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ProcessBuilderTest.xml

13 tests were completed in 487ms with 13 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.ProcessBuilderTest 13✅ 487ms

✅ com.saveourtool.save.core.ProcessBuilderTest

✅ simple check with redirection()[jvm]
✅ change multiple echo commands with redirections 2()[jvm]
✅ change multiple echo commands with redirections 3()[jvm]
✅ simple check with redirection without whitespaces at all()[jvm]
✅ check stdout()[jvm]
✅ one long echo()[jvm]
✅ check stdout with redirection()[jvm]
✅ change multiple echo commands with redirections()[jvm]
✅ extra whitespaces shouldn't influence to echo()[jvm]
✅ simple check with redirection without first whitespace()[jvm]
✅ simple check()[jvm]
✅ command without echo()[jvm]
✅ empty command()[jvm]

✅ save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.utils.ProcessBuilderInternalTest.xml

2 tests were completed in 114ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.utils.ProcessBuilderInternalTest 2✅ 114ms

✅ com.saveourtool.save.core.utils.ProcessBuilderInternalTest

✅ check stderr with additional warning()[jvm]
✅ check stderr()[jvm]

✅ save-common/build/test-results/mingwX64Test/TEST-com.saveourtool.save.core.ExtraFlagsExtractorTest.xml

4 tests were completed in 5ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.ExtraFlagsExtractorTest 4✅ 5ms

✅ com.saveourtool.save.core.ExtraFlagsExtractorTest

✅ basic test[mingwX64]
✅ should resolve placeholders[mingwX64]
✅ should join multiline directives[mingwX64]
✅ test for splitByNonEscaped[mingwX64]

✅ save-common/build/test-results/mingwX64Test/TEST-com.saveourtool.save.core.files.FileUtilsTest.xml

4 tests were completed in 29ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.files.FileUtilsTest 4✅ 29ms

✅ com.saveourtool.save.core.files.FileUtilsTest

✅ example for findAllFilesMatching[mingwX64]
✅ example for findDescendantDirectoriesBy[mingwX64]
✅ create relative path when config and test resource located in the same directory[mingwX64]
✅ create relative path in case of branchy file tree[mingwX64]

✅ save-common/build/test-results/mingwX64Test/TEST-com.saveourtool.save.core.ProcessBuilderTest.xml

13 tests were completed in 41ms with 13 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.ProcessBuilderTest 13✅ 41ms

✅ com.saveourtool.save.core.ProcessBuilderTest

✅ empty command[mingwX64]
✅ check stdout[mingwX64]
✅ check stdout with redirection[mingwX64]
✅ command without echo[mingwX64]
✅ simple check[mingwX64]
✅ simple check with redirection[mingwX64]
✅ simple check with redirection without first whitespace[mingwX64]
✅ simple check with redirection without whitespaces at all[mingwX64]
✅ one long echo[mingwX64]
✅ change multiple echo commands with redirections[mingwX64]
✅ change multiple echo commands with redirections 2[mingwX64]
✅ change multiple echo commands with redirections 3[mingwX64]
✅ extra whitespaces shouldn't influence to echo[mingwX64]

✅ save-common/build/test-results/mingwX64Test/TEST-com.saveourtool.save.core.utils.PlatformStringUtilsTest.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.utils.PlatformStringUtilsTest 1✅ 0ms

✅ com.saveourtool.save.core.utils.PlatformStringUtilsTest

✅ checking escaping of percents[mingwX64]

✅ save-common/build/test-results/mingwX64Test/TEST-com.saveourtool.save.core.utils.ProcessBuilderInternalTest.xml

2 tests were completed in 18ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.utils.ProcessBuilderInternalTest 2✅ 18ms

✅ com.saveourtool.save.core.utils.ProcessBuilderInternalTest

✅ check stderr[mingwX64]
✅ check stderr with additional warning[mingwX64]

✅ save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest.xml

5 tests were completed in 170ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest 5✅ 170ms

✅ com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest

✅ should filter out warnings from other files - absolute paths with testRoot being relative()[jvm]
✅ should filter out warnings from other files - relative paths()[jvm]
✅ should filter out warnings from other files()[jvm]
✅ should convert SARIF report to SAVE warnings()[jvm]
✅ should filter out warnings from other files - absolute paths with testRoot being absolute()[jvm]

✅ save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.utils.ComparisonTest.xml

1 tests were completed in 5ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.utils.ComparisonTest 1✅ 5ms

✅ com.saveourtool.save.plugin.warn.utils.ComparisonTest

✅ should compare warnings()[jvm]

✅ save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.utils.StringUtilsTest.xml

3 tests were completed in 25ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.utils.StringUtilsTest 3✅ 25ms

✅ com.saveourtool.save.plugin.warn.utils.StringUtilsTest

✅ checking the creation of regex messages from strings()[jvm]
✅ regression with regular expressions()[jvm]
✅ checking the search of delimiters in the string()[jvm]

✅ save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.utils.UtilsTest.xml

3 tests were completed in 5ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.utils.UtilsTest 3✅ 5ms

✅ com.saveourtool.save.plugin.warn.utils.UtilsTest

✅ should extract warnings from different text with no line but col()[jvm]
✅ should extract warnings from different text with line and col()[jvm]
✅ should extract warnings from different text with line but no col()[jvm]

✅ save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.WarnPluginTest.xml

11 tests were completed in 1s with 9 passed, 0 failed and 2 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.WarnPluginTest 9✅ 2⚪ 1s

✅ com.saveourtool.save.plugin.warn.WarnPluginTest

✅ warn-plugin test exception()[jvm]
⚪ warn-plugin test - multiple warnings and ignore technical comments()[jvm]
✅ warn-plugin test - multiple warnings and no line-col()[jvm]
✅ warn-plugin test for batchSize()[jvm]
✅ basic warn-plugin test with exactWarningsMatch = false()[jvm]
✅ regression - test resources in multiple directories()[jvm]
✅ warn-plugin test with default warning without line()[jvm]
⚪ basic warn-plugin test with ignoreTechnicalComments=true()[jvm]
✅ warn-plugin test - multiple warnings()[jvm]
✅ basic warn-plugin test()[jvm]
✅ warn-plugin test for all mods()[jvm]

✅ save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest.xml

5 tests were completed in 7ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest 5✅ 7ms

✅ com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest

✅ should convert SARIF report to SAVE warnings[mingwX64]
✅ should filter out warnings from other files[mingwX64]
✅ should filter out warnings from other files - relative paths[mingwX64]
✅ should filter out warnings from other files - absolute paths with testRoot being relative[mingwX64]
✅ should filter out warnings from other files - absolute paths with testRoot being absolute[mingwX64]

✅ save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.utils.ComparisonTest.xml

1 tests were completed in 2ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.utils.ComparisonTest 1✅ 2ms

✅ com.saveourtool.save.plugin.warn.utils.ComparisonTest

✅ should compare warnings[mingwX64]

✅ save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.utils.StringUtilsTest.xml

3 tests were completed in 4ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.utils.StringUtilsTest 3✅ 4ms

✅ com.saveourtool.save.plugin.warn.utils.StringUtilsTest

✅ checking the search of delimiters in the string[mingwX64]
✅ checking the creation of regex messages from strings[mingwX64]
✅ regression with regular expressions[mingwX64]

✅ save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.utils.UtilsTest.xml

3 tests were completed in 3ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.utils.UtilsTest 3✅ 3ms

✅ com.saveourtool.save.plugin.warn.utils.UtilsTest

✅ should extract warnings from different text with line and col[mingwX64]
✅ should extract warnings from different text with no line but col[mingwX64]
✅ should extract warnings from different text with line but no col[mingwX64]

✅ save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.WarnPluginTest.xml

11 tests were completed in 2s with 9 passed, 0 failed and 2 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.WarnPluginTest 9✅ 2⚪ 2s

✅ com.saveourtool.save.plugin.warn.WarnPluginTest

✅ basic warn-plugin test[mingwX64]
✅ warn-plugin test with default warning without line[mingwX64]
✅ warn-plugin test for all mods[mingwX64]
✅ basic warn-plugin test with exactWarningsMatch = false[mingwX64]
⚪ basic warn-plugin test with ignoreTechnicalComments=true[mingwX64]
✅ warn-plugin test - multiple warnings[mingwX64]
⚪ warn-plugin test - multiple warnings and ignore technical comments[mingwX64]
✅ warn-plugin test - multiple warnings and no line-col[mingwX64]
✅ warn-plugin test for batchSize[mingwX64]
✅ regression - test resources in multiple directories[mingwX64]
✅ warn-plugin test exception[mingwX64]

✅ save-reporters/build/test-results/jvmTest/TEST-com.saveourtool.save.reporter.json.JsonReporterTest.xml

2 tests were completed in 398ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.reporter.json.JsonReporterTest 2✅ 398ms

✅ com.saveourtool.save.reporter.json.JsonReporterTest

✅ should produce valid serialized Report when plugin crashes()[jvm]
✅ should produce valid serialized Report from ordinary data()[jvm]

✅ save-reporters/build/test-results/mingwX64Test/TEST-com.saveourtool.save.reporter.json.JsonReporterTest.xml

2 tests were completed in 9ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.reporter.json.JsonReporterTest 2✅ 9ms

✅ com.saveourtool.save.reporter.json.JsonReporterTest

✅ should produce valid serialized Report from ordinary data[mingwX64]
✅ should produce valid serialized Report when plugin crashes[mingwX64]