rest-api-samples icon indicating copy to clipboard operation
rest-api-samples copied to clipboard

Can we test the REST samples somehow?

Open t8y8 opened this issue 8 years ago • 1 comments

When these were included in the java build system they got run as part of the test suite.

Now that they're in github we need some way to make sure samples don't get broken by changes to the libraries, or changes to the samples themselves.

Ideas:

  1. Manually -- there's some sort of script that runs these all against a configurable server
    • I've been doing this sort of, just without a script, I might be able to whip up a tasks.py or similar
  2. CI system -- build our own mocks of the endpoints somehow
  3. Is there an external service that we can use to mock endpoints?

t8y8 avatar Oct 07 '16 21:10 t8y8

Simply put I would like it to be like this:

  • Custom Java client which is currently a part of the sample repo needs to be replaced (or promoted to ) with a standalone Java client.
  • Create an official docker image for Tableau Server for Linux
  • The samples itself should be package-able into docker image, so they could be deployed and run in a containerized test environment as a part of CI

Tuatan avatar Apr 06 '18 05:04 Tuatan