idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.77k stars 1.05k forks source link

slow tests #14891

Open permcody opened 4 years ago

permcody commented 4 years ago

Bug Description

We have several slow tests that need to be reduced in size because the cause timeouts regularly.

Steps to Reproduce

Here's a list of some of them:

from original ticket, @lindsayad is unaware of current status

[293.0s]       OK solid_mechanics/test:interaction_integral_benchmark.test [FINISHED,previous results: TIMEOUT]
[298.3s]       OK peridynamics/test:simple_tests.2D_finite_strain_NOSPD [FINISHED,previous results: TIMEOUT]
[300.0s]  TIMEOUT navier_stokes/test:ins/mms/supg.alpha_1e0/32x32 FAILED (TIMEOUT) [FINISHED,previous results: TIMEOUT]
[300.0s]  TIMEOUT peridynamics/test:plane_stress.conventional_planestress_OSPD FAILED (TIMEOUT) [FINISHED,previous results: TIMEOUT]
[300.0s]  TIMEOUT peridynamics/test:plane_stress.conventional_planestress_NOSPD FAILED (TIMEOUT) [FINISHED,previous results: TIMEOUT]

update 8/5/24 by @lindsayad

timing out in dbg mode:

Impact

Annoyance

permcody commented 4 years ago

Here's another:

outputs/oversample.group/test_first_order

lindsayad commented 4 years ago

I'm especially tired of planestress_OSPD. (Failed again on #15198). @hchen139 @bwspenc ?

hchen139 commented 4 years ago

@lindsayad @bwspenc I can take care of the peridynamics tests. Will submit PR later.