Things that can go wrong in each test and what actions to take
Things that can wrong with file upload
- You might see the following error.
Unknown error message: {'ucl-itkpd-main/uploadTestRunResults/userHasNoPermissionsToUploadTestRun [...]
User must be either executives or institute authority associated with the institute.', 'paramMap': {'isComponentExecutive': None, 'isComponentAuthority': False}}}
In this case - check you have access - check that the shipment has been accepted
- You might see the following error
UnboundLocalError: cannot access local variable 'test' where it is not associated with a value
[...]
Exception: Error! No thresholds defined for test CCPL_IV100 in the RECEPTION stage. Skipping threshold evaluation!
The same error can pop up for any test. In this case check in your respective files you have the correct serial number (or wafer etc)
- Another error can be
Traceback (most recent call last):
File "production_database_scripts/strips/sensors/QAscripts/QA_Upload.py", line 68, in <module>
upload = parser.upload(parser.parse(directory, filename, view), file, view) # client,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[...]
TypeError: cannot unpack non-iterable NoneType object
In this case you need to check that you have removed the floating points in the file you are trying to upload