test v4
This commit is contained in:
parent
6f99e219ca
commit
eb6a75a265
2 changed files with 1 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ services:
|
|||
- ./mnt/logs/clearing:/opt/clearing/bin/log
|
||||
- ./mnt/logs/tester:/opt/clearing/clearing_testing_utils/clearing-tester/logs
|
||||
- ./mnt/logs/converter:/opt/clearing/clearing_testing_utils/clearing-converter/logs
|
||||
- ./mnt/dbfout:/opt/clearing/files/dbf/exporter/
|
||||
# - ./mnt/dbfout:/opt/clearing/files/dbf/exporter/
|
||||
# restart: always
|
||||
|
||||
zookeeper:
|
||||
|
|
|
|||
|
|
@ -77,10 +77,6 @@ def run_specific(index):
|
|||
change_date(folders[index])
|
||||
run_docker(folders[index])
|
||||
|
||||
logging.info(f"Removing folder {CLR_TEST_DIR}/mnt/dbfout")
|
||||
shutil.rmtree(f"{CLR_TEST_DIR}/mnt/dbfout")
|
||||
os.mkdir(f"{CLR_TEST_DIR}/mnt/dbfout")
|
||||
|
||||
|
||||
def main():
|
||||
folders = [i for i in sorted(os.listdir(DATA_ROOT_DIR)) if re.search("\\d{1,}.\\d{1,}.*", i)]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue