Skip to content
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

Test failures using taskwarrior 2.4.4 #98

Closed
domenkozar opened this issue Aug 27, 2015 · 3 comments
Closed

Test failures using taskwarrior 2.4.4 #98

domenkozar opened this issue Aug 27, 2015 · 3 comments

Comments

@domenkozar
Copy link

======================================================================
FAIL: taskw.test.test_datas.TestDBShellout.test_filtering_brace
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/nix/store/ybasldb42n05g7b7jsxz2f40jy3bwyj3-python2.7-nose-1.3.4/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/tmp/nix-build-python2.7-taskw-1.0.3.drv-0/taskw-1.0.3/taskw/test/test_datas.py", line 374, in test_filtering_brace
    eq_(len(tasks), 1)
AssertionError: 2 != 1

======================================================================
FAIL: taskw.test.test_datas.TestDBShellout.test_filtering_plus
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/nix/store/ybasldb42n05g7b7jsxz2f40jy3bwyj3-python2.7-nose-1.3.4/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/tmp/nix-build-python2.7-taskw-1.0.3.drv-0/taskw-1.0.3/taskw/test/test_datas.py", line 393, in test_filtering_plus
    eq_(len(tasks), 1)
AssertionError: 3 != 1

======================================================================
FAIL: taskw.test.test_datas.TestDBShellout.test_filtering_qmark
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/nix/store/ybasldb42n05g7b7jsxz2f40jy3bwyj3-python2.7-nose-1.3.4/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/tmp/nix-build-python2.7-taskw-1.0.3.drv-0/taskw-1.0.3/taskw/test/test_datas.py", line 423, in test_filtering_qmark
    eq_(tasks[0]['id'], 2)
AssertionError: 1 != 2

======================================================================
FAIL: taskw.test.test_datas.TestDBShellout.test_filtering_question_mark
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/nix/store/ybasldb42n05g7b7jsxz2f40jy3bwyj3-python2.7-nose-1.3.4/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/tmp/nix-build-python2.7-taskw-1.0.3.drv-0/taskw-1.0.3/taskw/test/test_datas.py", line 451, in test_filtering_question_mark
    eq_(len(tasks), 1)
AssertionError: 2 != 1
EdwardBetts added a commit to EdwardBetts/taskw that referenced this issue Nov 21, 2015
@EdwardBetts
Copy link
Contributor

This problems doesn't happen with any other version. Here is the output from tox:

  py27-tw22: commands succeeded
  py27-tw23: commands succeeded
  py27-tw24: commands succeeded
  py27-tw241: commands succeeded
  py27-tw242: commands succeeded
ERROR:   py27-tw244: commands failed
  py27-tw250: commands succeeded
  py34-tw22: commands succeeded
  py34-tw23: commands succeeded
  py34-tw24: commands succeeded
  py34-tw241: commands succeeded
  py34-tw242: commands succeeded
ERROR:   py34-tw244: commands failed
  py34-tw250: commands succeeded

@EdwardBetts
Copy link
Contributor

@domenkozar
Copy link
Author

👍

ryneeverett added a commit to ryneeverett/taskw that referenced this issue Jul 7, 2016
Based on @EdwardBetts's comments in ralphbean#98, it seems that the underlying
bug was introduced in 2.4.3 and fixed in 2.5.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants