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

PYTHON-2774 Migrate snappy testing to from Ubuntu 18 to amazon1-2018 #672

Merged
merged 1 commit into from Jul 12, 2021

Conversation

ShaneHarvey
Copy link
Member

No description provided.

@ShaneHarvey
Copy link
Member Author

Testing that this works now that libsnappy-dev has been installed.

@ShaneHarvey
Copy link
Member Author

This is working:

 [2021/07/12 23:23:12.774] Looking in indexes: https://artifactory.corp.mongodb.com/artifactory/api/pypi/pypi/simple, https://pypi.org/simple
 [2021/07/12 23:23:13.075] Collecting python-snappy==0.5.1
 [2021/07/12 23:23:13.075]   Downloading https://artifactory.corp.mongodb.com/artifactory/api/pypi/pypi/packages/4c/8f/09f0a11dbcaedf9b0758a37ab2bb77d6c34b9c29afc4d0440019c152d2af/python-snappy-0.5.1.tar.gz (15 kB)
 [2021/07/12 23:23:13.573] Building wheels for collected packages: python-snappy
 [2021/07/12 23:23:13.573]   Building wheel for python-snappy (setup.py): started
 [2021/07/12 23:23:17.247]   Building wheel for python-snappy (setup.py): finished with status 'done'
 [2021/07/12 23:23:17.247]   Created wheel for python-snappy: filename=python_snappy-0.5.1-cp27-cp27mu-linux_x86_64.whl size=27129 sha256=02839744fe0beef1eaa31fd664ccbd4e79d1207a021dfd46ba995def4aa88ae8
 [2021/07/12 23:23:17.247]   Stored in directory: /home/ec2-user/.cache/pip/wheels/da/54/d7/61b4efe553be3f397b1352755890e2dc63982492dcfdbbca41
 [2021/07/12 23:23:17.837] Successfully built python-snappy
 [2021/07/12 23:23:17.837] Installing collected packages: python-snappy
 [2021/07/12 23:23:17.837] Successfully installed python-snappy-0.5.1
 [2021/07/12 23:23:18.492] Running noauth tests over nossl with python python
 [2021/07/12 23:23:18.492] 2.7.18 (default, Jun  8 2021, 18:24:43)
 [2021/07/12 23:23:18.492] [GCC 4.8.5 20150623 (Red Hat 4.8.5-28)]

python-version: "*"
c-extensions: "*"
compression: ["snappy", "zlib"]
then:
add_tasks:
- "test-5.0-standalone"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why get rid of 5.0 testing?

Copy link
Member Author

Choose a reason for hiding this comment

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

We still test against 5.0 the "test-5.0-standalone" here was redundant.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, got it.

@ShaneHarvey ShaneHarvey merged commit e347299 into mongodb:v3.12 Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants