We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug Monit's nomatch always returns the additional number of elements that are search patterns.
To Reproduce Steps to reproduce the behavior:
fw=require('watcher').file fw.creation({'/etc/*', '/opt/watcher/obs/host/tmp/*'})
Take note of the value of the returned wid and wait for it to finish. The default MAXWAIT is 1 minute maximum wait time. Por example:1619642057921589
Determine the number of nomatch elements for the value noted above.
mon=require('watcher').monit mon.match(1619642057921589)
tarantool> mon.nomatch(1619642057921589) --- - - [1619642057921589, '/etc/*', 1619642057922038559, false, '_', 0] - [1619642057921589, '/opt/watcher/obs/host/tmp/*', 1619642057922473550, false, '_', 0] ...
Expected behavior The watcher for search patterns, when it has worked, should exclude the patterns.
The text was updated successfully, but these errors were encountered:
Solution to issue #12
a4b76be
The commit a4b76be fixes the situation
Sorry, something went wrong.
racherb
No branches or pull requests
Bug
Monit's nomatch always returns the additional number of elements that are search patterns.
To Reproduce
Steps to reproduce the behavior:
Take note of the value of the returned wid and wait for it to finish. The default MAXWAIT is 1 minute maximum wait time. Por example:1619642057921589
Determine the number of nomatch elements for the value noted above.
Expected behavior
The watcher for search patterns, when it has worked, should exclude the patterns.
The text was updated successfully, but these errors were encountered: