-
Notifications
You must be signed in to change notification settings - Fork 19
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
BB-295 - bootstrap ts compilation #2337
base: development/8.6
Are you sure you want to change the base?
BB-295 - bootstrap ts compilation #2337
Conversation
Hello jbertran,My role is to assist you with the merge of this Status report is not available. |
3f5f8fd
to
5c27835
Compare
/approve |
/wait |
7d247d7
to
7df7f4d
Compare
45cd2d7
to
ff1f5dc
Compare
ff1f5dc
to
4b4967b
Compare
4b4967b
to
9f2483d
Compare
1e3adae
to
ef611a1
Compare
httpServer.close(); | ||
async.parallel([ | ||
async.series([ |
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.
This doesn't seem to be strictly related to typescript/jest, is there a reason for this change?
@@ -42,7 +57,7 @@ describe('NotificationConfigManager ::', () => { | |||
manager = new NotificationConfigManager(params); | |||
const getCollectionStub = sinon.stub().returns({ | |||
// mock change stream | |||
watch: () => new events.EventEmitter(), | |||
watch: () => new MockChangeStream(), |
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.
This doesn't seem to be strictly related to typescript/jest, is there a reason for this change?
consumer.unsubscribe(); | ||
consumer.pause(); |
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.
Why this change (and the subscribe
/resume
one)? Was the test wrong before?
…nto tmp/octopus/q/8.7
…p/octopus/w/8.7/bugfix/BB-455-clean-shutdown-backbeat-consumer
… and 'q/2458/8.6/bugfix/BB-455-clean-shutdown-backbeat-consumer' into tmp/octopus/q/8.7
…o tmp/octopus/w/8.7/feature/BB-452-delete-notification-versionid
- add eslint-plugin-jest for jest globals - upgrade esling - fix remaining lint issues
- provide minimal package.json - move all files to tests/utils/syntheticbucketd
Issue: BB-295
7083476
to
54273c6
Compare
980f7e4
to
102140b
Compare
Outcome so far:
Remaining work is simply ensuring all other test suites pass (bonus: make them separate parallel steps in the build process, such that the work doesn’t need to be sequential).
Zenko Build: https://github.com/scality/Zenko/actions/runs/3822509132