不幸的是,我没有一个具体问题(或lu),但希望有人能够把我引向正确的方向。
When I run all of my tests (rspec spec), I am getting two tests that fail specifically related to Delayed Job.
当我单独管理这一光谱档案时(光谱仪/光谱/控制器/xxx_ Controller_spec.rb)所有测试都通过。 这是一个共同的问题吗? 我应想什么?
感谢!
不幸的是,我没有一个具体问题(或lu),但希望有人能够把我引向正确的方向。
When I run all of my tests (rspec spec), I am getting two tests that fail specifically related to Delayed Job.
当我单独管理这一光谱档案时(光谱仪/光谱/控制器/xxx_ Controller_spec.rb)所有测试都通过。 这是一个共同的问题吗? 我应想什么?
感谢!
你已经提到这个问题:孤立可能是解决办法。 我通常会猜测,在数据库中,你有事情正在改变,没有适当清理(或者说没有适当改动)。
在此情况下,我建议,由于该系统的工作量很大,延迟的工作没有足够快。 这一挑战涉及所有应经过考验的同步任务:你决不能让系统管理延迟的工作,而必须改变要求,并公正地确保延迟的工作得到接受。
可悲的是,没有例子,我很难指出失踪的 mo。 但是,确保所有要求推迟聘用和类似工作的人都得到正确数据,但实际上不会创造和管理这些工作——你的光谱也将更快。 确保你将测试中的职能分开,不把外部依赖者称作。
Are there database testing tools for python (like sqlunit)? I want to test the DAL that is built using sqlalchemy
I have been tasked with looking for a performance testing solution for one of our Java applications running on a Weblogic server. The requirement is to record production requests (both GET and POST ...
I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But when i try to run selenium tests on my ...
I have an iPhone web app I m producing on a Linux machine. What s the best browser I can use to most closely mimic the feature-limited version of Safari present on the iPhone? (It s a "slimmed down" ...
Just wondering what people are using for code coverage tools when using MS Visual Studio 2008 Pro. We are using the built-in MS test project and unit testing tool (the one that come pre-installed ...
I am testing in selenium and I have a bunch of stuff that happens on page load. I found out about autoit, and I was thinking that it could handle all javascript dialog issues. I was searching around ...
I use cucumber to run integration tests. I have a very large (30,000+ record) stardard setup for testing. How can I leave that in the test.sqlite3 database without re-loading it ever?
Wondering if there was some sort of crawler we could use to test and re-test everything when changes are made to the web app so we know some new change didn t error out any existing pages. Or maybe a ...