[LU-10793] replay-dual test_14b FAIL: after 221244 > before 216124 Created: 09/Mar/18  Updated: 10/Apr/18

Status: Open
Project: Lustre
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Hongchao Zhang Assignee: Hongchao Zhang
Resolution: Unresolved Votes: 0
Labels: always_except

Issue Links:
Related
is related to LU-10052 replay-single test_20b fails with 'af... Resolved
is related to LU-10608 replay-dual test_14b: FAIL: after 185... Resolved
Severity: 3
Rank (Obsolete): 9223372036854775807

 Description   

replay-dual test_14b: @@@@@@ FAIL: after 221244 > before 216124

the test is removed from "ALWAYS_EXCEPT" in https://review.whamcloud.com/#/c/30916/
in LU-10052, but the corresponding implementation is not ready.

static int osp_create(const struct lu_env *env, struct dt_object *dt,
                      struct lu_attr *attr, struct dt_allocation_hint *hint,
                      struct dt_object_format *dof, struct thandle *th)
{
        ...
        /* we might have lost precreated objects */
        if (unlikely(d->opd_gap_count) > 0) {
                LASSERT(d->opd_pre != NULL);
                spin_lock(&d->opd_pre_lock);
                if (d->opd_gap_count > 0) {
                        int count = d->opd_gap_count;

                        rc = ostid_set_id(&osi->osi_oi,
                                          fid_oid(&d->opd_gap_start_fid));
                        if (rc) {
                                spin_unlock(&d->opd_pre_lock);
                                RETURN(rc);
                        }
                        d->opd_gap_count = 0;
                        spin_unlock(&d->opd_pre_lock);

                        CDEBUG(D_HA, "Writing gap "DFID"+%d in llog\n",
                               PFID(&d->opd_gap_start_fid), count);
                        /* real gap handling is disabled intil ORI-692 will be.   <----- here
                         * fixed, now we only report gaps */
                } else {
                        spin_unlock(&d->opd_pre_lock);
                }
        } 
        ...
}


 Comments   
Comment by Gerrit Updater [ 09/Mar/18 ]

Hongchao Zhang (hongchao.zhang@intel.com) uploaded a new patch: https://review.whamcloud.com/31605
Subject: LU-10793 test: re-add test_14b to replay-dual ALWAYS_EXCEPT
Project: fs/lustre-release
Branch: master
Current Patch Set: 1
Commit: 2765f787093e20f18a4fd521c7db403e946ae201

Comment by Gerrit Updater [ 15/Mar/18 ]

Oleg Drokin (oleg.drokin@intel.com) merged in patch https://review.whamcloud.com/31605/
Subject: LU-10793 test: re-add test_14b to replay-dual ALWAYS_EXCEPT
Project: fs/lustre-release
Branch: master
Current Patch Set:
Commit: 59b2b21fd6b2940aab30c522c55829f31bbb98e2

Comment by Gerrit Updater [ 15/Mar/18 ]

Minh Diep (minh.diep@intel.com) uploaded a new patch: https://review.whamcloud.com/31668
Subject: LU-10793 test: re-add test_14b to replay-dual ALWAYS_EXCEPT
Project: fs/lustre-release
Branch: b2_10
Current Patch Set: 1
Commit: 578987d3ec05624dd5a57efb8ce930283c8dbf3f

Comment by Gerrit Updater [ 19/Mar/18 ]

John L. Hammond (john.hammond@intel.com) merged in patch https://review.whamcloud.com/31668/
Subject: LU-10793 test: re-add test_14b to replay-dual ALWAYS_EXCEPT
Project: fs/lustre-release
Branch: b2_10
Current Patch Set:
Commit: 0126596bd9e6e8cb37edf2f84919bc6bac6663bc

Generated at Sat Feb 10 02:38:14 UTC 2024 using Jira 9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c.