Skip to content

Commit

Permalink
Enable insert/delete in OlAP workload
Browse files Browse the repository at this point in the history
  • Loading branch information
zverevgeny committed Jan 6, 2025
1 parent dcb70d0 commit 65078ee
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 65078ee

Please sign in to comment.