File: BUGS

package info (click to toggle)
atheist 0.20110402-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,332 kB
  • ctags: 902
  • sloc: python: 4,764; xml: 626; makefile: 113; cpp: 54; ansic: 5; sh: 5
file content (60 lines) | stat: -rw-r--r-- 3,180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
- The stdout files should not be created until the begin of test execution


--

david@fry:~/repos/public/prj/atheist$ ./athcmd.py -i5 -vveo test/notify_runner.test
[DD] Log level is DEBUG
[DD] Registered plugins: ['CompositeCondition', 'DebPkgBuild', 'DebPkgInstall', 'DebPkgInstalled', 'DocTest', 'DroidDeviceReady', 'DroidTest', 'Dummy', 'JabberReporter', 'NotifyRunner', 'OpenPort', 'Or', 'SMTP_Reporter', 'TaskFinished', 'TaskRunning', 'TaskTerminator', 'TimeLessThan', 'UnitTask', 'UnitTestCase', 'UntilFailRunner', 'WebTest']
[DD] ./test/notify_runner.test loading
[II] Test case ./test/notify_runner.test ------------------------------------------------------
[II] T1: <Test('cp  ./test/hello.test /tmp/hello.test')>
[II] T1: Pre:  <[ OK ]Not (FileExists '/tmp/hello.test'>
[II] T1: starts (pid: 10134)
[DD] T1: finish with 0
[II] T1: Post: <[ OK ]FileExists '/tmp/hello.test'>
[II] T2: <Test('./athcmd.py --watch-tests /tmp/hello.test')>
[DD] T2: detaching
[II] T3: <Test('echo -e " " >> /tmp/hello.test; sync')>
[II] T2: Pre:  <[ OK ]Not (FileExists '/tmp/atheist/T2_10131.err'>
[II] T2: starts (pid: 10136)
T2:err| [ OK ] TaskCase: /tmp/hello.test
Traceback (most recent call last):
  File "./athcmd.py", line 85, in <module>
    sys.exit(main(sys.argv))
  File "./athcmd.py", line 67, in main
    runner.run()
  File "/home/david/repos/public/prj/atheist/atheist/__init__.py", line 1526, in run
    self.mng.run(self.pb.inc)
  File "/home/david/repos/public/prj/atheist/atheist/manager.py", line 297, in run
    cases[0].run(ob)
  File "/home/david/repos/public/prj/atheist/atheist/__init__.py", line 1398, in run
    end_callback=ob)
  File "/home/david/repos/public/prj/atheist/atheist/__init__.py", line 1266, in run_task
    task.setup()
  File "/home/david/repos/public/prj/atheist/atheist/__init__.py", line 856, in setup
    c.before(self, self.pre, i)
  File "/home/david/repos/public/prj/atheist/atheist/__init__.py", line 461, in before
    condlist[pos:pos] = [FileExists(self.fname)]
MemoryError


--

$ ./athcmd.py -w0 test
Traceback (most recent call last):-------------------- ]  62/216 ( 28%) 13s
  File "/home/david/repos/public/prj/atheist/test/unit/FileContains.test", line 32, in test_insert_FileExists
    c.before(task, task.post, 0)
  File "/home/david/repos/public/prj/atheist/atheist/__init__.py", line 554, in before
    if exists in condlist or exists in newconds:
TypeError: argument of type 'int' is not iterable
Traceback (most recent call last):-------------------- ]  70/216 ( 32%) 13s
  File "/home/david/repos/public/prj/atheist/test/unit/keywords.test", line 55, in test_stderr_implies_save_stderr
    test = atheist.Test(self.mng, 'echo', stderr='hola')
  File "/home/david/repos/public/prj/atheist/atheist/pyarco/Type.py", line 221, in __call__
    return self.func(*args, **kwargs)
  File "/home/david/repos/public/prj/atheist/atheist/__init__.py", line 1162, in __init__
    Task.__init__(self, mng, **kargs)
  File "/home/david/repos/public/prj/atheist/atheist/__init__.py", line 889, in __init__
    current_ids = [x.tid for x in self.mng.ts]    # Only this testcase
AttributeError: 'CxxCompiler' object has no attribute 'tid'