-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First commit, add cache option to zeep and create a basic test case w… #141
Conversation
…ith no properties
Hi, Just to let you know, the test runner in DevOps runs on Polarion 21r2 which has no tokens to sign in. I chedk and your tests work fine on it when using the password, so please use that in your final commit. I'm curious.. does the cache improve performance a lot? Thanks for helping out! |
Hi
ok no problem, thanks for the information ! By the way with the token authentication there is a performance issue if no user is provided (data cannot retrieved from services dict). So in my tests I put "_" in username or something like that
It should I wanted to ask somebody to test as I have few existing metrics ... I also need somebody to test on a windows environment. The cache is used to store wsdl metadata (as mentioned here: https://docs.python-zeep.org/en/master/transport.html) Another change that should improve performance is if self.transport is None: because Session was created a lot of time By the way do you have feedbacks about our suggestion to add traceability links thanks to properties ? |
not yet using property inside sys out values had some issues while getting traceabilty from a test case in my test
I updated my test to use token or passwords, HTH to make the algorithm easier to read and maintain I do not manage traceability between test cases, I'm not sure it is a real need WDYT @jesper-raemaekers or @LionnelC ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, not have many times to check deeper
clean elements before creating fix some typos and an issue at creation
we will see the result of the tests, but in terms of features it is ok for #140 tell me if you need changes to accept the PR |
For the future I think we will add possiblity to create workitems from test suites we need kind of mapping information, but it will be another issue, so you can review this PR |
And about the cache for a process with a duration of 38 sec with the cache it is now 30 sec |
@LionnelC @jesper-raemaekers |
Sorry, got to it now!
Nice |
#140
First commit, add cache option to zeep and create a basic test case with no properties
also add skipped status
Work in Progress, only for a first status and first comments