You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Julian Foad (Jira)" <ji...@apache.org> on 2022/03/02 14:24:00 UTC

[jira] [Updated] (SVN-4891) Pristines-on-demand: fix disabled tests

     [ https://issues.apache.org/jira/browse/SVN-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Foad updated SVN-4891:
-----------------------------
    Description: 
The following tests had been changed in the pristines-on-demand development.

Most were disabled with the '@Wimp' decorator. (This caused some of them to give an XPASS and some an XFAIL result when run against the older WC format, and all XFAIL against the newer WC format.)

They need to be re-enabled and fixed.
{code:java}
    basic_tests.py 8 basic_commit_corruption(): basic corruption detection on commit
      [[Relies on wc.text_base_path()]]
    basic_tests.py 9 basic_update_corruption(): basic corruption detection on update
      [[Relies on wc.text_base_path()]]
    externals_tests.py ... ... ...:
      update_modify_file_external(),
      remap_file_external_with_prop_del(),
      file_external_recorded_info():
        existing issue (Windows only)
    revert_tests.py 2 revert_reexpand_keyword(): revert reexpands manually contracted keyword
      "See r1101730 and r1101817"
    trans_tests.py 1 keywords_from_birth(): commit new files with keywords active from birth
      [[Relies on wc.text_base_path()]]
    trans_tests.py 3 eol_change_is_text_mod(): committing eol-style change forces text send
      [[Relies on wc.text_base_path()]]
    update_tests.py 57 skip_access_denied(): access denied paths should be skipped
      [[Need to update the access denied handling in update_editor.c]]
    update_tests.py 83 missing_tmp_update(): missing tmp update caused segfault
      [[The error message has changed]]
    upgrade_tests.py:
      check_pristine(): don't check pristines presence
      check_dav_cache(): upgrade minimum SQLite version
    upgrade_tests.py 16 replaced_files(): upgrade with base and working replaced files
      [[Can't fetch pristines: the working copy points to file:///tmp/repo]]
    upgrade_tests.py 34 auto_analyze(): automatic SQLite ANALYZE
      [[Test calls status on a non-upgraded wc]] {code}
 

  was:
The following tests had been changed in the pristines-on-demand development.

Most were disabled with the '@Wimp' decorator. (This caused some of them to give an XPASS and some an XFAIL result when run against the older WC format, and all XFAIL against the newer WC format.)

They need to be re-enabled and fixed.
{code:java}
    basic_tests.py 8 basic_commit_corruption(): basic corruption detection on commit
      [[Relies on wc.text_base_path()]]
    basic_tests.py 9 basic_update_corruption(): basic corruption detection on update
      [[Relies on wc.text_base_path()]]
    diff_tests.py 48 diff_external_diffcmd():
      [[Relies on wc.text_base_path()]]
    externals_tests.py ... ... ...:
      update_modify_file_external(),
      remap_file_external_with_prop_del(),
      file_external_recorded_info():
        existing issue (Windows only)
    revert_tests.py 2 revert_reexpand_keyword(): revert reexpands manually contracted keyword
      "See r1101730 and r1101817"
    trans_tests.py 1 keywords_from_birth(): commit new files with keywords active from birth
      [[Relies on wc.text_base_path()]]
    trans_tests.py 3 eol_change_is_text_mod(): committing eol-style change forces text send
      [[Relies on wc.text_base_path()]]
    update_tests.py 57 skip_access_denied(): access denied paths should be skipped
      [[Need to update the access denied handling in update_editor.c]]
    update_tests.py 83 missing_tmp_update(): missing tmp update caused segfault
      [[The error message has changed]]
    upgrade_tests.py:
      check_pristine(): don't check pristines presence
      check_dav_cache(): upgrade minimum SQLite version
    upgrade_tests.py 16 replaced_files(): upgrade with base and working replaced files
      [[Can't fetch pristines: the working copy points to file:///tmp/repo]]
    upgrade_tests.py 34 auto_analyze(): automatic SQLite ANALYZE
      [[Test calls status on a non-upgraded wc]] {code}
 


> Pristines-on-demand: fix disabled tests
> ---------------------------------------
>
>                 Key: SVN-4891
>                 URL: https://issues.apache.org/jira/browse/SVN-4891
>             Project: Subversion
>          Issue Type: Bug
>            Reporter: Julian Foad
>            Priority: Major
>
> The following tests had been changed in the pristines-on-demand development.
> Most were disabled with the '@Wimp' decorator. (This caused some of them to give an XPASS and some an XFAIL result when run against the older WC format, and all XFAIL against the newer WC format.)
> They need to be re-enabled and fixed.
> {code:java}
>     basic_tests.py 8 basic_commit_corruption(): basic corruption detection on commit
>       [[Relies on wc.text_base_path()]]
>     basic_tests.py 9 basic_update_corruption(): basic corruption detection on update
>       [[Relies on wc.text_base_path()]]
>     externals_tests.py ... ... ...:
>       update_modify_file_external(),
>       remap_file_external_with_prop_del(),
>       file_external_recorded_info():
>         existing issue (Windows only)
>     revert_tests.py 2 revert_reexpand_keyword(): revert reexpands manually contracted keyword
>       "See r1101730 and r1101817"
>     trans_tests.py 1 keywords_from_birth(): commit new files with keywords active from birth
>       [[Relies on wc.text_base_path()]]
>     trans_tests.py 3 eol_change_is_text_mod(): committing eol-style change forces text send
>       [[Relies on wc.text_base_path()]]
>     update_tests.py 57 skip_access_denied(): access denied paths should be skipped
>       [[Need to update the access denied handling in update_editor.c]]
>     update_tests.py 83 missing_tmp_update(): missing tmp update caused segfault
>       [[The error message has changed]]
>     upgrade_tests.py:
>       check_pristine(): don't check pristines presence
>       check_dav_cache(): upgrade minimum SQLite version
>     upgrade_tests.py 16 replaced_files(): upgrade with base and working replaced files
>       [[Can't fetch pristines: the working copy points to file:///tmp/repo]]
>     upgrade_tests.py 34 auto_analyze(): automatic SQLite ANALYZE
>       [[Test calls status on a non-upgraded wc]] {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)