Closed tejaschumbalkar closed 4 years ago
The root cause of the pytest failures was due an exception thrown by python logger
TypeError: not all arguments converted during string formatting
Fixing the issue by using %-formatting
logger.exception("error %s", err)
Fix incorporated in #1042
Hello,
Since yesterday, I am seeing the CodeBuild failures on PR #1036 and my anubis pipeline.
Locally, checking out the
master
branch and running the test on job-status-trigger and sm-executor modules, same pytest failures were seen. It seems to be a problem with the master branch.Also, tried to switch the pipeline source to master branch, the same errors were seen
Below is the steps to reproduce:
This would lead to the following failures
This would lead to the following failures
Can you please look into the issue as I am blocked for #1036