Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ class BazelLogParsingOutputStream(
*/
private val errorMessages = listOf(
"contains an invalid signature",
"contains an invalid input signature",
"contains an outdated input signature",
"does not contain a signature of the required artifacts",
"does not contain a signature entry of the dependency tree",
"does not contain an up to date hash",
"maven_install.json contains an invalid input signature and must be regenerated",
"Lock file should be updated",
"It is not a valid maven_install.json file",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ class BazelLogParsingOutputStreamTest {
"json have changed, but the lock file has not been regenerated",
"Error in decode",
"Error in path",
"contains an outdated input signature",
"does not contain a signature of the required artifacts",
"does not contain a signature entry of the dependency tree",
"does not contain an up to date hash",
)
errorMessages.forEach { message ->
setup()
Expand Down
Loading