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 against v1.0.0 #802

Open
utkarsh2102 opened this issue May 13, 2020 · 0 comments
Open

Test failures against v1.0.0 #802

utkarsh2102 opened this issue May 13, 2020 · 0 comments

Comments

@utkarsh2102
Copy link

Hi,

Thanks for maintaining this so far. However, while maintaining this in Debian, I noticed there are some test failures as follows:

  1) Failure:
Executable::bin/wheneverize::ARGV is not empty::file is a directory, but another param(s) are given as well#test_0001_prints STDERR [/home/utkarsh/debian/ruby-team/whenever/ruby-whenever/test/unit/executable_test.rb:48]:
Expected /Too many arguments; please specify only the directory to wheneverize./ to match "".

  2) Failure:
Executable::bin/wheneverize::ARGV is empty::config directory exists, but file does not#test_0001_writes config file and prints STDOUT [/home/utkarsh/debian/ruby-team/whenever/ruby-whenever/test/unit/executable_test.rb:107]:
Expected /\[add\] writing `.\/config\/schedule.rb'\n\[done\] wheneverized!/ to match "".

  3) Failure:
Executable::bin/wheneverize::ARGV is empty::config file already exists#test_0001_prints STDOUT and STDERR [/home/utkarsh/debian/ruby-team/whenever/ruby-whenever/test/unit/executable_test.rb:74]:
Expected /\[done\] wheneverized!/ to match "".

  4) Failure:
Executable::bin/wheneverize::ARGV is not empty::file exists, but not a directory#test_0001_prints STDERR [/home/utkarsh/debian/ruby-team/whenever/ruby-whenever/test/unit/executable_test.rb:30]:
Expected /`\/tmp\/this_is_a_file.txt' is not a directory./ to match "".

  5) Failure:
Executable::bin/wheneverize::ARGV is empty::config directory does not exist#test_0001_prints STDOUT and STDERR [/home/utkarsh/debian/ruby-team/whenever/ruby-whenever/test/unit/executable_test.rb:89]:
Expected /\[add\] creating `.\/config'\n/ to match "".

  6) Failure:
Executable::bin/wheneverize::ARGV is not empty::file does not exist#test_0001_prints STDERR [/home/utkarsh/debian/ruby-team/whenever/ruby-whenever/test/unit/executable_test.rb:15]:
Expected /`\/tmp\/this_does_not_exist' does not exist./ to match "".

262 runs, 638 assertions, 6 failures, 0 errors, 0 skips
rake aborted!

Could we have a fix released for them?

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

1 participant