Skip to content

Commit eb7ede3

Browse files
committed
Merge branch 'main' into autoupdate-from2
2 parents 1f32bcc + 7b53ebb commit eb7ede3

File tree

5 files changed

+4
-19
lines changed

5 files changed

+4
-19
lines changed

.github/workflows/authors-and-third-party-notices.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ jobs:
6868
6969
- name: Commit and push
7070
run: |
71-
git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary [skip actions]" || true
71+
git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary" || true
7272
git push

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Tue Jan 14 2025.
2+
This document was automatically generated on Wed Jan 15 2025.
33

44
## List of dependencies
55

docs/tracking-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Compass Tracking Plan
33

4-
Generated on Tue, Jan 14, 2025 at 03:51 PM
4+
Generated on Wed, Jan 15, 2025
55

66
## Table of Contents
77

packages/compass-e2e-tests/tests/time-to-first-query.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ describe('Time to first query', function () {
2727
});
2828

2929
it('can open compass, connect to a database and run a query on a collection (never seen welcome)', async function () {
30-
// Starting the application with the webdriver.io fails on the first run
31-
// sometimes due to devtools / selenium server failing to start in time.
32-
// While the root cause is unknown, it usually passes just fine on a re-run
33-
// or next application start, so we are just retrying the test here to
34-
// work around the flake.
35-
//
36-
// We re-run the whole test to make sure that the timings for the test run
37-
// are not skewed by waiting for the application to restart multiple times.
38-
this.retries(5);
39-
4030
// start compass inside the test so that the time is measured together
4131
compass = await init(this.test?.fullTitle(), { firstRun: true });
4232

scripts/generate-tracking-plan.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -322,15 +322,10 @@ function generateMarkdownPlan(
322322
day: 'numeric',
323323
});
324324

325-
const formattedTime = now.toLocaleTimeString('en-US', {
326-
hour: '2-digit',
327-
minute: '2-digit',
328-
});
329-
330325
const markdown = `
331326
# Compass Tracking Plan
332327
333-
Generated on ${formattedDate} at ${formattedTime}
328+
Generated on ${formattedDate}
334329
335330
## Table of Contents
336331
${toc}

0 commit comments

Comments
 (0)