-
Notifications
You must be signed in to change notification settings - Fork 80
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
notifications | unit tests #8497
base: master
Are you sure you want to change the base?
Conversation
596a084
to
5604bd0
Compare
5604bd0
to
56eb869
Compare
56eb869
to
329bf1d
Compare
64506ff
to
0ef0a94
Compare
0ef0a94
to
231eb9c
Compare
Signed-off-by: Amit Prinz Setter <alphaprinz@gmail.com>
231eb9c
to
e115cad
Compare
@@ -98,6 +98,7 @@ require('./test_tiering_ttl_worker'); | |||
// require('./test_tiering_upload'); | |||
//require('./test_s3_worm'); | |||
require('./test_bucket_logging'); | |||
require('./test_notifications'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want your tests to run only in a containerized environment?
We also have the nc_index
for NC tests.
config.NOTIFICATION_LOG_DIR = notif_logs_path; | ||
|
||
coretest.setup({pools_to_create: [POOL_LIST[1]]}); | ||
const { S3 } = require('@aws-sdk/client-s3'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use generate_s3_client
from test_utils
.
Explain the changes
Issues: Fixed #xxx / Gap #xxx
Testing Instructions: