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

Does't working noisedetection #44

Open
MrAndrejXz opened this issue Jul 4, 2019 · 6 comments
Open

Does't working noisedetection #44

MrAndrejXz opened this issue Jul 4, 2019 · 6 comments

Comments

@MrAndrejXz
Copy link

Hello!
Diferencia run in a Docker container. I specify primary, secondary and candidate. I'm setting --noisedetection, but diferencia can't detect noise. My service returns the execution time of certain actions, so the time is always different.

@lordofthejars
Copy link
Owner

Hi, thanks for using it. I assume version 0.6.0. Can you try with http://worldclockapi.com/api/json/cet/now which is how I run the tests? Just to start checking if the problem might be in noise algorithm for your output or a generic problem.

@MrAndrejXz
Copy link
Author

I use this docker-compose file:
version: '2.1'
services:
diferencia:
image: lordofthejars/diferencia:0.6.0
container_name: diferencia
network_mode: host
command: ["start", "-c", "http://worldclockapi.com/api/json/cet/now/", "-p", "http://worldclockapi.com/api/json/cet/now/", "-s", "http://worldclockapi.com/api/json/cet/now/", "-n", "--unsafe", "--headers"]
image

@lordofthejars
Copy link
Owner

lordofthejars commented Jul 5, 2019 via email

@MrAndrejXz
Copy link
Author

Does the definition of noise only work for the body?

@lordofthejars
Copy link
Owner

lordofthejars commented Jul 5, 2019 via email

@MrAndrejXz
Copy link
Author

Thanks for reply!

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

No branches or pull requests

2 participants