This is an automated email from the ASF dual-hosted git repository. saadurrahman pushed a commit to branch saadurrahman/3829-Deprecate-Apache-Aurora-dev in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 5741d475b3667791551b4d1ae7875d5128faa562 Author: Saad Ur Rahman <[email protected]> AuthorDate: Mon May 9 18:30:33 2022 -0400 [Config] Removed unit tests for Aurora in ConfigLoader. --- heron/statemgrs/tests/python/configloader_unittest.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/heron/statemgrs/tests/python/configloader_unittest.py b/heron/statemgrs/tests/python/configloader_unittest.py index 757da7d921c..55eab399ebf 100644 --- a/heron/statemgrs/tests/python/configloader_unittest.py +++ b/heron/statemgrs/tests/python/configloader_unittest.py @@ -39,15 +39,6 @@ class ConfigLoaderTest(unittest.TestCase): 'heron/config/src/yaml/conf/%s/statemgr.yaml' % cluster) return configloader.load_state_manager_locations(cluster, yaml_path) - def test_load_state_manager_locations_aurora(self): - self.assertEqual([{ - 'hostport': 'LOCALMODE', - 'name': 'local', - 'rootpath': '/vagrant/.herondata/repository/state/aurora', - 'tunnelhost': 'my.tunnel.host', - 'type': 'file' - }], self.load_locations('aurora')) - def test_load_state_manager_locations_local(self): self.assertEqual([{ 'hostport': 'LOCALMODE',
