FE-6024 shell history #82
48 tests run, 44 passed, 0 skipped, 4 failed.
Annotations
Check failure on line 1 in test/shell.mjs
github-actions / JUnit Test Report
/home/runner/work/fauna-shell/fauna-shell/test/shell.mjs.shell common outputs results in "shell" format by default
Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/fauna-shell/fauna-shell/test/shell.mjs)
Raw output
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/fauna-shell/fauna-shell/test/shell.mjs)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7)
Check failure on line 107 in test/shell.mjs
github-actions / JUnit Test Report
/home/runner/work/fauna-shell/fauna-shell/test/shell.mjs.shell v10 can open a shell and run several queries
expected 'Type Ctrl+D or .exit to exit the shel…' to equal 'Type Ctrl+D or .exit to exit the shel…'
Raw output
AssertionError: expected 'Type Ctrl+D or .exit to exit the shel…' to equal 'Type Ctrl+D or .exit to exit the shel…'
at Context.<anonymous> (file:///home/runner/work/fauna-shell/fauna-shell/test/shell.mjs:107:38)
+ expected - actual
Type Ctrl+D or .exit to exit the shell
+[1G[0J> [3GDatabase.all().take(1)
+{
+ data: [
+ {
+ name: "v4-test",
+ coll: Database,
+ ts: Time("2024-07-16T19:16:15.980Z"),
+ global_id: "asd7zi8pharfn",
+ },
+ ],
+}
[1G[0J> [3G
Check failure on line 1 in test/shell.mjs
github-actions / JUnit Test Report
/home/runner/work/fauna-shell/fauna-shell/test/shell.mjs.shell v10 can eval a query with typechecking enabled
Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/fauna-shell/fauna-shell/test/shell.mjs)
Raw output
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/fauna-shell/fauna-shell/test/shell.mjs)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7)
Check failure on line 176 in test/shell.mjs
github-actions / JUnit Test Report
/home/runner/work/fauna-shell/fauna-shell/test/shell.mjs.shell v4 can open a shell and run several queries
expected 'Type Ctrl+D or .exit to exit the shel…' to equal 'Type Ctrl+D or .exit to exit the shel…'
Raw output
AssertionError: expected 'Type Ctrl+D or .exit to exit the shel…' to equal 'Type Ctrl+D or .exit to exit the shel…'
at Context.<anonymous> (file:///home/runner/work/fauna-shell/fauna-shell/test/shell.mjs:176:38)
+ expected - actual
Type Ctrl+D or .exit to exit the shell
+[1G[0J> [3GSelect(0, Paginate(Databases()))
+{
+ data: [
+ Database("v4-test")
+ ]
+}
[1G[0J> [3G