Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we test the REST samples somehow? #3

Open
t8y8 opened this issue Oct 7, 2016 · 1 comment
Open

Can we test the REST samples somehow? #3

t8y8 opened this issue Oct 7, 2016 · 1 comment

Comments

@t8y8
Copy link

t8y8 commented Oct 7, 2016

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?
@Tuatan
Copy link

Tuatan commented Apr 6, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants