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

Release fixes for py3 #348

Merged
merged 3 commits into from
Aug 26, 2021
Merged

Release fixes for py3 #348

merged 3 commits into from
Aug 26, 2021

Conversation

jbrown-xentity
Copy link
Contributor

@jbrown-xentity jbrown-xentity commented Aug 25, 2021

Tested against develop cloud.gov space, should be ready for release.

Note that some missing dependencies were not caught in the tests, because the test framework already had core ckan dependencies installed.

Related to GSA/data.gov#3374

@jbrown-xentity jbrown-xentity temporarily deployed to development August 25, 2021 20:12 Inactive
@jbrown-xentity jbrown-xentity requested a review from a team August 25, 2021 20:20
# Application may not be fully available immediately, wait 5 seconds
sleep 5
# Application may not be fully available immediately, wait 15 seconds
sleep 15
Copy link
Contributor

Choose a reason for hiding this comment

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

I hope this number doesn't keep growing 😅


curl --fail --silent ${APP_URL}/api/action/status_show?$(date +%s) > /dev/null
[ "403" == "$(curl --silent --output /dev/null --write-out %{http_code} ${APP_URL}/dataset?$(date +%s))" ]
# [ "403" == "$(curl --silent --output /dev/null --write-out %{http_code} ${APP_URL}/dataset?$(date +%s))" ]
Copy link
Contributor

Choose a reason for hiding this comment

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

Why was this commented out?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This validates that datagov-inventory extension is installed and the site is not available to the public. Since it's currently not installed, we need to ignore this test for now. We should re-implement once GSA/data.gov#3388 is ready to be merged.

Copy link
Contributor

Choose a reason for hiding this comment

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

Got it. 👍

@jbrown-xentity jbrown-xentity merged commit 72d3e44 into main Aug 26, 2021
@jbrown-xentity jbrown-xentity deleted the develop branch August 26, 2021 13:43
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