Skip to content

Mac Dockerfile not working correctly #23

@alfieadhemar

Description

@alfieadhemar

Although the Mac Dockerfile builds fine, running make test on ReMKiT1D after compilation yielded 3 test failures.

make test yielded:

Running tests...
Test project /home/ReMKiT1D/build
      Start  1: test_basic_support
 1/18 Test  #1: test_basic_support ...............   Passed    0.05 sec
      Start  2: test_grid
 2/18 Test  #2: test_grid ........................   Passed    0.02 sec
      Start  3: test_variables
 3/18 Test  #3: test_variables ...................   Passed    0.01 sec
      Start  4: test_solver_support
 4/18 Test  #4: test_solver_support ..............   Passed    0.05 sec
      Start  5: test_mpi
 5/18 Test  #5: test_mpi .........................   Passed    0.02 sec
      Start  6: test_terms
 6/18 Test  #6: test_terms .......................   Passed    0.01 sec
      Start  7: test_model
 7/18 Test  #7: test_model .......................   Passed    0.02 sec
      Start  8: test_modeller
 8/18 Test  #8: test_modeller ....................   Passed    0.07 sec
      Start  9: test_hdf5
 9/18 Test  #9: test_hdf5 ........................   Passed    0.04 sec
      Start 10: test_json
10/18 Test #10: test_json ........................   Passed    0.03 sec
      Start 11: test_fluid_terms
11/18 Test #11: test_fluid_terms .................***Failed  Error regular expression found in output. Regex=[Encountered 1 or more failures/errors during testing]  0.04 sec
      Start 12: test_inel_mapping
12/18 Test #12: test_inel_mapping ................   Passed    0.01 sec
      Start 13: test_extended_support
13/18 Test #13: test_extended_support ............   Passed    0.04 sec
      Start 14: test_kinetic_terms
14/18 Test #14: test_kinetic_terms ...............   Passed    0.03 sec
      Start 15: test_fluid_models
15/18 Test #15: test_fluid_models ................***Failed  Error regular expression found in output. Regex=[Encountered 1 or more failures/errors during testing]  0.20 sec
      Start 16: test_kinetic_models
16/18 Test #16: test_kinetic_models ..............   Passed    0.03 sec
      Start 17: test_common_derivations
17/18 Test #17: test_common_derivations ..........***Failed  Error regular expression found in output. Regex=[Encountered 1 or more failures/errors during testing]  0.03 sec
      Start 18: test_timeloop
18/18 Test #18: test_timeloop ....................   Passed    0.08 sec

83% tests passed, 3 tests failed out of 18

Total Test time (real) =   0.80 sec

The following tests FAILED:
         11 - test_fluid_terms (Failed)
         15 - test_fluid_models (Failed)
         17 - test_common_derivations (Failed)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions