Skip to content

Add rdeEppParams to RDE output#3041

Merged
gbrodman merged 1 commit into
google:masterfrom
gbrodman:rdeEppParams
May 13, 2026
Merged

Add rdeEppParams to RDE output#3041
gbrodman merged 1 commit into
google:masterfrom
gbrodman:rdeEppParams

Conversation

@gbrodman

@gbrodman gbrodman commented May 12, 2026

Copy link
Copy Markdown
Collaborator

We mostly had the xsd code for this already, we just never actually used it and added it to the output. Note that I had to make some changes to allow the expected format (where some of the elements are empty).


This change is Reviewable

Comment thread GEMINI.md Outdated
- **FakeClock and Sleeper:** Use `FakeClock` and `Sleeper` for any logic involving timeouts, delays, or expiration.
- **Empirical Reproduction:** Before fixing a bug, always create a test case that reproduces the failure.
- **Base Classes:** Leverage `CommandTestCase`, `EppToolCommandTestCase`, etc., to reduce boilerplate and ensure consistent setup (e.g., clock initialization).
- **Gradle Test Patterns:** Whenever running tests in the "core" directory, try to use the "standardTest" Gradle task instead of "test". Just "test" includes the "fragileTest" task which can add a lot of time.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think this instruction might be worded a little bit too strongly? We do indeed want to run fragileTest, at least some of the time. Sure, run standardTest first, because if one of those is failing then it'll be found quicker, but even if that is passing, we do still want the AI to run all tests before it thinks the code change is overall successful.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

sure, we can update that

@CydeWeys CydeWeys left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

:lgtm:

@CydeWeys reviewed 8 files and all commit messages, and made 1 comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on gbrodman).

@CydeWeys CydeWeys left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

:lgtm:

@CydeWeys reviewed 8 files and all commit messages, and made 1 comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on gbrodman).

We mostly had the xsd code for this already, we just never actually used
it and added it to the output. Note that I had to make some changes to
allow the expected format (where some of the elements are empty).
@gbrodman
gbrodman added this pull request to the merge queue May 13, 2026
Merged via the queue into google:master with commit b33c2f4 May 13, 2026
9 of 10 checks passed
@gbrodman
gbrodman deleted the rdeEppParams branch May 13, 2026 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants