Closed vboulos closed 9 months ago
@leelavg please help check when you are free, I'll be offline until Wednesday next week.
@vboulos thanks for the feedback. 3af53c7 haven't been released into Pypi yet, you could install with Pypi release if this blocks you at the moment. Thanks.
Thank you @waynesun09 for the reply. Could you please elaborate more about "you could install with Pypi release if this blocks you at the moment" I did not get what do you exactly mean, sorry :)
Sure, pylero release could be found on Pypi package page: https://pypi.org/project/pylero/0.0.8/
To install pylero:
$ pip install pylero
or point to the latest version 0.0.8:
$ pip install pylero==0.0.8
The doc: https://github.com/RedHatQE/pylero#install-from-pypi
Sounds good, thank you @waynesun09
diff --git a/src/pylero/test_run.py b/src/pylero/test_run.py
index 9efd82f..25a2c4e 100644
--- a/src/pylero/test_run.py
+++ b/src/pylero/test_run.py
@@ -930,7 +930,7 @@ class TestRun(BasePolarion):
suds_object = test_record
if test_record.result == "failed" and not test_record.defect_case_id:
test_record.defect_case_id = create_incident_report(
@simzacks any hints on how to proceed? we didn't tag the version yet so no hurries wrt internal usage.
All test cases with status "failed" are not pushed into polarion due to the following error:
Failed due to the following error: Server raised fault: 'java.lang.IllegalArgumentException: projectId is null
I've been using pylero since 2021, and everyhting was working perfectly, all our test cases were pushed as expected to polarion. This issue has started when this PR got merged https://github.com/RedHatQE/pylero/commit/3af53c70febba00c6268ec8c52beac20969c793c
Note that test cases with status "passed" and "blocked" are being pushed normally to Polarion. Only "failed" test cases are affected