Skip to content

Commit

Permalink
Enable insert delete olap workload (#13183)
Browse files Browse the repository at this point in the history
  • Loading branch information
zverevgeny authored Jan 9, 2025
1 parent 9f31130 commit bc52487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/tests/workloads/olap_workload/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def run(self):
stop = threading.Event()
workloads = [
WorkloadTablesCreateDrop(self.client, self.name, stop, self.allow_nullables_in_pk),
# WorkloadInsertDelete(self.client, self.name, stop), TODO fix https://github.com/ydb-platform/ydb/issues/12871
WorkloadInsertDelete(self.client, self.name, stop),
]
for w in workloads:
w.start()
Expand Down

0 comments on commit bc52487

Please sign in to comment.