Background
Before putting a6 into real use, we completed a full review and local rerun of the current test system, skills, and documentation.
Detailed Feishu report:
Current Conclusions
- The baseline CI test suite passes.
- With the current CI E2E workflow deployment model, the
a6 E2E suite can also be reproduced successfully in a local environment.
skills metadata validation passes.
- After running the
skills E2E suite locally against a real environment, all cases pass except skywalking, which is skipped because the required conditional plugin is missing.
- The current overall code coverage is approximately
52.4%.
This indicates that a6 already has a relatively complete automation baseline, but there are still gaps before it can be considered ready for “100% coverage / full pre-release validation”.
Follow-up Items
P0
- Clarify the conditional capability boundary for the
skywalking skill
TestSkillPluginSkywalking is currently skipped with the current image
- We need to make it explicit that this is a conditional skip caused by a missing plugin, not a fully covered and passing case
P1
-
Add compatibility tests for debug logs container naming
- The current setup passes with the CI container name
apisix
- However, the test currently assumes a hard-coded container name, which can easily lead to mismatches in local reproduction
-
Add capability-boundary coverage for Global Rule labels
- The related case is currently skipped because APISIX does not support it
-
Add tests for shared modules and low-coverage modules
- Such as
selector, tableprinter, root, configutil, and similar modules
-
Add more combined scenario coverage
service + route + plugin-config
- Real traffic verification for multi-node upstreams
- More non-happy-path and invalid-parameter branches
P2
- Continue raising low-coverage packages one by one based on the coverage report by adding more unit tests
Suggested Outputs
- Track conditional-capability cases separately from real passing cases
- Add another round of test supplementation using semantic scenarios as the unit of coverage
- Keep tests and documentation aligned in follow-up PRs
Background
Before putting
a6into real use, we completed a full review and local rerun of the current test system, skills, and documentation.Detailed Feishu report:
Current Conclusions
a6E2E suite can also be reproduced successfully in a local environment.skillsmetadata validation passes.skillsE2E suite locally against a real environment, all cases pass exceptskywalking, which is skipped because the required conditional plugin is missing.52.4%.This indicates that
a6already has a relatively complete automation baseline, but there are still gaps before it can be considered ready for “100% coverage / full pre-release validation”.Follow-up Items
P0
skywalkingskillTestSkillPluginSkywalkingis currently skipped with the current imageP1
Add compatibility tests for
debug logscontainer namingapisixAdd capability-boundary coverage for
Global Rule labelsAdd tests for shared modules and low-coverage modules
selector,tableprinter,root,configutil, and similar modulesAdd more combined scenario coverage
service + route + plugin-configP2
Suggested Outputs