rhythmic-army-81251
09/11/2022, 11:36 AMrhythmic-army-81251
09/11/2022, 11:36 AMError: ENOENT: no such file or directory, stat 'C:\Users\xxx\AppData\Roaming\Cypress\cy\production\projects\app-xxx-e2e-test-72a6bc770aa417d8405513ba071465be\bundles\src\specs\EditItem.spec.ts'
rhythmic-army-81251
09/11/2022, 11:37 AMAppData\Roaming\Cypress
rhythmic-army-81251
09/11/2022, 11:38 AMjs
{
projectId: 'blah',
fixturesFolder: 'src/fixtures',
screenshotsFolder: 'src/screenshots',
videosFolder: 'src/videos',
userAgent: 'E2E',
video: true,
videoUploadOnPasses: false,
defaultCommandTimeout: 12000,
requestTimeout: 60000, // high due to engine api timeouts
responseTimeout: 60000, // high due to engine api timeouts
watchForFileChanges: false,
retries: {
runMode: 2,
openMode: 0,
},
reporter: '../../node_modules/cypress-multi-reporters',
reporterOptions: {
configFile: '../../shared/cypress/reporter-config.json',
},
viewportWidth: 1280,
viewportHeight: 800,
e2e: {
baseUrl: 'http://localhost:8080/',
specPattern: '**/*.spec.ts',
excludeSpecPattern: '**/*.{json,js}',
supportFile: 'src/support/index.ts',
setupNodeEvents(on, config): void {
on('file:preprocessor', vitePreprocessor());
},
},
}
elegant-river-87347
09/12/2022, 4:04 AMelegant-river-87347
09/12/2022, 4:30 AMrhythmic-army-81251
09/12/2022, 7:05 AMrhythmic-army-81251
09/12/2022, 9:14 AMts
export class TaskError extends Error {
public readonly payload: any;
constructor(message: string, payload: any) {
super(message);
this.payload = payload;
}
}
rhythmic-army-81251
09/12/2022, 9:15 AMrhythmic-army-81251
09/12/2022, 9:15 AMts
export class TaskError {
public readonly payload: any;
constructor(message: string, payload: any) {
this.payload = payload;
}
}
rhythmic-army-81251
09/12/2022, 9:15 AMrhythmic-army-81251
09/12/2022, 9:16 AMrhythmic-army-81251
09/12/2022, 9:16 AMError
but we use many models in our test orchestration and they help with debuggingelegant-river-87347
09/14/2022, 11:21 AMrhythmic-army-81251
09/14/2022, 10:34 PMWe detected that the Chromium Renderer process just crashed.
We use electron headless in our pipelines. This is specifically for --component
tests.
We get this error that seems to be reported in a number of places:
[322421:0914/205055.359876:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
Followed by this for each spec.
[322451:0914/205113.932026:ERROR:broker_posix.cc(46)] Received unexpected number of handles
[322451:0914/205113.942475:ERROR:broker_posix.cc(46)] Received unexpected number of handles
[322451:0914/205113.953110:ERROR:broker_posix.cc(46)] Received unexpected number of handles
[322451:0914/205113.963339:ERROR:broker_posix.cc(46)] Received unexpected number of handles
[322451:0914/205113.983243:ERROR:broker_posix.cc(46)] Received unexpected number of handles
[322265:0914/205113.983422:ERROR:browser_child_process_host_impl.cc(750)] Terminating child process for bad message: Received bad user message: Validation failed for viz.mojom.CopyOutputResultSender.0 [VALIDATION_ERROR_DESERIALIZATION_FAILED]
[322265:0914/205113.991876:ERROR:gpu_process_host.cc(974)] GPU process exited unexpectedly: exit_code=15
[322451:0914/205114.020878:ERROR:broker_posix.cc(46)] Received unexpected number of handles
[322451:0914/205114.030467:ERROR:broker_posix.cc(46)] Received unexpected number of handles
[322451:0914/205114.039277:ERROR:broker_posix.cc(46)] Received unexpected number of handles
[322451:0914/205114.046542:ERROR:broker_posix.cc(46)] Received unexpected number of handles
[322451:0914/205114.053789:ERROR:broker_posix.cc(46)] Received unexpected number of handles
Any pointers as to what to look for here would be useful, the agents are ubuntu 20 (latest patches), all deps installed as per https://docs.cypress.io/guides/continuous-integration/introduction#Dependencies
Prior to Cypress 10, no issues.glamorous-lighter-30340
09/15/2022, 2:01 PMrhythmic-army-81251
09/15/2022, 2:40 PMmysterious-belgium-25713
09/19/2022, 11:17 AMjs
const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
baseUrl: "https://staging-ordering.deve.nz",
viewportHeight: 1920,
viewportWidth: 1080,
video: false,
setupNodeEvents(on, config) {
},
},
});
adorable-easter-66676
09/20/2022, 8:44 PMprehistoric-daybreak-60014
09/21/2022, 1:56 AMprehistoric-daybreak-60014
09/21/2022, 1:59 AMnumTestsKeptInMemory: 0
in the config. Is this a known issue?victorious-father-41976
09/21/2022, 5:46 PMfamous-pencil-83242
10/04/2022, 1:20 PMpowerful-orange-86819
10/05/2022, 8:46 AMwonderful-match-15836
10/07/2022, 4:22 PMwonderful-match-15836
10/07/2022, 4:23 PMmillions-electrician-95804
10/13/2022, 9:54 AMmillions-electrician-95804
10/13/2022, 10:03 AMmillions-electrician-95804
10/13/2022, 11:10 AMincalculable-rainbow-43330
10/17/2022, 3:39 PM