tests: allow to filter tests in docker
Metadata
Current evaluation
Merged changes to runtests.sh enabling test name filtering in Docker containers. Approved by three reviewers after addressing feedback, the update extends Travis CI filtering capabilities to Docker with a minimal five-line modification.
Suggested action: —
No scores available.
Issue body
In runtests.sh we allow to filter the the name of the test file that will be run. It will be useful to pass that parameter also when running the tests in the docker containers that travis uses.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged changes to runtests.sh enabling test name filtering in Docker containers. Approved by three reviewers after addressing feedback, the update extends Travis CI filtering capabilities to Docker with a minimal five-line modification. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Enables filtering test names when running tests in Docker containers via Travis. Reviewer feedback was incorporated, including removing an unnecessary conditional and extending the usage error message. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged changes enabling test name filtering in Docker containers used by Travis. The update extends runtests.sh logic, addresses reviewer feedback by removing a conditional and refining error messages, and successfully integrates the feature into the CI pipeline. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2851 docker: test image builds with Travis CI | snapcraft | merged | Merged updates adding Travis CI configuration to test Docker image builds. The change modified one file with 26 additions, received one approval, and was integrated into the codebase. | |
| #1125 tests: fix the env vars passed to the docker container in travis | snapcraft | merged | Merged a fix correcting environment variables passed to the Docker container in Travis CI tests. Approved by one reviewer, the change updates one file (+4/-2 lines) and resolves Launchpad bug #1663088. |