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

Bugfix for Rerun button feature #209

Open
carlospzurita opened this issue Jul 22, 2019 · 0 comments
Open

Bugfix for Rerun button feature #209

carlospzurita opened this issue Jul 22, 2019 · 0 comments
Labels
stale Type: create EIP Create an EIP for this Enhancement

Comments

@carlospzurita
Copy link
Contributor

Description

Several issues have been reported with the recently merged PR #196

  • **Re-**running a test with the OGC Team Engine Test driver always results in a NullPointerException
  • The rerun button does not work if the test object has been cleaned up and no longer exists.

This issue is intended as a mean to keep track of this problems, and a reference to a new Pull Request with a fix of this issues.

Operating systems and browser

  • This issue affects both the frontend and the backend.

Steps to Reproduce

  1. Create a new TestRun.
  2. Go to the Test Reports tab, and click the rerun button.
  3. Wait for the test to initialize.

Expected behavior: [Which behavior you expected to see instead and why.]

The test run initializes automatically, retrieving the provided TestObject from the ETF file system. If it is not available, it should request the TestObject again.

Actual behavior: [Describe the behavior you observed after following the steps]

  • **Re-**running a test with the OGC Team Engine Test driver always results in a NullPointerException
  • The rerun button does not work if the test object has been cleaned up and no longer exists.
@jonherrmann jonherrmann linked a pull request Jul 1, 2020 that will close this issue
@jonherrmann jonherrmann added progress: shipping Type: create EIP Create an EIP for this Enhancement and removed progress: shipping labels Aug 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Type: create EIP Create an EIP for this Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants