Skip to content

[128] Bugfix: Heatmap - selected genes get reset when changing group by settings #197

[128] Bugfix: Heatmap - selected genes get reset when changing group by settings

[128] Bugfix: Heatmap - selected genes get reset when changing group by settings #197

GitHub Actions / jest-github-action failed Oct 27, 2023 in 0s

Jest tests failed

Failed tests: 2/439. Failed suites: 2/100.

Details

  ● submitWorkEmbedding › submits the work and the ETag / params are correct

    CredentialsError: Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1

      at IncomingMessage.<anonymous> (node_modules/aws-sdk/lib/util.js:930:34)

  ● submitWorkEmbedding › submits the work and the ETag / params are correct

    expect(received).toMatchSnapshot()

    Snapshot name: `submitWorkEmbedding submits the work and the ETag / params are correct 1`

    - Snapshot  - 0
    + Received  + 1

    @@ -6,10 +6,11 @@
                "distanceMetric": "cosine",
                "minimumDistance": 0.3,
              },
              "name": "GetEmbedding",
              "type": "umap",
    +         "useSaved": undefined,
            },
            "cacheUniquenessKey": null,
            "experimentId": "6463cb35-3e08-4e94-a181-6d155a5ca570",
            "extraDependencies": Array [],
            "extras": undefined,

      55 |     // they should match exactly UI snapshot:
      56 |     // loadEmbedding.defaultParams.test.js.snap
    > 57 |     expect(createObjectHash.mock.calls).toMatchSnapshot();
         |                                         ^
      58 |     // this ETag should match exactly the one in
      59 |     // loadEmbedding.defaultParams.test.js
      60 |     expect(ETag).toEqual('163301323ab0ee82902d1574a5dcd061'); // pragma: allowlist secret

      at Object.<anonymous> (tests/api.v2/helpers/worker/submitEmbeddingWork.test.js:57:41)

Annotations

Check failure on line 50 in tests/api.v2/helpers/worker/submitMarkerHeatmapWork.test.js

See this annotation in the file changed.

@github-actions github-actions / jest-github-action

submitWorkEmbedding > submits the work and the ETag / params are correct

CredentialsError: Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1
    at IncomingMessage.<anonymous> (/home/runner/work/api/api/node_modules/aws-sdk/lib/util.js:930:34)
    at IncomingMessage.emit (events.js:412:35)
    at IncomingMessage.emit (domain.js:475:12)
    at endReadableNT (internal/streams/readable.js:1333:12)
    at processTicksAndRejections (internal/process/task_queues.js:82:21)

Check failure on line 51 in tests/api.v2/helpers/worker/submitEmbeddingWork.test.js

See this annotation in the file changed.

@github-actions github-actions / jest-github-action

submitWorkEmbedding > submits the work and the ETag / params are correct

Error: expect(received).toMatchSnapshot()

Snapshot name: `submitWorkEmbedding submits the work and the ETag / params are correct 1`

- Snapshot  - 0
+ Received  + 1

@@ -6,10 +6,11 @@
            "distanceMetric": "cosine",
            "minimumDistance": 0.3,
          },
          "name": "GetEmbedding",
          "type": "umap",
+         "useSaved": undefined,
        },
        "cacheUniquenessKey": null,
        "experimentId": "6463cb35-3e08-4e94-a181-6d155a5ca570",
        "extraDependencies": Array [],
        "extras": undefined,
    at Object.<anonymous> (/home/runner/work/api/api/tests/api.v2/helpers/worker/submitEmbeddingWork.test.js:57:41)