Skip to content

Commit

Permalink
tests: test topic creation with invalid configs
Browse files Browse the repository at this point in the history
Add tests for topic creation requests that use unexpected literal
values (e.g. `compression.type=foo`).

(cherry picked from commit bac883a)
  • Loading branch information
Vlad Lazar authored and r-vasquez committed Jul 26, 2022
1 parent 1f0dead commit e71b263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/rptest/tests/rpk_topic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
# the Business Source License, use of this software will be governed
# by the Apache License, Version 2.0

from ducktape.mark import parametrize
from ducktape.utils.util import wait_until
from rptest.services.cluster import cluster
import ducktape.errors

from rptest.tests.redpanda_test import RedpandaTest
from rptest.clients.rpk import RpkTool
from rptest.clients.rpk import RpkTool, RpkException
from rptest.services.rpk_consumer import RpkConsumer
from rptest.util import expect_exception

import time
import random
Expand Down

0 comments on commit e71b263

Please sign in to comment.