-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Enable the configuration of storage account and key in unit test #35
Comments
Jason - can you look into this an propose a solution (like our environment variables) that the storage team could then use to fix this issue. |
One approach would be to alter the
with
Then, if the environment variables are not set, it is a no-op.Those environment variables would make it consistant with what the Table service layer uses. |
…-541 Removing setExpirationTime from locator update
This is fixed. |
fix the getBytes for StatusLine class.
…-541 Removing setExpirationTime from locator update
…_fix Add python script to automatically make all necessary changes to generated code, regen code from latest swagger
Update Document Resource getTimestamp for last modified date/time
Merge pull request #35 from leonardbf/ANF-440-2019-10-01 ANF-440 correct 2019-10-01 API
Merge pull request #35 from leonardbf/ANF-440-2019-10-01 ANF-440 correct 2019-10-01 API
Merge pull request #35 from leonardbf/ANF-440-2019-10-01 ANF-440 correct 2019-10-01 API
Merge pull request #35 from leonardbf/ANF-440-2019-10-01 ANF-440 correct 2019-10-01 API
Merge pull request #35 from leonardbf/ANF-440-2019-10-01 ANF-440 correct 2019-10-01 API
Merge pull request #35 from leonardbf/ANF-440-2019-10-01 ANF-440 correct 2019-10-01 API
Adding search filter tests
Currently no, to run the tests for table you need to change the account string in TableTestBase.java. If you guys would like to provide more information on how ongoing testing is going to be accomplished ( i.e. config, reporting etc) then we can modify our tests to fit that. For this release however we will continue to test as is so please let us know when a build is available,
thx
joe
From: Jason Cooke
Sent: Wednesday, February 22, 2012 10:12 PM
To: Joe Giardino; Jeff Irwin; Deepak Verma; Joost de Nijs; Jai Haridas; Metodi Mladenov; Jeff Wilcox
Cc: Mohit Srivastava; Louis DeJardin
Subject: RE: Shipping Java Tables
Can the unit tests be run without changing the test strings in the unit tests?
For our unit tests, they look at the env variables to modify the default strings. That makes it easy to run the unit tests on our CI server (an on testers’ machines).
Thanks,
Jason
The text was updated successfully, but these errors were encountered: