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

Failing spec tests #114

Open
tas50 opened this issue Dec 21, 2019 · 0 comments
Open

Failing spec tests #114

tas50 opened this issue Dec 21, 2019 · 0 comments
Assignees
Labels
Aspect: Testing Does the project have good coverage, and is CI working? Type: Bug Does not work as expected.

Comments

@tas50
Copy link
Contributor

tas50 commented Dec 21, 2019

Version:

Master

Environment:

Buildkite CI

Scenario:

Spec failures are occurring in the specs that check for output:


Failures:



  1) Chef::Knife::TidyBackupClean completion_message lets the user know we're Finished

     �[31mFailure/Error: �[0m�[32mexpect�[0m { t.completion_message }.to output(�[31m�[1;31m"�[0m�[31m** Finished **�[1;35m\n�[0m�[31m�[1;31m"�[0m�[31m�[0m).to_stdout�[0m

     �[31m�[0m

     �[31m  expected block to output "** Finished **\n" to stdout, but output nothing�[0m

     �[31m  Diff:�[0m�[0m

     �[31m  �[0m�[34m@@ -1,2 +1 @@�[0m

     �[31m  �[0m�[31m-** Finished **�[0m

     �[31m  �[0m�[0m

     �[36m# ./spec/chef/knife/tidy_backup_clean_spec.rb:21:in `block (3 levels) in <top (required)>'�[0m



  2) Chef::Knife::TidyBase completion_message lets the user know we're Finished

     �[31mFailure/Error: �[0m�[32mexpect�[0m { t.completion_message }.to output(�[31m�[1;31m"�[0m�[31m** Finished **�[1;35m\n�[0m�[31m�[1;31m"�[0m�[31m�[0m).to_stdout�[0m

     �[31m�[0m

     �[31m  expected block to output "** Finished **\n" to stdout, but output nothing�[0m

     �[31m  Diff:�[0m�[0m

     �[31m  �[0m�[34m@@ -1,2 +1 @@�[0m

     �[31m  �[0m�[31m-** Finished **�[0m

     �[31m  �[0m�[0m

     �[36m# ./spec/chef/knife/tidy_base_spec.rb:22:in `block (3 levels) in <top (required)>'�[0m



Finished in 0.01192 seconds (files took 0.8182 seconds to load)

�[31m6 examples, 2 failures�[0m



Failed examples:



�[31mrspec ./spec/chef/knife/tidy_backup_clean_spec.rb:20�[0m �[36m# Chef::Knife::TidyBackupClean completion_message lets the user know we're Finished�[0m

�[31mrspec ./spec/chef/knife/tidy_base_spec.rb:21�[0m �[36m# Chef::Knife::TidyBase completion_message lets the user know we're Finished�[0m

@tas50 tas50 added Type: Bug Does not work as expected. Status: Untriaged An issue that has yet to be triaged. labels Dec 21, 2019
@tas50 tas50 added Aspect: Testing Does the project have good coverage, and is CI working? and removed Status: Untriaged An issue that has yet to be triaged. labels Dec 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Aspect: Testing Does the project have good coverage, and is CI working? Type: Bug Does not work as expected.
Projects
None yet
Development

No branches or pull requests

2 participants