Akash Manohar

Results 162 comments of Akash Manohar

This issue and #1796 are different issues for the same `cni_compatible` test. This issue occurred due to the OS config.

`versioned_tag` is not a cert test. But has to be fixed since it blocks running any further workload tests after it crashes.

The error in my screenshot in the ticket description mentions `PodSecurityPolicy` with version `policy/v1beta1`. This resource has been deprecated and removed - https://kubernetes.io/docs/concepts/security/pod-security-policy/ I just checked the repository for this...

@agentpoyo Sure. I identified the tests that need work. Attaching a list. I'll share the sheet with you too. * I am working on changes for some of these tests....

I've submitted a PR to retriable.cr shard repo - https://github.com/Sija/retriable.cr/pull/12. From what I checked, that seems to be the only shard that requires an update. Once the PR is merged,...

Created the branch `maintain/1814` for changes to this ticket. Will send PR after #1822 is resolved because the main branch builds are failing.

I can confirm that `.crystal-version` is not being updated. We can update it if it helps. I'll share the command I use to install a specific version of crystal below....

@agentpoyo Just to confirm, we need to hold off on merging this PR. I looked up ameba's shard.yml and it requires crystal 1.9. @rsvoboda The testsuite is always pinned to...

I just tried [dive](https://github.com/wagoodman/dive) to identify container image inefficiency across the image layers. This identifies files that are added and removed across layers of a container image. Tried it with...

May need some help to reproduce this. The test runs as expected on Ubuntu 22.04. I'll try running it a few times to see if this test fails randomly.