Skip to content

Commit

Permalink
support sofa registry kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
呈铭 committed Feb 18, 2024
1 parent e574c53 commit a6430db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public void testAll() throws InterruptedException {
latch.await(5000, TimeUnit.MILLISECONDS);
Map<String, ProviderGroup> ps = providerInfoListener.getData();

Assert.assertEquals(1, kubernetesRegistry.getConsumerListeners().size());
Assert.assertTrue(ps.size() > 0);
Assert.assertEquals(1, ps.size());
Assert.assertNotNull(ps.get(RpcConstants.ADDRESS_DEFAULT_GROUP));
Expand Down

0 comments on commit a6430db

Please sign in to comment.