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

Add support for Temporary volume pool in sciserver-files. Closes #1635. #1636

Merged
merged 4 commits into from
Apr 14, 2020

Conversation

umesh-timalsina
Copy link
Contributor

No description provided.

Copy link
Contributor

@brollb brollb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work. I left some comments below.

@@ -4,8 +4,9 @@ function getSciServerFilesConfig() {
const username = getSciServerUsername();
const password = getSciServerPassword();
const volume = `${username}/deepforge_test`;
const volumePool = 'Storage';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably change this to "Temporary" now that we are making this possible.

@brollb
Copy link
Contributor

brollb commented Apr 14, 2020

@umesh-timalsina - could you look into the failing tests?

@umesh-timalsina
Copy link
Contributor Author

umesh-timalsina commented Apr 14, 2020

Initially, the tests were failing because lack of volume called deepforge_test in temporary volume pool which the test expects. I suspect the tests for sciserver-compute are failing because of lack of volumePool option config when using sciserver-files and file upload fails.

@umesh-timalsina
Copy link
Contributor Author

@brollb The tests are passing now. LGTM!!

@brollb brollb merged commit 36a7bd9 into master Apr 14, 2020
@umesh-timalsina umesh-timalsina deleted the 1635-sciserver-temporary-volumes branch April 14, 2020 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants