Skip to content

Commit

Permalink
truncate spike filter test execution tag (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: tomas mccandless <[email protected]>
  • Loading branch information
tomnis and tomas mccandless authored Oct 26, 2023
1 parent 0786321 commit f3730d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ trait ArbiterLike extends PersistenceAware with CanReadHistory {
// tag this execution with failure reason
// "failure-{class}", "message"
maybeFailure.foreach { f =>
val msg: String = Option(f.getMessage).getOrElse("null")
val msg: String = Option(f.getMessage).getOrElse("null").take(255)
this.persistenceUtils.recordTestExecutionTag(testExecution.idTestExecution, tagName, msg)
}

Expand Down

0 comments on commit f3730d7

Please sign in to comment.