Bug description
Adding the --no-file still produces output files, this is unexpected behaviour
/tmp/pyfunceble4/1238
└── /tmp/pyfunceble4/1238/output
└── /tmp/pyfunceble4/1238/output/test.list
├── /tmp/pyfunceble4/1238/output/test.list/counter.json
└── /tmp/pyfunceble4/1238/output/test.list/logs
└── /tmp/pyfunceble4/1238/output/test.list/logs/percentage
└── /tmp/pyfunceble4/1238/output/test.list/logs/percentage/percentage.txt
The --dbr 0 was not respected and the test failed to retest NON-ACTIVE records, See dump + https://github.com/PyFunceble/ci_test/blob/master/test.list
I would have expected a full retest of ALL records from source with the 0 set
Modifications under .PyFunceble.yaml
None
Reproduction
Steps to reproduce the behavior:
- Use https://github.com/PyFunceble-Templates/pyfunceble-miniconda/blob/master/pyfunceble4.sh
- Run with
./pyfunceble4.sh 'https://raw.githubusercontent.com/spirillen/ci_test/patch-2/test.list'
- With the following variable:
-dbr 0 -ex --dns 192.168.1.104:53 127.0.0.1 192.168.1.53:5302 -w 6 -h --plain -a --hierarchical --database-type mariadb --no-file
- See error
Expected behavior
No output files, what so ever, as it is running with the --datase-type directive
Screenshots

Versions
OS: Ubuntu 20.04 + Conda
Python Version: 3.9.0
PyFunceble Version: 4.0.0a7
Additional context
Bug description
Adding the
--no-filestill produces output files, this is unexpected behaviour/tmp/pyfunceble4/1238 └── /tmp/pyfunceble4/1238/output └── /tmp/pyfunceble4/1238/output/test.list ├── /tmp/pyfunceble4/1238/output/test.list/counter.json └── /tmp/pyfunceble4/1238/output/test.list/logs └── /tmp/pyfunceble4/1238/output/test.list/logs/percentage └── /tmp/pyfunceble4/1238/output/test.list/logs/percentage/percentage.txtThe
--dbr 0was not respected and the test failed to retest NON-ACTIVE records, See dump + https://github.com/PyFunceble/ci_test/blob/master/test.listI would have expected a full retest of ALL records from source with the
0setModifications under
.PyFunceble.yamlNone
Reproduction
Steps to reproduce the behavior:
./pyfunceble4.sh 'https://raw.githubusercontent.com/spirillen/ci_test/patch-2/test.list'-dbr 0 -ex --dns 192.168.1.104:53 127.0.0.1 192.168.1.53:5302 -w 6 -h --plain -a --hierarchical --database-type mariadb --no-fileExpected behavior
No output files, what so ever, as it is running with the
--datase-typedirectiveScreenshots
Versions
OS: Ubuntu 20.04 + Conda
Python Version: 3.9.0
PyFunceble Version: 4.0.0a7
Additional context