Skip to content

Commit

Permalink
Merge pull request #1400 from khansaad/time-range-fix
Browse files Browse the repository at this point in the history
Fix issues with the Bulk API Scale Tests
  • Loading branch information
dinogun authored Dec 16, 2024
2 parents e5127e5 + 93bdb96 commit 5c30a41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class ExperimentDAOImpl implements ExperimentDAO {
private static final Logger LOGGER = LoggerFactory.getLogger(ExperimentDAOImpl.class);

@Override
public ValidationOutputData addExperimentToDB(KruizeExperimentEntry kruizeExperimentEntry) {
public synchronized ValidationOutputData addExperimentToDB(KruizeExperimentEntry kruizeExperimentEntry) {
ValidationOutputData validationOutputData = new ValidationOutputData(false, null, null);
Transaction tx = null;
String statusValue = "failure";
Expand Down

0 comments on commit 5c30a41

Please sign in to comment.