[clsi-cache] check compiler settings before using compile from cache (#24845)
* [web] provide an actual rootFolder from EditorProviders in tests - Fixup SocketIOMock and ShareJS mocks to provide the complete interface - Extend SocketIOMock interface to count event listeners - Fixup test that did not expect to find a working rootDoc * [web] expose imageName from ProjectContext * [clsi-cache] check compiler settings before using compile from cache * [web] avoid fetching initial compile from clsi-cache in PDF detach tab GitOrigin-RevId: e3c754a7ceca55f03a317e1bc8ae45ed12cc2f02
This commit is contained in:
@@ -133,7 +133,8 @@ async function getLatestBuildFromCache(req, res) {
|
||||
baseURL += `/user/${userId}`
|
||||
}
|
||||
|
||||
const { ranges, contentId, clsiServerId, compileGroup, size } = meta
|
||||
const { ranges, contentId, clsiServerId, compileGroup, size, options } =
|
||||
meta
|
||||
|
||||
const outputFiles = allFiles
|
||||
.filter(
|
||||
@@ -175,6 +176,7 @@ async function getLatestBuildFromCache(req, res) {
|
||||
clsiServerId,
|
||||
pdfDownloadDomain,
|
||||
pdfCachingMinChunkSize,
|
||||
options,
|
||||
})
|
||||
} catch (err) {
|
||||
if (err instanceof NotFoundError) {
|
||||
|
||||
Reference in New Issue
Block a user