Skip to content

Conversation

@SylvainSenechal
Copy link
Contributor

ISSUE: CLDSRVCLT-5

@SylvainSenechal SylvainSenechal force-pushed the improvement/CLDSRVCLT-5 branch 13 times, most recently from 5305e7d to 670da80 Compare December 10, 2025 17:56
@SylvainSenechal SylvainSenechal force-pushed the improvement/CLDSRVCLT-7 branch 16 times, most recently from 51e8e9c to 3d0f040 Compare December 15, 2025 13:55
@SylvainSenechal SylvainSenechal force-pushed the improvement/CLDSRVCLT-5 branch from d7986fe to 5b20462 Compare January 19, 2026 14:14
@delthas delthas removed their request for review January 19, 2026 15:06
@SylvainSenechal SylvainSenechal force-pushed the improvement/CLDSRVCLT-5 branch 5 times, most recently from 04d210b to b346637 Compare January 19, 2026 16:03
@SylvainSenechal SylvainSenechal force-pushed the improvement/CLDSRVCLT-5 branch from b346637 to a3b3666 Compare January 19, 2026 16:13
- name: Stop Cloudserver
if: always()
run: docker compose -f .github/docker-compose.cloudserver-mongo.yml down
run: docker compose -f .github/docker-compose.yml --env-file .github/docker.env --profile mongo down
Copy link
Contributor

Choose a reason for hiding this comment

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

is this needed? the runner will be destroyed anyway...

Choose a reason for hiding this comment

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

this still applies @SylvainSenechal

import { describeForBackbeatSetup } from './testHelpers';
import assert from 'assert';

// Note : these tests are relatively simple, as it's not straightforward to setup
Copy link
Contributor

@francoisferrand francoisferrand Jan 19, 2026

Choose a reason for hiding this comment

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

note for thought (nothing to change now!) : instead of deploying "full" services (and thus having some sort of integration tests), we could have "mocked" the API in the tests (kind of more "unit test" approach, which avoids depending on the external packages & setting up all services)

@SylvainSenechal SylvainSenechal force-pushed the improvement/CLDSRVCLT-5 branch 2 times, most recently from 00b92a5 to 18472a8 Compare January 20, 2026 17:36
@SylvainSenechal SylvainSenechal requested a review from a team January 21, 2026 15:21
start_period: 10s

mongodb-init:
image: mongo:4.4

Choose a reason for hiding this comment

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

Why are we using the 4.4 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the higher ones aren't working on macs, I think its okish to keep it like this here

- name: Stop Cloudserver
if: always()
run: docker compose -f .github/docker-compose.cloudserver-metadata.yml down
run: docker compose -f .github/docker-compose.yml --env-file .github/docker.env --profile metadata down

Choose a reason for hiding this comment

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


- name: Stop Backbeat and Cloudserver
if: always()
run: docker compose -f .github/docker-compose.yml --env-file .github/docker.env --profile backbeat down

Choose a reason for hiding this comment

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

Size: Integer,

LastModified: Timestamp
} No newline at end of file

Choose a reason for hiding this comment

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

Missing line at EOF

const input: GetLocationsIngestionStatusCommandInput = {};
const cmd = new GetLocationsIngestionStatusCommand(input);
const result = await proxyBackbeatApisClient.send(cmd);
assert.strictEqual(result.$metadata.httpStatusCode, 200);

Choose a reason for hiding this comment

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

can't we add another assertion for this test and the others after ( not blocking but just to make sure we're receiving the intended infos )

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There isn't much data unfortunately for these as ingestion isn't setup, I will use this new client with the zenko tests to also test it

@SylvainSenechal SylvainSenechal force-pushed the improvement/CLDSRVCLT-5 branch from 4cda2cb to b3e03bf Compare January 23, 2026 16:13
@SylvainSenechal
Copy link
Contributor Author

/approve

@bert-e
Copy link

bert-e commented Jan 23, 2026

I have successfully merged the changeset of this pull request
into targetted development branches:

  • ✔️ development/1.0

Please check the status of the associated issue CLDSRVCLT-5.

Goodbye sylvainsenechal.

The following options are set: approve

@bert-e bert-e merged commit b3e03bf into development/1.0 Jan 23, 2026
4 checks passed
@bert-e bert-e deleted the improvement/CLDSRVCLT-5 branch January 23, 2026 16:19
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.

5 participants