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

Ticket 2421: Fixed bug in setting run control from GUI #527

Merged
merged 5 commits into from Jun 29, 2017

Conversation

DominicOram
Copy link
Contributor

@DominicOram DominicOram commented Jun 28, 2017

Description of work

This relates to ISISComputingGroup/IBEX#2421

The underlying reason for the problem was that PVs were created, then immediately written to without having time to connect. The problem was highlighted by ISISComputingGroup/IBEX#2298.

To test

  • Create a config with some run controlled blocks

In the run control dialog confirm that:

  • You can change low limits / high limits / enabled and send them to the server
  • You can revert all run control back to that of the configuration

Code Review

  • Is the code of an acceptable quality?
  • Does the code conform to the coding standards? Is it well structured with small focussed classes/methods/functions?
  • Are there unit tests in place? Are the unit tests small and test the a class in isolation?
  • Are there automated system tests in place? Do they test a minimal set of functionality and leave the gui as close as possible to its original state?
  • Has the manual system tests spreadsheet been updated?
    • Manual system tests for the functionality should be added if there are no automated tests
    • Manual system tests can be removed from the template if they are covered by suitable automated tests
  • Did any existing system test break as a result of the current changes?
  • Have the changes been documented in the release notes. If so, do they describe the changes appropriately?
  • If an OPI has been modified, does it conform to the style guidelines? There is a script called check_opi_format.py to help with this.

Functional Tests

Final Steps

  • Reviewer has moved the release notes entry for this ticket in the "Changes merged into master" section

@DominicOram
Copy link
Contributor Author

See system tests at ISISComputingGroup/ibex_system_tests#66

Copy link
Contributor

@samueljackson92 samueljackson92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Tested with & without changes. Bug now seems to be fixed.
  • Unit tests pass.
  • System tests pass.

LGTM

@samueljackson92 samueljackson92 merged commit ec3ea6b into master Jun 29, 2017
@mattclarke mattclarke deleted the Ticket2421_fix_setting_rc_from_client branch July 6, 2017 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants