Skip to content

Conversation

@ono-max
Copy link
Member

@ono-max ono-max commented Jan 28, 2025

Right now, Launchable web page shows the integration issue: “Too many files included in the subset output were not recorded”.

image
https://app.launchableinc.com/organizations/ruby/workspaces/ruby/actions/predictive-test-selection/analyze/test-sessions/3752503

The reason why the integration issue occurs is because we send all of tests including skipped tests as a subset input. To solve the problem, there are two solutions:

  • Analyze skipped tests and sends tests which excluding skipped tests.
  • Use Zero Input Subsetting
    • The server generates the full list of tests from the last two weeks of recorded sessions, so we don't have to identify skipped tests.

Using Zero Input Subsetting would be easier, so I'm gonna use Zero Input Subsetting.

@ono-max ono-max force-pushed the launchable-zero-input-subset2 branch from 26f155c to 469a299 Compare January 28, 2025 05:52
@ono-max ono-max marked this pull request as ready for review January 29, 2025 05:48
@ono-max ono-max merged commit cb586b2 into ruby:master Jan 29, 2025
79 checks passed
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.

1 participant