2024-08-23T12:09:15.085Z | <Matthews Jose> Hello everyone,
Can someone tell me what the difference is between pg_t and spg_t I suspect it has to do with sharding for ECbackend, if possible could you point me to the documentation. Thank you. |
2024-08-23T17:36:27.604Z | <Rost Khudov> Hello, I am trying to run rgw notification tests
I am following [documentation for rabbitmq](https://github.com/ceph/ceph/tree/main/src/test/rgw/bucket_notification#rabbitmq-tests), before running tests itself I am install following [requirements](https://github.com/ceph/ceph/blob/main/src/test/rgw/bucket_notification/requirements.txt)
But after executing command from the doc:
```BNTESTS_CONF=bntests.conf python -m nose -s /path/to/ceph/src/test/rgw/bucket_notification/test_bn.py -v -a 'amqp_ssl_test'```
I have such error:
```from http.server import ThreadingHTTPServer, BaseHTTPRequestHandler
ImportError: cannot import name 'ThreadingHTTPServer'```
I have the same behaviour for main and squid branches |
2024-08-23T17:36:44.926Z | <Rost Khudov> Hello, I am trying to run rgw notification tests
I am following [documentation for rabbitmq](https://github.com/ceph/ceph/tree/main/src/test/rgw/bucket_notification#rabbitmq-tests), before running tests itself I am install following [requirements](https://github.com/ceph/ceph/blob/main/src/test/rgw/bucket_notification/requirements.txt)
But after executing command from the doc:
```BNTESTS_CONF=bntests.conf python -m nose -s /path/to/ceph/src/test/rgw/bucket_notification/test_bn.py -v -a 'amqp_ssl_test'```
I have such error:
```from http.server import ThreadingHTTPServer, BaseHTTPRequestHandler
ImportError: cannot import name 'ThreadingHTTPServer'```
I have the same behaviour for main and squid branches
Could you please help me here? |
2024-08-23T17:40:02.690Z | <Rost Khudov> In the Internet I found this hint:
```Then you need to use a more up-to-date version of Python. Python 3.7+.```
But in squid, for example. python3.6 is used |