-
Notifications
You must be signed in to change notification settings - Fork 4.1k
build: need a testing framework to exercise the produced cockroach-sql binary #80921
Copy link
Copy link
Closed
Labels
A-testingTesting tools and infrastructureTesting tools and infrastructureC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-testengTestEng TeamTestEng TeamX-staleno-issue-activity
Description
As identified in #80833: now we have a new build artifact cockroach-sql we would like to add testing for it.
Unfortunately, our existing acceptance testing frameworks don't know about this new binary:
- the tests in
pkg/acceptancedon't know how to obtain/install the binary inside the docker container used to run the tests. - roachtest/roachprod does not know how to fetch the pre-built executable.
We need to evolve this and then add the missing UX/acceptance tests for the new product.
Jira issue: CRDB-15449
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-testingTesting tools and infrastructureTesting tools and infrastructureC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-testengTestEng TeamTestEng TeamX-staleno-issue-activity