cnti-testcatalog / testsuite

📞📱☎️📡🌐 Cloud Native Telecom Initiative (CNTI) Test Catalog is a tool to check for and provide feedback on the use of K8s + cloud native best practices in networking applications and platforms
https://wiki.lfnetworking.org/display/LN/Test+Catalog
Apache License 2.0
169 stars 70 forks source link

[BUG] spec test for pod_memory_hog failing #2019

Open taylor opened 1 month ago

taylor commented 1 month ago

Describe the bug The test spec test for pod_memory_hog is failing https://github.com/cnti-testcatalog/testsuite/actions/runs/9020615104/job/24793752233 after this was merged. It seems to be a problem with the spec for that test and not the test itself.

This might be caused by the upgrade to Litmus which changed some experiments. The spec may need to be updated to match.

To Reproduce Steps to reproduce the behavior:

  1. spec spec/workload/resilience/pod_memory_hog_spec.cr

Expected behavior spec should pass

Screenshots

image
taylor commented 1 month ago

Seen during testing of PR https://github.com/cnti-testcatalog/testsuite/pull/1949