Skip to content

Conversation

@mdaffad
Copy link
Contributor

@mdaffad mdaffad commented Aug 3, 2025

Description

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Performance improvement
  • Test updates
  • CI/CD related changes
  • Other (please describe):

Testing

  • Added new unit tests
  • Added new integration tests
  • Ran existing test suite
  • Tested manually (please provide steps)

Related Issues

Close #3206

Additional Context

@mdaffad mdaffad marked this pull request as draft August 3, 2025 16:15
@mdaffad mdaffad marked this pull request as ready for review August 3, 2025 16:22
@mdaffad mdaffad force-pushed the enhancing-runc-compatibility-for-interval-on-event branch from 9ec332e to b10c7aa Compare August 3, 2025 16:51
@YJDoc2
Copy link
Collaborator

YJDoc2 commented Aug 7, 2025

Hey, can you rebase and fix the clippy issues? Thanks :)

@mdaffad
Copy link
Contributor Author

mdaffad commented Aug 8, 2025

Updated

@utam0k
Copy link
Member

utam0k commented Aug 12, 2025

@mdaffad Please sign following the instructions in the link
https://github.com/youki-dev/youki/pull/3214/checks?check_run_id=47689260136


let num = num.parse::<u64>().map_err(|_| "Invalid number")?;

let dur = match unit.as_str() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if 1h30m?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@mdaffad mdaffad force-pushed the enhancing-runc-compatibility-for-interval-on-event branch from e246d2c to b165eae Compare August 12, 2025 13:57
Signed-off-by: Muhammad Daffa Dinaya <muhammaddaffadinaya@gmail.com>
Signed-off-by: Muhammad Daffa Dinaya <muhammaddaffadinaya@gmail.com>
Signed-off-by: Muhammad Daffa Dinaya <muhammaddaffadinaya@gmail.com>
Signed-off-by: Muhammad Daffa Dinaya <muhammaddaffadinaya@gmail.com>
Signed-off-by: Muhammad Daffa Dinaya <muhammaddaffadinaya@gmail.com>
Signed-off-by: Muhammad Daffa Dinaya <muhammaddaffadinaya@gmail.com>
@mdaffad mdaffad force-pushed the enhancing-runc-compatibility-for-interval-on-event branch from b165eae to 2214ff1 Compare August 18, 2025 14:57
@mdaffad mdaffad requested a review from utam0k August 25, 2025 15:09
@utam0k
Copy link
Member

utam0k commented Aug 26, 2025

keywords = ["youki", "container", "oci"]

[dependencies]
parse_duration = "2.1.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't we implement it ourselves?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Difference between the events command in runc and youki

3 participants