-
- Downloads
[TASK] PID handling improved
Before this commit, there could be a pid file present even if there was no more hshetl process running. This was due to the pid file handling being done before the config validation. So if hshetl stopped because of config problems the pid file would not be deleted. Also fixes the unittests. (copy_faker2file fails)
Showing
- hshetl/cli.py 15 additions, 20 deletionshshetl/cli.py
- hshetl/extractors.py 1 addition, 1 deletionhshetl/extractors.py
- hshetl/test/functional/test_copy.py 1 addition, 1 deletionhshetl/test/functional/test_copy.py
- hshetl/test/functional/test_copy_faker2file.py 1 addition, 1 deletionhshetl/test/functional/test_copy_faker2file.py
- hshetl/test/functional/test_copy_file2file.py 1 addition, 1 deletionhshetl/test/functional/test_copy_file2file.py
- hshetl/test/functional/test_eetl_file2sqliteWithMultipleIdentifiers.py 1 addition, 1 deletion...unctional/test_eetl_file2sqliteWithMultipleIdentifiers.py
- hshetl/test/functional/test_query_sqlquery2sqlite.py 1 addition, 1 deletionhshetl/test/functional/test_query_sqlquery2sqlite.py
- hshetl/test/functional/test_sync_file2sqlite.py 5 additions, 5 deletionshshetl/test/functional/test_sync_file2sqlite.py
- hshetl/test/unit/test_cli.py 0 additions, 10 deletionshshetl/test/unit/test_cli.py
- hshetl/test/unit/test_entities.py 30 additions, 14 deletionshshetl/test/unit/test_entities.py
- hshetl/test/unit/test_loaders.py 3 additions, 0 deletionshshetl/test/unit/test_loaders.py
Please register or sign in to comment