On 30 April 2014 22:21, Ben Reser <[email protected]> wrote:
> The 1.8.9 release artifacts are now available for testing/signing.
> Please get the tarballs from
>   https://dist.apache.org/repos/dist/dev/subversion
> and add your signatures there.  I plan to try and release on May 7th
> so please try and get your votes/signatures in place by May 5th.
I've got some strange assertion failures when running test suite over
ra_svn  at wc_db_update_move.c:809 tc_editor_alter_directory()
[[[
  SVN_ERR_ASSERT(move_dst_revision == expected_move_dst_revision
                 || status == svn_wc__db_status_not_present);
]]]

I've this problem twice, but I cannot reproduce the issue. I'm
attaching full stack. Any ideas why this could happen?

-- 
Ivan Zhakov
CTO | VisualSVN | http://www.visualsvn.com
        msvcr120.dll!abort() Line 90    C
>       libsvn_wc-1.dll!tc_editor_alter_directory(void * baton, const char * 
> dst_relpath, long expected_move_dst_revision, const apr_array_header_t * 
> children, apr_hash_t * new_props, apr_pool_t * scratch_pool) Line 809     C
        libsvn_subr-1.dll!svn_prop_diffs(apr_array_header_t * * propdiffs, 
const apr_hash_t * target_props, const apr_hash_t * source_props, apr_pool_t * 
pool) Line 296        C
        [External Code] 
        [Frames below may be incorrect and/or missing]  
        libsvn_wc-1.dll!send_status_structure(const walk_status_baton * wb, 
const char * local_abspath, const char * parent_repos_root_url, const char * 
parent_repos_relpath, const char * parent_repos_uuid, const svn_wc__db_info_t * 
info, const svn_io_dirent2_t * dirent, int get_all, svn_error_t * (void *, 
const char *, const svn_wc_status3_t *, apr_pool_t *) * status_func, void * 
status_baton, apr_pool_t * scratch_pool) Line 827       C
        libsvn_wc-1.dll!get_dir_status(const walk_status_baton * wb, const char 
* local_abspath, int skip_this_dir, const char * parent_repos_root_url, const 
char * parent_repos_relpath, const char * parent_repos_uuid, const 
svn_wc__db_info_t * dir_info, const svn_io_dirent2_t * dirent, const 
apr_array_header_t * ignore_patterns, svn_depth_t depth, int get_all, int 
no_ignore, svn_error_t * (void *, const char *, const svn_wc_status3_t *, 
apr_pool_t *) * status_func, void * status_baton, svn_error_t * (void *) * 
cancel_func, void * cancel_baton, apr_pool_t * scratch_pool) Line 1307     C
        libsvn_wc-1.dll!svn_wc__internal_walk_status(svn_wc__db_t * db, const 
char * local_abspath, svn_depth_t depth, int get_all, int no_ignore, int 
ignore_text_mods, const apr_array_header_t * ignore_patterns, svn_error_t * 
(void *, const char *, const svn_wc_status3_t *, apr_pool_t *) * status_func, 
void * status_baton, svn_error_t * (void *) * cancel_func, void * cancel_baton, 
apr_pool_t * scratch_pool) Line 2656   C
        libsvn_wc-1.dll!svn_wc__resolve_conflicts(svn_wc_context_t * wc_ctx, 
const char * local_abspath, svn_depth_t depth, int resolve_text, const char * 
resolve_prop, int resolve_tree, svn_wc_conflict_choice_t conflict_choice, 
svn_error_t * (svn_wc_conflict_result_t * *, const 
svn_wc_conflict_description2_t *, void *, apr_pool_t *, apr_pool_t *) * 
conflict_func, void * conflict_baton, svn_error_t * (void *) * cancel_func, 
void * cancel_baton, void (void *, const svn_wc_notify_t *, apr_pool_t *) * 
notify_func, void * notify_baton, apr_pool_t * scratch_pool) Line 3091  C
        libsvn_client-1.dll!svn_client__resolve_conflicts(int * 
conflicts_remain, apr_hash_t * conflicted_paths, svn_client_ctx_t * ctx, 
apr_pool_t * scratch_pool) Line 80     C
        libsvn_client-1.dll!svn_client__update_internal(long * result_rev, 
const char * local_abspath, const svn_opt_revision_t * revision, svn_depth_t 
depth, int depth_is_sticky, int ignore_externals, int allow_unver_obstructions, 
int adds_as_modification, int make_parents, int innerupdate, int * 
timestamp_sleep, svn_client_ctx_t * ctx, apr_pool_t * pool) Line 606 C
        libsvn_client-1.dll!svn_client_update4(apr_array_header_t * * 
result_revs, const apr_array_header_t * paths, const svn_opt_revision_t * 
revision, svn_depth_t depth, int depth_is_sticky, int ignore_externals, int 
allow_unver_obstructions, int adds_as_modification, int make_parents, 
svn_client_ctx_t * ctx, apr_pool_t * pool) Line 675   C
        svn.exe!svn_cl__update(apr_getopt_t * os, void * baton, apr_pool_t * 
scratch_pool) Line 172     C
        svn.exe!sub_main(int argc, const char * * argv, apr_pool_t * pool) Line 
2878    C
        svn.exe!main(int argc, const char * * argv) Line 2973   C
        [External Code] 


wc_db_update_move.c:809 tc_editor_alter_directory()
  SVN_ERR_ASSERT(move_dst_revision == expected_move_dst_revision
                 || status == svn_wc__db_status_not_present);

Reply via email to