Skip to content

Conversation

crozzy
Copy link
Contributor

@crozzy crozzy commented Aug 28, 2025

The VEX updater exposes a DeltaParse() method that does all the work but the test just called Parse() for all updaters. This change checks if the DeltaParse() method is implemented and uses it, otherwise it uses Parse().

The VEX updater exposes a DeltaParse() method that does all the work but
the test just called Parse() for all updaters. This change checks if
the DeltaParse() method is implemented and uses it, otherwise it uses
Parse().

Signed-off-by: crozzy <joseph.crosland@gmail.com>
@crozzy crozzy requested a review from a team as a code owner August 28, 2025 16:06
@crozzy crozzy requested review from RTann and removed request for a team August 28, 2025 16:06
Now we are processing all the VEX files during the updater-check we need
to increase from the 10m default.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
@crozzy crozzy force-pushed the fix-updater-check-ci branch from ca47688 to 910143d Compare August 28, 2025 22:28
Copy link
Member

@hdonnay hdonnay left a comment

Choose a reason for hiding this comment

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

SGTM

check-latest: true
go-version-file: ./go.mod
- run: go test ./test/periodic -enable
- run: go test -timeout=20m ./test/periodic -enable
Copy link
Member

Choose a reason for hiding this comment

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

Is this really needed? It takes over 10 minutes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants