We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7601041 commit f9a7493Copy full SHA for f9a7493
1 file changed
agent/src/main/java/com/teamscale/jacoco/agent/testimpact/TestEventHandlerStrategyBase.java
@@ -128,7 +128,7 @@ private String getPartition() {
128
String partition = agentOptions.getTeamscaleServerOptions().partition;
129
if (partition == null) {
130
throw new UnsupportedOperationException(
131
- "You must provide a partition via the agent's '" + TeamscaleConfig.TEAMSCALE_PARTITION_OPTION + "' option.");
+ "You must provide a partition via the agent's '" + TeamscaleConfig.TEAMSCALE_PARTITION_OPTION + "' option or using the /partition REST endpoint.");
132
}
133
return partition;
134
0 commit comments