-
Notifications
You must be signed in to change notification settings - Fork 289
Fix TestPitrMeta #21615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix TestPitrMeta #21615
Conversation
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
…into fix_TestPitrMeta
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #21606
What this PR does / why we need it:
Fix TestPitrMeta
PR Type
Bug fix, Tests
Description
Fixed a bug in the
TestPitrMetatest to address CI failures.Removed a call to
ForceCheckpointin the test logic.Ensured proper garbage collection by enabling GC in the test.
Changes walkthrough 📝
db_test.go
Adjusted `TestPitrMeta` test logic to fix CI issuespkg/vm/engine/tae/db/test/db_test.go
ForceCheckpointcall in theTestPitrMetatest.EnableGCon the cleaner.