Displaying 20 results from an estimated 900 matches similar to: "spec_distributed with rails"
2007 Dec 11
3
Transactional/Rollback problems
I''m having a rollback problem with rspec trunk. It doesn''t seem like
rollbacks are happening quite as often as they should be. It
appears as though the rollbacks are *NOT* occurring on the first
description block in a file, but are for the rest. Here is a set of
specs that are failing:
require File.dirname(__FILE__) + "/../spec_helper"
describe
2007 Nov 21
9
''it'' duplicate example: BUG
I svn up''ed this morning, to get the following message with rake spec:
/Users/smt/src/web/urbis/trunk/vendor/plugins/rspec/lib/spec/example/
example_group_methods.rb:96:in `it'': Duplicate example: ''should
contain the total number of messages'' (RuntimeError)
Anyone have any ideas why this might be going on? My specs were all
passing last night.
Let me
2007 Oct 08
17
(no subject)
Just ran svn up this morning, and got this (after running ./script/
generate rspec)
escher: ./script/spec spec/models/item_spec.rb
Finished in 8.0e-06 seconds
0 examples, 0 failures
./script/spec:4:in `run'': wrong number of arguments (3 for 1)
(ArgumentError)
from ./script/spec:4
Using rails 1.2.3, rspec trunk, on Mac OS X.4.9.
Any ideas, or is this a bug in
2008 Feb 02
9
deep test with rspec?
All,
Has anyone on this list tried to use DeepTest[1] with rspec? My initial
attempts have failed so I would be really interested if someone has
figured it out. Thanks.
-Ben
1. http://www.somethingnimble.com/bliki/deep-test
2005 Jul 25
2
dovecot permission denied problems.
I am trying to setup dovecot on a FC4 machine. Access to the machine is
provided through pam. When I login to the machine my home directory is
mounted over nfs from a central file server. I have dovecot installed
and running but it can't seem to access my home directory. When I try
and access my mail I get the following three lines in /var/log/maillog:
> Jul 25 12:46:04 escher imap-login:
2007 Sep 30
4
autotest stop working, 1.0.9?
My autotest runs but when I make changes to a spec it doesn''t reload.
I checked another application I was building that had 1.0.9 but it was
reloading fine.
How would I debug a problem such as autotest not reloading?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070930/6be7160d/attachment.html
2018 Sep 21
2
SMT solvers in clang SA
Hi all,
Currently studying the impact of SMT solvers on Clang SA. Can anyone help
in telling more about the SMT solvers use in clang SA ? ( Have already
tested Z3 SMT solver implemented in GSoC 2018 , also looking for other SMT
solvers if possible )
Thanks,
Siddharth
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Feb 15
4
winbind question
I could use some input to point out the error in my configuration, which
eludes me.
Previously I operated a 225-node cluster with samba 4.3 and sssd on the
Linux boxes. Everything worked OK.
Now I am using samba 4.11.6 on CentOS 7.7, patched up to date. The DC, on
a KVM VM, is the only node configured so far. I am using winbind in place
of sssd (my first experience with winbind). BIND9_DLZ
2013 Sep 03
2
exclude in a repo file
Hi All,
I just discovered that the remi repo has updated versions
of firefox. This is good news, but it leads me to a
question.
Is it possible to exclude all packages except one or two
in a repo file? The man page for yum.conf didn't give me
any hints. I tried unsuccessfully adding this line:
exclude=!firefox*,!xulrunner*
Is there a way to set up this repo so that when I run
"yum
2013 Sep 11
2
New APC "SMT" UPSes support MODBUS, will there be support in NUT?
Hi All,
About a month ago APC announced they were including MODBUS protocol
support in their new APC UPSes. The technical note on this is here:
http://www.apcmedia.com/salestools/MPAO-98KJ7F/MPAO-98KJ7F_R0_EN.pdf
"Application Note #176 Modbus Implementation in APC Smart-UPS"
The APC "announcement" appeared on their site in their user blogs by an
APC employee, here:
2007 Jul 26
5
Coding standards and whitespace
Recently as a result of using Git I''ve noticed a number of
inconsistencies in the RSpec codebase with respect to whitespace
(mixed line endings, mixed use of spaces and tabs for indentation,
and trailing whitespace at the end of lines). I never would have
noticed, but Git produces nice colorized diff output which highlights
these kinds of inconsistencies.
I wanted to ask if the
2018 Sep 21
1
[cfe-dev] SMT solvers in clang SA
We are currently implementing the backends for other solvers (you can
follow the progress here: https://github.com/mikhailramalho/clang). So far
we got Boolector, MathSAT and Yices ready. CVC4 should be done soon.
When used to refute bugs, they all give roughly the same results: a ~5%
speedup if there are refuted bugs or a ~5% slowdown if no bug is refuted.
I've only tried to analyze one
2011 Nov 28
1
NFS: hostname vs IP address
CentOS 5.7 x86_64. Lots of hosts NFS mounting a file system. All are
configured identically (same LDAP servers, same DNS, same autofs config,
same patches, etc). On some of them I see an NFS mount displaying a host
name:
% df -P | grep smt
<hostname>:/mnt/foo 1651345888 264620688 1386725200 17% /fs/home/smt
and on some just the IP address:
% df -P | grep smt
aa.bb.cc.dd:/mnt/foo
2007 Oct 04
16
Spec/Test Speed
Just wanted to pick some smart people about this topic: What are you
guys doing to increase the speed of your specs?
I''m a big fan of autotest, but right now my current project has 438
specs (for rails). Most of them are in the model, and for all of
them we are hitting the database (they are more functional specs than
unit-tests). The whole suite takes 112 seconds (meaning the
2009 Mar 27
2
[LLVMdev] secure virtual architecture / safecode
On Wed, 25 Mar 2009, Vikram S. Adve wrote:
> We do have a static array bounds checking algorithm based on the Omega
> integer programming library, but it is not hugely effective. I think
> this can be strengthened a *lot*.
I should add that I would be interested in helping with hooking a good
decision procedure into LLVM. This will be useful far beyond array bounds
check
2013 Sep 13
0
New APC "SMT" UPSes support MODBUS, will there be support in NUT?
Hello Ted,
2013/9/11 Ted Mittelstaedt <tedm at mittelstaedt.us>
> Hi All,
>
> About a month ago APC announced they were including MODBUS protocol
> support in their new APC UPSes. The technical note on this is here:
>
> http://www.apcmedia.com/**salestools/MPAO-98KJ7F/MPAO-**98KJ7F_R0_EN.pdf<http://www.apcmedia.com/salestools/MPAO-98KJ7F/MPAO-98KJ7F_R0_EN.pdf>
2018 Jun 22
2
reference page for Apache test page & the project
Some or all of you may be aware that people often contact the CentOS
Project because they come across the default Apache server test page on
a non-centos.org domain.
In trying to contact the domain owner, they mistakenly contact us. This
is despite the language at the bottom of the page telling them what they
are seeing and not to contact us about it.
This has come up for me in responding to
2006 Jan 24
5
domU machines hang when Hyperthreading enabled in BIOS
Hi,
I can''t get rid of an annoying domU machines hanging issue with
Hyperthreading enabled in my BIOS.
Hardware config: IBM x325 series
2 * CPUs Intel Xeon 3.06 Ghz
Xen version: 3.0.0
Kernel version: 2.6.12.6
Linux distrib: Debian Sarge 3.1 r1
I run 1 domU machine on my dom0, here is my Xen config:
. xen0:
/etc/xen/xend-config.sxp : (dom0-num-cpus 0)
.
2009 Mar 27
0
[LLVMdev] secure virtual architecture / safecode
SMT solvers seem more general-purpose than we need. We just need an
ILP solver of some kind (Omega, PIP, TaPAS, ...) for almost all uses I
can think of. Do you want to do more powerful symbolic analysis for
some purpose?
--Vikram
Associate Professor, Computer Science
University of Illinois at Urbana-Champaign
http://llvm.org/~vadve
On Mar 27, 2009, at 12:08 PM, John Regehr wrote:
>
2020 Feb 15
1
winbind question
On Sat, 15 Feb 2020, Rowland penny via samba wrote:
> On 15/02/2020 19:15, Steve Thompson via samba wrote:
>> Now I am using samba 4.11.6 on CentOS 7.7, patched up to date.
> Have you compiled Samba yourself, or are you using Samba packages and if so,
> where from ?
>> The DC, on a KVM VM, is the only node configured so far. I am using
>> winbind in place of sssd