Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR comparison tester #13

Closed
wants to merge 1 commit into from
Closed

PR comparison tester #13

wants to merge 1 commit into from

Conversation

AriPerkkio
Copy link
Owner

@github-actions eslint-remote-tester compare

@AriPerkkio
Copy link
Owner Author

@github-actions eslint-remote-tester compare

@github-actions
Copy link

Comparison results

Compared branches:

  • Base: AriPerkkio/eslint-remote-tester-bot-test-setups/master
  • PR: AriPerkkio/eslint-remote-tester-bot-test-setups/pr/test

Detected 2 new ESLint reports and 3 reports to be not present.

Click to expand

Added:

Rule: local-rules/no-foo

  • Message: Variable name "p" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
  4 | }
  5 |
> 6 | var p = {
    |     ^
  7 |     get name(){
  8 |         // no returns.
  9 |     }

Rule: local-rules/no-foo

  • Message: Variable name "p" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
   9 |     }
  10 | };
> 11 | p.getName();
     | ^
  12 |
  13 |
  14 | if (foo === -0) {

Removed:

Rule: local-rules/no-foo

  • Message: Variable name "foo" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
> 1 | var foo = bar;
    |     ^^^
  2 |
  3 | if (foo) {
  4 | }

Rule: local-rules/no-foo

  • Message: Variable name "foo" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
  1 | var foo = bar;
  2 |
> 3 | if (foo) {
    |     ^^^
  4 | }
  5 |
  6 | var p = {

Rule: local-rules/no-foo

  • Message: Variable name "foo" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
  12 |
  13 |
> 14 | if (foo === -0) {
     |     ^^^
  15 |   // prevent no-empty
  16 | }

@AriPerkkio AriPerkkio closed this Apr 18, 2021
@AriPerkkio
Copy link
Owner Author

@github-actions eslint-remote-tester compare

@github-actions
Copy link

Something went wrong.

Click to expand
Error: ENOENT: no such file or directory, rename '/tmp/.comparison-cache.json' -> '/home/runner/work/eslint-remote-tester-bot-test-setups/eslint-remote-tester-bot-test-setups/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json'
    at Object.renameSync (fs.js:643:3)
    at run (/home/runner/work/_actions/AriPerkkio/eslint-remote-tester-compare-action/v1/dist/index.js:6025:24)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)

@AriPerkkio
Copy link
Owner Author

@github-actions eslint-remote-tester compare

@github-actions
Copy link

Something went wrong.

Click to expand
Error: ENOENT: no such file or directory, rename '/tmp/.comparison-cache.json' -> '/home/runner/work/eslint-remote-tester-bot-test-setups/eslint-remote-tester-bot-test-setups/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json'
    at Object.renameSync (fs.js:643:3)
    at run (/home/runner/work/_actions/AriPerkkio/eslint-remote-tester-compare-action/v1/dist/index.js:6025:24)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)

@AriPerkkio AriPerkkio reopened this May 15, 2021
@AriPerkkio
Copy link
Owner Author

@github-actions eslint-remote-tester compare

@github-actions
Copy link

Something went wrong.

Click to expand
Error: ENOENT: no such file or directory, rename '/tmp/.comparison-cache.json' -> '/home/runner/work/eslint-remote-tester-bot-test-setups/eslint-remote-tester-bot-test-setups/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json'
    at Object.renameSync (fs.js:643:3)
    at run (/home/runner/work/_actions/AriPerkkio/eslint-remote-tester-compare-action/fix-cache-location/dist/index.js:6029:24)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)

@AriPerkkio
Copy link
Owner Author

AriPerkkio commented May 15, 2021

@github-actions eslint-remote-tester compare

1

@github-actions
Copy link

Something went wrong.

Click to expand
Error: ENOENT: no such file or directory, rename '/tmp/.comparison-cache.json' -> '/home/runner/work/eslint-remote-tester-bot-test-setups/eslint-remote-tester-bot-test-setups/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json'
    at Object.renameSync (fs.js:643:3)
    at run (/home/runner/work/_actions/AriPerkkio/eslint-remote-tester-compare-action/fix-cache-location/dist/index.js:6029:24)

@github-actions
Copy link

Something went wrong.

Click to expand
Error: The process '/usr/bin/ls' failed with exit code 2
    at ExecState._setResult (/home/runner/work/_actions/AriPerkkio/eslint-remote-tester-compare-action/fix-cache-location/dist/index.js:1135:20)
    at ExecState.CheckComplete (/home/runner/work/_actions/AriPerkkio/eslint-remote-tester-compare-action/fix-cache-location/dist/index.js:1121:14)
    at ChildProcess.<anonymous> (/home/runner/work/_actions/AriPerkkio/eslint-remote-tester-compare-action/fix-cache-location/dist/index.js:1024:19)
    at ChildProcess.emit (events.js:210:5)
    at maybeClose (internal/child_process.js:1021:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)

@AriPerkkio
Copy link
Owner Author

@github-actions eslint-remote-tester compare

After rebase

@github-actions
Copy link

Comparison results

Compared branches:

  • Base: AriPerkkio/eslint-remote-tester-bot-test-setups/master
  • PR: AriPerkkio/eslint-remote-tester-bot-test-setups/pr/test

Detected 2 new ESLint reports and 3 reports to be not present.

Click to expand

Added:

Rule: local-rules/no-foo

  • Message: Variable name "p" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
  4 | }
  5 |
> 6 | var p = {
    |     ^
  7 |     get name(){
  8 |         // no returns.
  9 |     }

Rule: local-rules/no-foo

  • Message: Variable name "p" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
   9 |     }
  10 | };
> 11 | p.getName();
     | ^
  12 |
  13 |
  14 | if (foo === -0) {

Removed:

Rule: local-rules/no-foo

  • Message: Variable name "foo" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
> 1 | var foo = bar;
    |     ^^^
  2 |
  3 | if (foo) {
  4 | }

Rule: local-rules/no-foo

  • Message: Variable name "foo" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
  1 | var foo = bar;
  2 |
> 3 | if (foo) {
    |     ^^^
  4 | }
  5 |
  6 | var p = {

Rule: local-rules/no-foo

  • Message: Variable name "foo" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
  12 |
  13 |
> 14 | if (foo === -0) {
     |     ^^^
  15 |   // prevent no-empty
  16 | }

@AriPerkkio AriPerkkio closed this May 15, 2021
@AriPerkkio AriPerkkio reopened this Oct 26, 2021
@AriPerkkio
Copy link
Owner Author

@github-actions eslint-remote-tester compare

@github-actions
Copy link

Something went wrong.

Click to expand
Error: EXDEV: cross-device link not permitted, rename '/github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json' -> '/tmp/.comparison-cache.json'
    at Object.renameSync (fs.js:797:3)
    at run (/index.js:6013:24)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

@AriPerkkio
Copy link
Owner Author

@github-actions eslint-remote-tester compare

Again.

@github-actions
Copy link

Something went wrong.

Click to expand
Error: EXDEV: cross-device link not permitted, rename '/github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json' -> '/tmp/.comparison-cache.json'
    at Object.renameSync (fs.js:797:3)
    at run (/index.js:6013:24)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

@AriPerkkio
Copy link
Owner Author

@github-actions eslint-remote-tester compare

@github-actions
Copy link

Something went wrong.

Click to expand
Error: EXDEV: cross-device link not permitted, rename '/github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json' -> '/tmp/.comparison-cache.json'
    at Object.renameSync (fs.js:797:3)
    at run (/index.js:6014:24)

@AriPerkkio
Copy link
Owner Author

@github-actions eslint-remote-tester compare

@github-actions
Copy link

Something went wrong.

Click to expand
Error: Unable to locate executable file: cd. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
    at Object.<anonymous> (/index.js:614:19)
    at Generator.next (<anonymous>)
    at fulfilled (/index.js:488:26)

@AriPerkkio
Copy link
Owner Author

@github-actions eslint-remote-tester compare

@github-actions
Copy link

Something went wrong.

Click to expand
Error: ENOENT: no such file or directory, rename '/github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json' -> '/github/workspace/~/tmp/.comparison-cache.json'
    at Object.renameSync (fs.js:797:3)
    at run (/index.js:6015:24)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

@AriPerkkio
Copy link
Owner Author

AriPerkkio commented Oct 28, 2021

@github-actions eslint-remote-tester compare

4

@github-actions
Copy link

Something went wrong.

Click to expand
Error: ENOENT: no such file or directory, rename '/github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json' -> '/github/home/tmp/.comparison-cache.json'
    at Object.renameSync (fs.js:797:3)
    at run (/index.js:6014:24)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

@github-actions
Copy link

Something went wrong.

Click to expand
Error: EXDEV: cross-device link not permitted, rename '/github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json' -> '/github/home/.comparison-cache.json'
    at Object.renameSync (fs.js:797:3)
    at run (/index.js:6016:24)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

@github-actions
Copy link

Something went wrong.

Click to expand
Error: EXDEV: cross-device link not permitted, rename '/github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json' -> '/tmp/.comparison-cache.json'
    at Object.renameSync (fs.js:797:3)
    at run (/index.js:6013:24)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

@github-actions
Copy link

Something went wrong.

Click to expand
Error: ENOENT: no such file or directory, rename '/github/workspace/.comparison-cache.json' -> '/github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json'
    at Object.renameSync (fs.js:797:3)
    at run (/index.js:6025:24)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

@github-actions
Copy link

Something went wrong.

Click to expand
Error: EXDEV: cross-device link not permitted, rename '/github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json' -> '/github/.comparison-cache.json'
    at Object.renameSync (fs.js:797:3)
    at run (/index.js:6013:24)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

@AriPerkkio
Copy link
Owner Author

AriPerkkio commented Oct 28, 2021

@github-actions eslint-remote-tester compare

5

@github-actions
Copy link

Something went wrong.

Click to expand
Error: ENOENT: no such file or directory, copyfile '/tmp/.comparison-cache.json' -> '/github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json'
    at Object.copyFileSync (fs.js:2061:3)
    at run (/index.js:6025:24)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

@github-actions
Copy link

Something went wrong.

Click to expand
Error: ENOENT: no such file or directory, copyfile '/tmp/.comparison-cache.json' -> '/github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/.comparison-cache.json'
    at Object.copyFileSync (fs.js:2061:3)
    at run (/index.js:6028:24)

@github-actions
Copy link

Something went wrong.

Click to expand
Error: The process '/bin/mv' failed with exit code 1
    at ExecState._setResult (/index.js:1135:20)
    at ExecState.CheckComplete (/index.js:1121:14)
    at ChildProcess.<anonymous> (/index.js:1024:19)
    at ChildProcess.emit (events.js:400:28)
    at maybeClose (internal/child_process.js:1058:16)
    at Socket.<anonymous> (internal/child_process.js:443:11)
    at Socket.emit (events.js:400:28)
    at Pipe.<anonymous> (net.js:686:12)

1 similar comment
@github-actions
Copy link

Something went wrong.

Click to expand
Error: The process '/bin/mv' failed with exit code 1
    at ExecState._setResult (/index.js:1135:20)
    at ExecState.CheckComplete (/index.js:1121:14)
    at ChildProcess.<anonymous> (/index.js:1024:19)
    at ChildProcess.emit (events.js:400:28)
    at maybeClose (internal/child_process.js:1058:16)
    at Socket.<anonymous> (internal/child_process.js:443:11)
    at Socket.emit (events.js:400:28)
    at Pipe.<anonymous> (net.js:686:12)

@github-actions
Copy link

Comparison results

Compared branches:

  • Base: AriPerkkio/eslint-remote-tester-bot-test-setups/master
  • PR: AriPerkkio/eslint-remote-tester-bot-test-setups/pr/test

Detected 2 new ESLint reports and 0 reports to be not present.

Click to expand

Added:

Rule: local-rules/no-foo

  • Message: Variable name "p" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
  4 | }
  5 |
> 6 | var p = {
    |     ^
  7 |     get name(){
  8 |         // no returns.
  9 |     }

Rule: local-rules/no-foo

  • Message: Variable name "p" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
   9 |     }
  10 | };
> 11 | p.getName();
     | ^
  12 |
  13 |
  14 | if (foo === -0) {

Removed:

No changes

1 similar comment
@github-actions
Copy link

Comparison results

Compared branches:

  • Base: AriPerkkio/eslint-remote-tester-bot-test-setups/master
  • PR: AriPerkkio/eslint-remote-tester-bot-test-setups/pr/test

Detected 2 new ESLint reports and 0 reports to be not present.

Click to expand

Added:

Rule: local-rules/no-foo

  • Message: Variable name "p" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
  4 | }
  5 |
> 6 | var p = {
    |     ^
  7 |     get name(){
  8 |         // no returns.
  9 |     }

Rule: local-rules/no-foo

  • Message: Variable name "p" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
   9 |     }
  10 | };
> 11 | p.getName();
     | ^
  12 |
  13 |
  14 | if (foo === -0) {

Removed:

No changes

@AriPerkkio
Copy link
Owner Author

@github-actions eslint-remote-tester compare

{ 
    'rulesUnderTesting': ["local-rules/no-foo"],
    onComplete: async (a, b) => {
        console.log('Custom onComplete');
        await new Promise(r => setTimeout(r, 5000));
        console.log('Results', a.length);
        await new Promise(r => setTimeout(r, 5000));
        console.log('Comparison added', b.added.length);
        await new Promise(r => setTimeout(r, 5000));
        console.log('Comparison removed', b.removed.length);
    } 
}

@github-actions
Copy link

Comparison results

Compared branches:

  • Base: AriPerkkio/eslint-remote-tester-bot-test-setups/master
  • PR: AriPerkkio/eslint-remote-tester-bot-test-setups/pr/test

Detected 2 new ESLint reports and 0 reports to be not present.

Click to expand

Added:

Rule: local-rules/no-foo

  • Message: Variable name "p" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
  4 | }
  5 |
> 6 | var p = {
    |     ^
  7 |     get name(){
  8 |         // no returns.
  9 |     }

Rule: local-rules/no-foo

  • Message: Variable name "p" is not allowed.
  • Path: AriPerkkio/eslint-remote-tester-integration-test-target/index.js
  • Link
   9 |     }
  10 | };
> 11 | p.getName();
     | ^
  12 |
  13 |
  14 | if (foo === -0) {

Removed:

No changes

@AriPerkkio AriPerkkio closed this Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant