guoyuepeng commented on issue #506: add hive metadata jdbc retrieval
URL: https://github.com/apache/griffin/pull/506#issuecomment-509218125
 
 
   hi,
   
   to fix the test case error, you might need to separate it into two test 
cases for HiveMetaStoreControllerTest, one is using metastore , the other cases 
is to jdbc as below.
   
   @RunWith(SpringRunner.class)
   @WebMvcTest(value = HiveMetaStoreController.class, secure = false)
   public class HiveMetaStoreControllerTest {
   
       @Autowired
       private MockMvc mockMvc;
   
       @MockBean
       @Qualifier(value = "hive_jdbc")
       private HiveMetaStoreService hiveMetaStoreService;
   
   
   
   Thanks,
   William

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to