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

obj_sync/TEST[2,5-6] debug/[drd|helgrind] timed out #5646

Open
janekmi opened this issue May 15, 2023 · 1 comment
Open

obj_sync/TEST[2,5-6] debug/[drd|helgrind] timed out #5646

janekmi opened this issue May 15, 2023 · 1 comment
Assignees
Labels
CI: Disabled Temporarily disabled from testing Priority: 3 medium QA: CI .github/ and utils/ related to automated testing Type: Bug A previously unknown bug in PMDK
Milestone

Comments

@janekmi
Copy link
Contributor

janekmi commented May 15, 2023

ISSUE: obj_sync/TEST[2,5-5] debug/[drd|helgrind] timed out

Environment Information

  • PMDK package version(s):
  • OS(es) version(s):
  • ndctl version(s):
  • kernel version(s):
  • compiler, libraries, packaging and other related tools version(s):

Please provide a reproduction of the bug:

https://github.com/pmem/pmdk/actions/runs/4978501820/jobs/8908892624?pr=5622#step:6:2205
https://github.com/pmem/pmdk/actions/runs/4978501820/jobs/8908892838?pr=5622#step:6:2030
https://github.com/pmem/pmdk/actions/runs/4978501820/jobs/8908892838?pr=5622#step:6:2046
https://github.com/pmem/pmdk/actions/runs/4978501820/jobs/8908892838?pr=5622#step:6:2030
https://github.com/pmem/pmdk/actions/runs/4978501820/jobs/8908892838?pr=5622#step:6:2046

How often bug is revealed: (always, often, rare):

Actual behavior:

Expected behavior:

Details

Additional information about Priority and Help Requested:

Are you willing to submit a pull request with a proposed change? (Yes, No)

Requested priority: (Showstopper, High, Medium, Low)

@janekmi janekmi added the Type: Bug A previously unknown bug in PMDK label May 15, 2023
@janekmi janekmi added this to the 1.13 on GHA milestone May 15, 2023
@janekmi janekmi changed the title obj_sync/TEST5 debug/drd timed out obj_sync/TEST[2,5-5] debug/[drd|helgrind] timed out May 15, 2023
@janekmi janekmi changed the title obj_sync/TEST[2,5-5] debug/[drd|helgrind] timed out obj_sync/TEST[2,5-6] debug/[drd|helgrind] timed out May 15, 2023
@janekmi janekmi added Priority: 3 medium QA: CI .github/ and utils/ related to automated testing labels May 15, 2023
@grom72
Copy link
Contributor

grom72 commented May 16, 2023

This is a very short test:

obj_sync/TEST5: SETUP (check/none/debug/drd)
obj_sync/TEST5: START: obj_sync
 ./obj_sync c 10 5
{obj_sync.c:113 cond_write_worker} obj_sync/TEST5: pmemobj_cond_signal
obj_sync/TEST5: DONE
obj_sync/TEST5: PASS                    [01.044 s]
obj_sync/TEST5: SETUP (check/none/nondebug/drd)
obj_sync/TEST5: START: obj_sync
 ./obj_sync c 10 5
{obj_sync.c:113 cond_write_worker} obj_sync/TEST5: pmemobj_cond_signal
obj_sync/TEST5: DONE
obj_sync/TEST5: PASS                    [01.010 s]

The timeout means: "something went wrong with test".

osalyk added a commit to osalyk/pmdk that referenced this issue May 17, 2023
osalyk added a commit to osalyk/pmdk that referenced this issue May 19, 2023
disable obj_sync TEST0,2,5,6
until pmem#5644 and pmem#5646 are fixed
@osalyk osalyk self-assigned this May 19, 2023
@osalyk osalyk added the CI: Disabled Temporarily disabled from testing label May 19, 2023
osalyk added a commit to osalyk/pmdk that referenced this issue May 19, 2023
disable obj_sync TEST0,2,5,6
until pmem#5644 and pmem#5646 are fixed
@osalyk osalyk modified the milestones: 1.13 on GHA, 1.14 May 22, 2023
grom72 added a commit to grom72/pmdk that referenced this issue May 30, 2023
Disable tests until the issue pmem#5646 is fixed.
This commit temporary adresses also the issue pmem#5700.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
grom72 added a commit to grom72/pmdk that referenced this issue May 30, 2023
Disable tests until the issue pmem#5646 is fixed.
This commit temporary adresses also the issue pmem#5700.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
grom72 added a commit to grom72/pmdk that referenced this issue May 30, 2023
Disable tests until the issue pmem#5646 is fixed.

Fixes: pmem#5700.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
grom72 added a commit to grom72/pmdk that referenced this issue May 31, 2023
Disable tests until the issue pmem#5646 is fixed.

Fixes: pmem#5700.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
grom72 added a commit to grom72/pmdk that referenced this issue May 31, 2023
Disable tests until the issue pmem#5646 is fixed.

Fixes: pmem#5700.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
janekmi added a commit that referenced this issue May 31, 2023
test: disable obj_sync/TEST[2,5-6] for all configurations until #5646 is fixed
@janekmi janekmi modified the milestones: 2.0.0, 2.0.1 Jul 21, 2023
@janekmi janekmi modified the milestones: 2.0.1, 2.0.2 Nov 23, 2023
@janekmi janekmi removed this from the 2.1.0 milestone Feb 8, 2024
@janekmi janekmi added this to the 2.x milestone Feb 8, 2024
hswong3i pushed a commit to alvistack/pmem-pmdk that referenced this issue Feb 28, 2024
Disable tests until the issue pmem#5646 is fixed.

Fixes: pmem#5700.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: Disabled Temporarily disabled from testing Priority: 3 medium QA: CI .github/ and utils/ related to automated testing Type: Bug A previously unknown bug in PMDK
Projects
None yet
Development

No branches or pull requests

3 participants