Skip to content
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

Test INPUT in HTML report displays wrong information #435

Closed
dstenger opened this issue Aug 10, 2020 · 4 comments · Fixed by #436
Closed

Test INPUT in HTML report displays wrong information #435

dstenger opened this issue Aug 10, 2020 · 4 comments · Fixed by #436
Assignees
Labels
Projects
Milestone

Comments

@dstenger
Copy link
Contributor

This occurs with following test suites (Beta and Production):

  • WCS 2.0
  • Sensor ML 1.0

A wrong service is referenced in the report.

@keshav-nangare Can you please try to reproduce this behavior and propose a solution how to solve it?
Can you also check if this behavior occurs with other test suites as well?

@dstenger
Copy link
Contributor Author

Can you also please check if this error occurs on a local Docker environment?

@keshavnangare
Copy link
Contributor

@dstenger

I observed the reported behavior for the following the test suites on the beta environment:

  1. ets-sensorml10
  2. ets-csw20
  3. ets-sos10
  4. ets-sps10
  5. ets-sps20
  6. ets-wcs10
  7. ets-wcs11
  8. ets-wcs20
  9. ets-wfs10
  10. ets-wms11
  11. ets-wms13
  12. ets-wmts10

@keshavnangare
Copy link
Contributor

@dstenger

I am able to reproduce this issue on the local docker environment.

@keshavnangare
Copy link
Contributor

@dstenger

I have debugged the issue and found the problem with the static userInputs variable which was persisting its value. So I have removed the static keyword which will initialize userInputs variable with null value for each TECore object. Please find the changes in #436 PR.

@keshavnangare keshavnangare moved this from In progress to To verify in CITE Aug 20, 2020
@dstenger dstenger added the bug label Aug 25, 2020
@dstenger dstenger assigned dstenger and lgoltz and unassigned keshavnangare Aug 26, 2020
@dstenger dstenger added this to the 5.4.1 milestone Feb 3, 2021
CITE automation moved this from To verify to Done Feb 3, 2021
@dstenger dstenger changed the title 'Test INPUT' in HTML report displays wrong information Test INPUT in HTML report displays wrong information Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
CITE
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants