Skip to content

Commit

Permalink
azure: do not run test_commands due to failures in low memory cases
Browse files Browse the repository at this point in the history
389-ds memory autotuning doesn't really work well in containerized
environment as it only looks into host-wide /proc/meminfo. It gets
fooled by 'missing' memory while there is still enough swap space.

This is in particular affects test_commands test suite where
ipa-adtrust-install cannot fully proceed and fails. We plan to rebalance
test containers' memory split but right now just disable test_commands
in Azure CI.

Signed-off-by: Alexander Bokovoy <[email protected]>
Reviewed-By: Isaac Boukris <[email protected]>
Reviewed-By: Florence Blanc-Renaud <[email protected]>
  • Loading branch information
abbra committed May 27, 2020
1 parent 52da0d6 commit 4ff972c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ipatests/azure/azure_definitions/gating-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ vms:
- test_integration/test_external_ca.py::TestExternalCAConstraints

- vm_jobs:
- container_job: commands
tests:
- test_integration/test_commands.py
# Requires more memory per container and fails reliably
# - container_job: commands
# tests:
# - test_integration/test_commands.py

- container_job: ServerReplicaCALessToCAFull
tests:
Expand Down

0 comments on commit 4ff972c

Please sign in to comment.