Fix compilation of a unit test with --build_atlas --compiler_type=gcc

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 9.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Fix a compilation error when running the following command line:
      ```
      bazel build --build_atlas --opt=on --dbg=True --compiler_type=gcc //src/mongo/db/modules/atlas/src/disagg_storage/pali:db_pali_test
      ```

      The error was that in [storage_engine_mock.h](https://github.com/10gen/mongo/blob/master/src/mongo/db/storage/storage_engine_mock.h#L91-L96), we tried to instantiate an unique_ptr with the incomplete type `SpillTable`.

            Assignee:
            Felipe Goron Farinon
            Reporter:
            Felipe Goron Farinon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: