Skip to content

Conversation

@fernst
Copy link
Collaborator

@fernst fernst commented Dec 16, 2025

Adds new proto properties to Test entity.

Includes test target + fully resolved reference names for inputs.

@fernst fernst requested a review from a team as a code owner December 16, 2025 23:49
@fernst fernst requested review from Ceridan, kolina and krushangSk17 and removed request for a team and krushangSk17 December 16, 2025 23:49
@fernst fernst force-pushed the add-extra-unittest-properties branch 3 times, most recently from ab464b7 to aa6ac00 Compare December 17, 2025 02:34
@Ceridan Ceridan removed their request for review December 17, 2025 09:15
Comment on lines +268 to +276
Target test_target = 5;
repeated TestInput inputs = 6;
string query = 7;
bool resolve_schema = 8;

message TestInput {
Target target = 1;
string query = 2;
}
Copy link
Contributor

@kolina kolina Dec 17, 2025

Choose a reason for hiding this comment

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

Sorry, I'm not ready to accept this proposal:

  • You're adding a lot of new fields and it'll be super confusing for users to understand the relationship between new query and inputs and old test_query and expected_output_query (I myself spend a lot of time to understand it)
  • I'm not sure if all of these fields are really needed, I'll need some explanation on how all of these fields are intended to be used and discuss if it's feasible to have more compact compilation output

@fernst fernst force-pushed the add-extra-unittest-properties branch from aa6ac00 to f7b3c5b Compare December 18, 2025 02:11
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