-
Notifications
You must be signed in to change notification settings - Fork 74
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
Docker: Test failures with Kernel::System::GenericInterface::Webservice #154
Comments
It looks like the Webserver is hit with Requests like But another issue might be that Proxies discard the douple |
The first guess did not work out. Now let's ponder another idea. On observation is that some of the test cases sometimes work. Maybe it's not a general prolem, but a problem with timing. The test script changes the Configuration by writing small .pm files into TODO:
|
This happened to work in OTOBO under Apache.
Mention that it is guaranteed that the new config is picked up.
…e.pl Works only coincidentally under Apache.
Frequent restarts don't work well with the unit tests.
Checking %INC every 10 seconds might be good enough
Compile.t was already added in PR for #154
The trick was to remove the |
For example:
The text was updated successfully, but these errors were encountered: