Skip to content

Commit

Permalink
Merge "Fix handling of solver status in test code path"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Apr 24, 2024
2 parents 8dc30cf + 5316da7 commit 28402e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public class LocalExecution implements Callable<Integer> {
return 1;
}
NebulousApp app = NebulousApp.newFromAppMessage(app_msg, connector);
NebulousApps.add(app);
MDC.put("appId", app.getUUID());
MDC.put("clusterName", app.getClusterName());
if (perf_msg != null)
Expand Down

0 comments on commit 28402e6

Please sign in to comment.