Skip to content

Commit

Permalink
drop! test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Aug 9, 2023
1 parent ad0aa6f commit d54b2b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class TestKuduPlugin
@Test
public void testCreateConnector()
{
// TODO remove this comment, it's only to test how CI detects changes
Plugin plugin = new KuduPlugin();
ConnectorFactory factory = getOnlyElement(plugin.getConnectorFactories());
factory.create("test", ImmutableMap.of("kudu.client.master-addresses", "localhost:7051"), new TestingConnectorContext()).shutdown();
Expand Down

0 comments on commit d54b2b3

Please sign in to comment.