Project

General

Profile

Actions

Bug #8342

closed

Broken tests

Added by Alexis Mousset almost 8 years ago. Updated almost 2 years ago.

Status:
Rejected
Priority:
N/A
Category:
Generic methods
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:

Description

On

  • file_ensure_key_value.cf
16:57:16 ----------------------------------------------------------------------
16:57:16 ./30_generic_methods/file_ensure_key_value.cf
16:57:16 ----------------------------------------------------------------------
16:57:16     info: CfReadFile: Could not examine file '/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/ncf.conf.cache' (stat: No such file or directory)
16:57:16     info: Created file '/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/ncf.conf.cache', mode 0600
16:57:16     info: Updated rendering of '/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/ncf.conf.cache' from mustache template '/tmp/ncf/tests/acceptance/../../tree/10_ncf_internals/../ncf.conf'
16:57:16     info: Executing 'no timeout' ... '/bin/echo "# File with lhs=rhs text
16:57:16 JAVA_OPTS=\"-Djava.awt.headless=true -Xmx1024m\"" > "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/ref1"'
16:57:16     info: Completed execution of '/bin/echo "# File with lhs=rhs text
16:57:16 JAVA_OPTS=\"-Djava.awt.headless=true -Xmx1024m\"" > "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/ref1"'
16:57:16     info: Executing 'no timeout' ... '/bin/echo "# File with lhs=rhs text
16:57:16 JAVA_OPTS="-Djava.awt.headless=true -Xmx128m -XX:+UseConcMarkSweepGC"" > "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/test1"'
16:57:16     info: Completed execution of '/bin/echo "# File with lhs=rhs text
16:57:16 JAVA_OPTS="-Djava.awt.headless=true -Xmx128m -XX:+UseConcMarkSweepGC"" > "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/test1"'
16:57:16     info: Executing 'no timeout' ... '/bin/echo "# File with lhs=rhs text
16:57:16 Key=Value
16:57:16 AddedKey=AddedValue" > "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/ref2"'
16:57:16     info: Completed execution of '/bin/echo "# File with lhs=rhs text
16:57:16 Key=Value
16:57:16 AddedKey=AddedValue" > "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/ref2"'
16:57:16     info: Executing 'no timeout' ... '/bin/echo "# File with lhs=rhs text
16:57:16 Key=Value" > "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/test2"'
16:57:16     info: Completed execution of '/bin/echo "# File with lhs=rhs text
16:57:16 Key=Value" > "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/test2"'
16:57:16     info: Executing 'no timeout' ... '/bin/echo "# File with lhs rhs text
16:57:16 Key Value" > "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/ref3"'
16:57:16     info: Completed execution of '/bin/echo "# File with lhs rhs text
16:57:16 Key Value" > "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/ref3"'
16:57:16     info: Executing 'no timeout' ... '/bin/echo "# File with lhs rhs text
16:57:16 Key Value" > "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/test3"'
16:57:16     info: Completed execution of '/bin/echo "# File with lhs rhs text
16:57:16 Key Value" > "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/test3"'
16:57:16     info: Edit file '/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/test1'
16:57:16     info: Edit file '/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/test2'
16:57:16 R: /tmp/ncf/tests/acceptance/./30_generic_methods/file_ensure_key_value.cf FAIL
16:57:16 R: diff command doesn't returns 0 for file 1 (command: /usr/bin/diff "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/ref1" "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/test1")
16:57:16 R: diff command doesn't returns 0 for file 2 (command: /usr/bin/diff "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/ref2" "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/test2")
16:57:16 R: diff command doesn't returns 0 for file 3 (command: /usr/bin/diff "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/ref3" "/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_key_value_cf/tmp/test3")
  • permissions_mode_single_nonexisting_file.cf
16:57:16     info: CfReadFile: Could not examine file '/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_permissions_mode_single_nonexisting_file_cf/ncf.conf.cache' (stat: No such file or directory)
16:57:16     info: Created file '/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_permissions_mode_single_nonexisting_file_cf/ncf.conf.cache', mode 0600
16:57:16     info: Updated rendering of '/tmp/ncf/tests/acceptance/workdir/__30_generic_methods_permissions_mode_single_nonexisting_file_cf/ncf.conf.cache' from mustache template '/tmp/ncf/tests/acceptance/../../tree/10_ncf_internals/../ncf.conf'
16:57:16 R: /tmp/ncf/tests/acceptance/./30_generic_methods/permissions_mode_single_nonexisting_file.cf FAIL

Related issues 2 (0 open2 closed)

Related to Rudder - Bug #8350: Reporting issues in permissions_* generic methodsReleasedBenoƮt PECCATTEActions
Related to Rudder - Bug #8345: Missing changes in classes in 8339ReleasedAlexis MoussetActions
Actions #1

Updated by Alexis Mousset almost 8 years ago

  • Status changed from New to In progress
Actions #2

Updated by Alexis Mousset almost 8 years ago

  • Description updated (diff)
  • Status changed from In progress to New
Actions #3

Updated by Alexis Mousset almost 8 years ago

  • Status changed from New to Rejected
Actions #4

Updated by Alexis Mousset almost 8 years ago

  • Related to Bug #8350: Reporting issues in permissions_* generic methods added
Actions #5

Updated by Alexis Mousset almost 8 years ago

  • Related to Architecture #8349: Synchronize the "testall" test framework from CFEngine to get latest features added
Actions #6

Updated by Alexis Mousset almost 8 years ago

  • Related to deleted (Architecture #8349: Synchronize the "testall" test framework from CFEngine to get latest features)
Actions #7

Updated by Alexis Mousset almost 8 years ago

  • Related to Bug #8345: Missing changes in classes in 8339 added
Actions #8

Updated by Alexis Mousset almost 2 years ago

  • Target version changed from master to ncf-1.2
  • Priority set to 0
Actions #9

Updated by Alexis Mousset almost 2 years ago

  • Project changed from 41 to Rudder
  • Category set to Generic methods
Actions

Also available in: Atom PDF