- 
                Notifications
    You must be signed in to change notification settings 
- Fork 19
feat: dfm-gherkin in progress #215
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
Conversation
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.
please revise discuss
| assert.NotNil(t, actual) | ||
|  | ||
| configManager.SyncConfig(mockDatafile2) | ||
| configManager.SyncConfig([]byte{}) | 
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.
what's the purpose of this one?
| ln -s features/support/datafiles/ public | ||
| pushd services/datafile && nvm install && nvm use && npm install && popd | ||
| node services/datafile/ &> /dev/null & | ||
| popd No newline at end of file | 
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.
eol
| Listeners map[string]int | ||
| UserProfileServiceType string | ||
| UPSMapping map[string]map[string]string | ||
| ScenarioID string | 
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.
I remember we had scenarioId in the past, but why it's showing it as new line.
| } | ||
|  | ||
| // GetListenerCallbacks - Creates and returns listener callback array | ||
| func (c *TestProjectConfigManager) GetListenerCallbacks(apiOptions models.APIOptions) (listeners []func(notification notification.ProjectConfigUpdateNotification)) { | 
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.
Need to revise this logic what explained in onTrack.
| * limitations under the License. * | ||
| ***************************************************************************/ | ||
|  | ||
| package optlyplugins | 
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.
we don't really need to make this work in a separate file.
| timeout = time.Duration(*(configuration.Timeout)) * time.Millisecond | ||
| } | ||
|  | ||
| verify := func(wg *sync.WaitGroup) { | 
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.
this whole logic can be revised as same as java-testapp. let's sync offline. need to increment and dec waitgroup
No description provided.