-
Notifications
You must be signed in to change notification settings - Fork 127
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
Small fixes #17
base: master
Are you sure you want to change the base?
Small fixes #17
Conversation
Floqq innovation SL. www.floqq.com
Floqq innovation SL. www.floqq.com
A message will be displayed showing the error with the script. This is useful if the user has extra code in the scripts directory, (like a settings.py file), that is not intended to be executed by multi-mechanize. Floqq innovation SL. www.floqq.com
string path composing is *dangerous* and should not be used: - Doesn't properly handle the 'separator' char in different OSs - Doesn't avoid repeated slashes (//) that might not be good in certain OSs - Doesn't handle absolute-relative paths well /root/ + /root/single = /root/root/single instead of /root + /root/single = /root/single Floqq innovation SL. www.floqq.com
Floqq innovation SL. www.floqq.com
thanks Javier, I have been super busy, but will review your updates soon, and I was away from doing performance work for a bit, but have been just curious, have you run current trunk much (of m-m), or just using thanks again! -Corey On Wed, Jul 25, 2012 at 3:05 PM, Javier Santacruz
|
Hi Corey, The definitive set up we have working it's based on the code cloned from github. I did see the change you're referring to, and it seems to be working just fine AFAIK. |
Any update on this? |
is anything here still valid, or has it diverged too much? |
Hello there,
We're using multi-mechanize quite successfully at the company I'm working in, Floqq [1].
Sadly, there were a couple of annoyances that kept our set up from being totally stable.
Actually, we were using the software as a part of a low-traffic simulation, where, sometimes, not much data its left to be plotted after the tests. In that situation, the
results.py
side of the application was failing, dying with very simpleIndexError
exceptions.Besides that, we use a barely complex set-up for this simulation, that includes python files within the test_scripts directory that are not intended to be used as testing scripts, and were rejected by the validator, which made the application burst with an exception. This behaviour was also changed to a simple warning in the command's output.
We really appreciate this fine piece of software you made and we're successfully and happily using it.
Kind regards,
Javier
[1] www.floqq.com