This repository was archived by the owner on Jul 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Add support for group devices in remote TANGO_HOST (attempt 2) #608
Merged
mliszcz
merged 8 commits into
tango-controls:tango-9-lts
from
mliszcz:fix-495-group-devices-from-remote-host-attempt-2
Nov 15, 2019
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
90564ca
Refactor GroupElementFactory::instanciate
mliszcz 0bda71e
Add second Tango database instance to tests in CI
mliszcz 2f4a04c
Start second database instance in local tests
mliszcz 04f0d49
Add test for group access to remote devices
mliszcz c645525
Prefix wildcard group device names with TANGO_HOST
mliszcz 35a547d
Use string stream when building full device name
mliszcz 035deff
Specify parameter names in function declarations
mliszcz 75c8b50
Replace const char* with std::string in Group
mliszcz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,10 @@ | ||
| #!/usr/bin/env bash | ||
|
|
||
| echo "Shutdown test environment" | ||
|
|
||
| #kill tango-cs docker | ||
| docker stop tango_cs | ||
| docker rm tango_cs | ||
|
|
||
| #kill mysql-tango docker | ||
| docker stop mysql_db | ||
| docker rm mysql_db | ||
| docker stop tango_cs tango_cs2 | ||
| docker stop mysql_db mysql_db2 | ||
|
|
||
| echo "Revert tango_host file" | ||
| echo "TANGO_HOST=$TANGO_HOST" | ||
| echo "#!/bin/bash" > tango_host | ||
| echo "export TANGO_HOST=$TANGO_HOST" >> tango_host | ||
| echo "export TANGO_HOST=$TANGO_HOST" >> tango_host |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.